aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_context.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: add upload manager support.Dave Airlie2010-09-171-0/+12
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-2/+2
* r600g: hide radeon_ctx inside winsys.Dave Airlie2010-09-171-1/+1
* r600g: fixup texture state on evergreen.Dave Airlie2010-09-161-0/+17
* r600g: use index min/max + index buffer offset.Dave Airlie2010-09-161-0/+2
* r600g: pull r600_draw struct out into headerDave Airlie2010-09-161-5/+15
* r600g: add initial evergreen supportDave Airlie2010-09-101-0/+7
* r600g: align flushing of cb/db with DDX/r600c.Dave Airlie2010-09-101-0/+3
* r600g: add support for constants in memory buffers.Dave Airlie2010-09-081-0/+6
* r600g: abstract the hw states out behind a vtbl.Dave Airlie2010-09-081-0/+41
* r600g: refactor sample states into a reusable struct.Dave Airlie2010-09-031-10/+13
* r600g: reduce size of r600 context structure to !insaneDave Airlie2010-09-031-3/+6
* r600g: add texture border state.Dave Airlie2010-09-031-0/+2
* r600g: kill r600_context_state functionDave Airlie2010-09-031-1/+0
* r600g: fix memory/bo leakJerome Glisse2010-09-021-0/+1
* r600g: fix binding of same texture to several target slotJerome Glisse2010-09-011-5/+8
* 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