aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: attempt to turn on DXTn formatsKeith Whitwell2010-11-091-1/+1
* r600g: switch to a common formats.h file since they are in different regsDave Airlie2010-10-181-23/+24
* r600g: add some RG texture format support.Dave Airlie2010-10-081-0/+12
* r600g: fixup vertex format picking.Dave Airlie2010-10-011-23/+135
* r600g: add L8A8 unorm.Dave Airlie2010-09-301-0/+6
* r600g: Silence 'control reaches end of non-void function' warning.Vinson Lee2010-09-241-0/+3
* r600g: fix polygon modeDave Airlie2010-09-241-0/+12
* r600g: fixup tex wrapping.Dave Airlie2010-09-241-4/+4
* r600g: some more vertex formatsDave Airlie2010-09-241-1/+8
* r600g: add some more vertex format support.Dave Airlie2010-09-241-3/+34
* r600g: add vert support for 16/16 and 16/16/16 floats.Dave Airlie2010-09-241-0/+3
* r600g: add color/texture support for more depth formats.Dave Airlie2010-09-201-0/+8
* r600g: add z16 to color setupDave Airlie2010-09-201-0/+7
* r600g: move lots of state inline helpers to separate header.Dave Airlie2010-09-031-2/+120
* r600g: add missing vertex fetch formats to the translation table.Dave Airlie2010-09-021-0/+2
* r600g: Add support for PIPE_FORMAT_R32_FLOAT.Henri Verbeet2010-08-241-0/+3
* r600g: fix DB decompressionJerome Glisse2010-08-221-1/+1
* r600g: fix typo in stencil translate.Dave Airlie2010-08-121-1/+1
* r600g: improve texture format checker.Dave Airlie2010-08-121-1/+1
* r600g: fix color format, indentation, definesJerome Glisse2010-08-061-81/+80
* r600g: add SRGB support.Dave Airlie2010-08-061-0/+8
* r600g: fixup z format translations.Dave Airlie2010-08-061-1/+23
* r600g: improve supported format selection.Dave Airlie2010-08-061-0/+153
* r600g: always perform texture perspective divide + fix blendingJerome Glisse2010-08-041-1/+1
* r600g: add autogenerated reg definition + debug print cleanupJerome Glisse2010-08-021-78/+74
* r600g: add stencil op/func translationDave Airlie2010-08-021-0/+33
* r600g: add initial blend state.Dave Airlie2010-08-021-0/+100