summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: emit hardware linewidthKeith Whitwell2010-10-151-1/+4
* r600g: remove bpt and start using pitch_in_bytes/pixels.Dave Airlie2010-10-131-5/+5
* r600g: rename pitch in texture to pitch_in_bytesDave Airlie2010-10-131-5/+5
* r600g: store samplers/views across blit when we need to modify themDave Airlie2010-10-131-8/+10
* r600g: fix scissor/cliprect confusionDave Airlie2010-10-131-52/+6
* r600g: fix typo in vertex sampling on r600Dave Airlie2010-10-121-1/+1
* r600g: don't run with scissors.Dave Airlie2010-10-111-0/+47
* r600g: enable vertex samplers.Dave Airlie2010-10-111-3/+8
* r600g: use format from the sampler view not from the texture.Dave Airlie2010-10-071-3/+3
* r600g: drop use_mem_constant.Dave Airlie2010-10-051-1/+0
* r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2010-10-041-9/+11
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-3/+3
* r600g: Remove unnecessary headers.Vinson Lee2010-10-011-1/+0
* r600g: fixup vertex format picking.Dave Airlie2010-10-011-13/+10
* r600g: add winsys support for CTL constants.Dave Airlie2010-10-011-0/+2
* r600g: fix evergreen depth flushing.Dave Airlie2010-10-011-0/+38
* r600g: use constant buffer instead of register for constantJerome Glisse2010-09-301-26/+21
* r600g: clean up some code from move to new paths.Dave Airlie2010-09-301-6/+6
* 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