summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: more cleanupJerome Glisse2010-09-291-144/+2
* r600g: cleanupJerome Glisse2010-09-291-0/+1673
* r600g: delete old pathJerome Glisse2010-09-291-721/+0
* Revert "r600g: add initial vertex translate support."Dave Airlie2010-09-291-40/+1
* r600g: add initial vertex translate support.Dave Airlie2010-09-291-1/+40
* r600g: fix db flush breaking config stateDave Airlie2010-09-281-9/+9
* r600g: move around variables to share depth uncompression codeJerome Glisse2010-09-261-1/+2
* r600g: move chip class to radeon common structureJerome Glisse2010-09-201-1/+1
* r600g: clean up valgrind issues on maxtargets test.Dave Airlie2010-09-201-1/+7
* r600g: fix fbo-drawbuffers-maxtargetsDave Airlie2010-09-201-7/+22
* r600g: add upload manager support.Dave Airlie2010-09-171-0/+4
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-2/+2
* r600g: Remove unnecessary headers.Vinson Lee2010-09-141-2/+0
* r600g: fix warning in r600 pipe driverDave Airlie2010-09-101-1/+0
* r600g: add initial evergreen supportDave Airlie2010-09-101-4/+10
* r600g: align flushing of cb/db with DDX/r600c.Dave Airlie2010-09-101-0/+55
* r600g: add support for constants in memory buffers.Dave Airlie2010-09-081-47/+4
* r600g: abstract the hw states out behind a vtbl.Dave Airlie2010-09-081-623/+13
* r600g: fix up surface referencesDave Airlie2010-09-061-4/+2
* r600g: search for sampler views in context on removal.Dave Airlie2010-09-061-0/+17
* r600g: fix segfault in state after reworkDave Airlie2010-09-031-2/+2
* r600g: refactor sample states into a reusable struct.Dave Airlie2010-09-031-87/+65
* r600g: add texture border state.Dave Airlie2010-09-031-2/+40
* r600g: deref old driver states for set entry points.Dave Airlie2010-09-031-0/+10
* r600g: drop r600_bind_state.Dave Airlie2010-09-031-75/+34
* r600g: kill r600_context_state functionDave Airlie2010-09-031-95/+63
* r600g: move lots of state inline helpers to separate header.Dave Airlie2010-09-031-115/+0
* r600g: drop magic numbers in depth state.Dave Airlie2010-09-031-3/+26
* r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse2010-09-021-83/+95
* r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.Dave Airlie2010-09-021-1/+1
* r600g: fix binding of same texture to several target slotJerome Glisse2010-09-011-18/+54
* r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_viewDave Airlie2010-09-021-1/+1
* r600g: silence compiler warningJerome Glisse2010-09-011-1/+1
* r600g: refix db/cb stateJerome Glisse2010-09-011-25/+110
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-306/+80
* Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse2010-09-011-55/+75
* r600g: correct cb/zb offset emits.Dave Airlie2010-09-011-2/+2
* Revert "r600g: precompute some of the hw state"Dave Airlie2010-09-011-75/+151
* r600g: precompute some of the hw stateJerome Glisse2010-08-301-151/+75
* r600g: fixup states generation in winsys.Dave Airlie2010-08-301-19/+19
* r600g: add KILP supportDave Airlie2010-08-301-0/+2
* Revert "r600g: simplify states"Dave Airlie2010-08-271-41/+37
* r600g: simplify statesJerome Glisse2010-08-251-37/+41
* r600g: Add support for PIPE_CAP_DEPTH_CLAMP.Henri Verbeet2010-08-231-2/+3
* r600g: export one component per pixel + r7xx uncompression shaderJerome Glisse2010-08-231-1/+1
* r600g: fix DB decompressionJerome Glisse2010-08-221-8/+2
* r600g: depth buffer likely needs decompression when used as textureJerome Glisse2010-08-221-9/+29
* r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse2010-08-211-1/+6
* r600g: cleanup definition, fix segfault when no valid pixel shaderJerome Glisse2010-08-201-1/+5
* r600g: add occlusion query supportDave Airlie2010-08-201-1/+0