Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / r600 / r600_state_inlines.h
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Henri Verbeetr600g: Get rid of r600_translate_vertex_data_type().
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-27 Henri Verbeetr600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.
2010-11-24 Christian Königr600g: disable not working formats
2010-11-24 Christian Königr600g: disable R32 float also in r600_translate_colorformat
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Dave Airlier600g: pick correct color swap for A8 fbos.
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-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
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-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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.