summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
AgeCommit message (Expand)Author
2010-09-29r600g: delete old pathJerome Glisse
2010-09-29Revert "r600g: add initial vertex translate support."Dave Airlie
2010-09-29r600g: add initial vertex translate support.Dave Airlie
2010-09-26r600g: move around variables to share depth uncompression codeJerome Glisse
2010-09-24r600g: fixup VP->FP output->input routing.Dave Airlie
2010-09-24r600g: fix draw-elements and draw-elements-base-vertexDave Airlie
2010-09-23r600g: use blitter to do db->cb flushing.Dave Airlie
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie
2010-09-16r600g: use index min/max + index buffer offset.Dave Airlie
2010-09-16r600g: pull r600_draw struct out into headerDave Airlie
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie
2010-09-08r600g: abstract the hw states out behind a vtbl.Dave Airlie
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