summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
AgeCommit message (Expand)Author
2010-09-03r600g: refactor sample states into a reusable struct.Dave Airlie
2010-09-03r600g: reduce size of r600 context structure to !insaneDave Airlie
2010-09-03r600g: add texture border state.Dave Airlie
2010-09-03r600g: kill r600_context_state functionDave Airlie
2010-09-02r600g: fix memory/bo leakJerome Glisse
2010-09-01r600g: fix binding of same texture to several target slotJerome Glisse
2010-09-01r600g: refix db/cb stateJerome Glisse
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie
2010-08-30r600g: precompute some of the hw stateJerome Glisse
2010-08-22r600g: depth buffer likely needs decompression when used as textureJerome Glisse
2010-08-20r600g: add occlusion query supportDave Airlie
2010-08-17r600g: add user clip plane support.Dave Airlie
2010-08-12r600g: improve texture format checker.Dave Airlie
2010-08-09r600g: fix r600 context structure, avoid segfault when no scissorJerome Glisse
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse
2010-08-06r600g: start to fix up multiple targets.Dave Airlie
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse
2010-08-03r600g: flush and resubmit if we reach limitJerome Glisse
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse
2010-08-02r600g: add initial blend state.Dave Airlie
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-27r600g: texture supportJerome Glisse
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse
2010-06-04r600g: make blit functions static (private)Marek Olšák
2010-06-04r600g: use cast wrappersMarek Olšák
2010-05-31r600g: remove unused struct r600_stateMarek Olšák
2010-05-29r600g: fix gallium function parametersMarek Olšák
2010-05-29r600g: make a local copy of viewport stateMarek Olšák
2010-05-27r600g: various fixesBas Nieuwenhuizen
2010-05-27r600g: adapt to latest interfaces changesMarek Olšák
2010-05-27r600g: Initial importJerome Glisse