r600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.
[mesa.git] / src / gallium / drivers / r600 / r600_state_inlines.h
2011-07-03 Henri Verbeetr600g: Support the PIPE_FORMAT_R16_FLOAT colorformat.
2011-06-14 Marek Olšákr600g: fix indentation and comments
2011-04-29 Marek Olšákr600g: implement EXT_packed_float
2011-04-25 Henri Verbeetr600g: Unify comment style somewhat.
2011-04-25 Henri Verbeetr600g: Cleanup the big endian support a bit.
2011-04-19 Cédric Canor600g: add big endian support for r6xx/r7xx
2011-04-19 Dave Airlier600g: fix warnings with piglit texture-rg test.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Dave Airlier600g: start using drm minor version to enable things.
2011-02-24 Dave Airlier600g: EXT_texture_array support.
2011-02-17 Dave Airlier600g: add missing type to color buffer swap.
2011-02-16 Dave Airlier600g: add L8A8 SRGB formats.
2011-02-16 Dave Airlier600g: add L4A4 support.
2011-02-15 Fabian Bielerr600g: Fix RGB10_A2 format handling
2011-02-11 Dave Airlier600g: handle 16/32 u/s norm formats properly
2011-02-07 Marek Olšákr600g: correctly report supported vertex formats
2011-01-15 Henri Verbeetr600g: Get rid of r600_translate_vertex_data_type().
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-27 Henri Verbeetr600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Dave Airlier600g: pick correct color swap for A8 fbos.
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: switch to a common formats.h file since they...
2010-10-07 Dave Airlier600g: add some RG texture format support.
2010-10-01 Dave Airlier600g: fixup vertex format picking.
2010-09-29 Dave Airlier600g: add L8A8 unorm.
2010-09-25 Vinson Leer600g: Silence 'control reaches end of non-void functio...
2010-09-24 Dave Airlier600g: fix polygon mode
2010-09-24 Dave Airlier600g: fixup tex wrapping.
2010-09-24 Dave Airlier600g: some more vertex formats
2010-09-24 Dave Airlier600g: add some more vertex format support.
2010-09-24 Dave Airlier600g: add vert support for 16/16 and 16/16/16 floats.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Dave Airlier600g: add color/texture support for more depth formats.
2010-09-20 Dave Airlier600g: add z16 to color setup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-03 Dave Airlier600g: move lots of state inline helpers to separate...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Dave Airlier600g: add missing vertex fetch formats to the translat...
2010-08-24 Henri Verbeetr600g: Add support for PIPE_FORMAT_R32_FLOAT.
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-12 Dave Airlier600g: fix typo in stencil translate.
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-06 Jerome Glisser600g: fix color format, indentation, defines
2010-08-06 Dave Airlier600g: add SRGB support.
2010-08-06 Dave Airlier600g: fixup z format translations.
2010-08-06 Dave Airlier600g: improve supported format selection.
2010-08-04 Jerome Glisser600g: always perform texture perspective divide +...
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
2010-08-02 Dave Airlier600g: add stencil op/func translation
2010-08-02 Dave Airlier600g: add initial blend state.