r600g: disable R32 float also in r600_translate_colorformat
[mesa.git] / src / gallium / drivers / r600 / r600_state_inlines.h
2010-11-24 Christian Königr600g: disable R32 float also in r600_translate_colorformat
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-21 Christian Königr600g: remove accidentally added r32 float format
2010-11-20 Christian Königr600g: add support for signed normalized frame buffers
2010-11-16 Christian König[g3dvl] next round of idct implementation
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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.