draw: corrections to allow for different cliptest cases
[mesa.git] / src / gallium / drivers / r600 / r600_context.c
2010-09-28 Jerome Glisser600g: use ptr for blit depth uncompress function
2010-09-25 Vinson Leer600g: Disable unused variables.
2010-09-23 Tilman Sauerbeckr600g: Destroy the blitter.
2010-09-23 Dave Airlier600g: use blitter to do db->cb flushing.
2010-09-22 Jerome Glisser600g: fix multiple occlusion query on same id
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-19 Henri VerbeetRevert "r600g: Flush upload buffers before draws instea...
2010-09-19 Henri Verbeetr600g: Flush upload buffers before draws instead of...
2010-09-17 Dave Airlier600g: add upload manager support.
2010-09-17 Dave Airlier600g: add support for kernel bo
2010-09-17 Dave Airlier600g: hide radeon_ctx inside winsys.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leer600g: Silence unused variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Remove unnecessary headers.
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-03 Dave Airlier600g: reduce size of r600 context structure to !insane
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Alex Deucherr600g: fix up default state differences between r6xx...
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-25 Jerome Glisser600g: simplify states
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-06 Jerome Glisser600g: really fix multi target support
2010-08-06 Jerome Glisser600g: finish multi target rendering support
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
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-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: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
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-30 Vinson Leer600g: Remove unnecessary headers.
2010-05-27 Jerome Glisser600g: disable rendering
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Jerome Glisser600g: fix driver + shader compiler backend change
2010-05-27 Marek Olšákr600g: adapt to latest interfaces changes
2010-05-27 Jerome Glisser600g: Initial import