draw: corrections to allow for different cliptest cases
[mesa.git] / src / gallium / drivers / r600 / r600_context.h
2010-09-26 Jerome Glisser600g: move around variables to share depth uncompressi...
2010-09-24 Dave Airlier600g: fixup VP->FP output->input routing.
2010-09-24 Dave Airlier600g: fix draw-elements and draw-elements-base-vertex
2010-09-23 Dave Airlier600g: use blitter to do db->cb flushing.
2010-09-17 Dave Airlier600g: add upload manager support.
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-17 Dave Airlier600g: hide radeon_ctx inside winsys.
2010-09-16 Dave Airlier600g: fixup texture state on evergreen.
2010-09-15 Dave Airlier600g: use index min/max + index buffer offset.
2010-09-15 Dave Airlier600g: pull r600_draw struct out into header
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-10 Dave Airlier600g: align flushing of cb/db with DDX/r600c.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-03 Dave Airlier600g: refactor sample states into a reusable struct.
2010-09-03 Dave Airlier600g: reduce size of r600 context structure to !insane
2010-09-03 Dave Airlier600g: add texture border state.
2010-09-03 Dave Airlier600g: kill r600_context_state function
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-02 Jerome Glisser600g: fix binding of same texture to several target...
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-09 Jerome Glisser600g: fix r600 context structure, avoid segfault when...
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
2010-08-06 Dave Airlier600g: start to fix up multiple targets.
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-03 Jerome Glisser600g: flush and resubmit if we reach limit
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-02 Dave Airlier600g: add initial blend state.
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-04 Marek Olšákr600g: make blit functions static (private)
2010-06-04 Marek Olšákr600g: use cast wrappers
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-31 Marek Olšákr600g: remove unused struct r600_state
2010-05-29 Marek Olšákr600g: fix gallium function parameters
2010-05-29 Marek Olšákr600g: make a local copy of viewport state
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Marek Olšákr600g: adapt to latest interfaces changes
2010-05-27 Jerome Glisser600g: Initial import