summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_context.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: refix db/cb stateJerome Glisse2010-09-011-1/+1
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-18/+13
* Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse2010-09-011-1/+1
* Revert "r600g: precompute some of the hw state"Dave Airlie2010-09-011-1/+1
* r600g: precompute some of the hw stateJerome Glisse2010-08-301-1/+1
* r600g: depth buffer likely needs decompression when used as textureJerome Glisse2010-08-221-1/+1
* r600g: add occlusion query supportDave Airlie2010-08-201-1/+36
* r600g: add user clip plane support.Dave Airlie2010-08-171-0/+1
* r600g: improve texture format checker.Dave Airlie2010-08-121-0/+3
* r600g: fix r600 context structure, avoid segfault when no scissorJerome Glisse2010-08-091-1/+1
* Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse2010-08-061-15/+14
* r600g: start to fix up multiple targets.Dave Airlie2010-08-061-1/+1
* r600g: don't use dynamic state allocation for statesJerome Glisse2010-08-051-14/+15
* r600g: flush and resubmit if we reach limitJerome Glisse2010-08-031-36/+2
* r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse2010-08-031-2/+2
* r600g: add initial blend state.Dave Airlie2010-08-021-0/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-11/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+3
* r600g: split pipe state creating/binding from hw state creationJerome Glisse2010-07-281-20/+127
* r600g: texture supportJerome Glisse2010-07-271-0/+12
* r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse2010-07-231-2/+3
* r600g: make blit functions static (private)Marek Olšák2010-06-041-0/+1
* r600g: use cast wrappersMarek Olšák2010-06-041-0/+8
* r600g: remove unused struct r600_stateMarek Olšák2010-05-311-18/+0
* r600g: fix gallium function parametersMarek Olšák2010-05-291-4/+4
* r600g: make a local copy of viewport stateMarek Olšák2010-05-291-1/+1
* r600g: various fixesBas Nieuwenhuizen2010-05-271-2/+9
* r600g: adapt to latest interfaces changesMarek Olšák2010-05-271-3/+3
* r600g: Initial importJerome Glisse2010-05-271-0/+101