r600g: fix depth hw resource copies.
[mesa.git] / src / gallium / drivers / r600 / r600_blit.c
2011-02-03 Dave Airlier600g: fix depth hw resource copies.
2011-02-03 Dave Airlier600g: rework dirty / depth texture tracking.
2011-02-01 Dave Airlier600: only decompress depth when its tile type is wrong.
2011-01-30 Henri Verbeetr600g: Update the flushed depth texture after drawing...
2011-01-30 Dave Airlier600g: fixes a segfault in the piglit fbo-genmipmap...
2011-01-30 Marek Olšákr600g: fix vertex format fallback
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-24 Henri Verbeetr600g: r600_blit_uncompress_depth() can't fail.
2010-12-03 Jerome Glisser600g: indentation fix
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Dave Airlier600g: attempt to cleanup depth blit
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Dave Airlier600g: use blitter for hw copy region
2010-10-13 Dave Airlier600g: store samplers/views across blit when we need...
2010-09-29 Dave Airlier600g: clean up some code from move to new paths.
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-29 Jerome Glisser600g: delete old path
2010-09-27 Tilman Sauerbeckr600g: Fixed two texture surface leaks in r600_blit_unc...
2010-09-26 Jerome Glisser600g: move around variables to share depth uncompressi...
2010-09-25 Vinson Leer600g: Remove unnecessary header.
2010-09-23 Dave Airlier600g: use blitter to do db->cb flushing.
2010-09-23 Dave Airlier600g: fix depth readback on rv610 and other quirky...
2010-09-23 Dave Airlier600g: use floats instead of hex for blit vbo
2010-09-22 Dave Airlier600g: make stencil readback work
2010-09-22 Dave Airlier600g: cleanup some of the DB blit code
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
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 Tilman Sauerbeckr600g: Fixed a bo leak in r600_blit_state_ps_shader().
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
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-09-01 Dave Airlier600g: fix typo causing segfault.
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Jerome Glisser600g: fix depth buffer decompression after 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-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
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 Dave Airlier600g: add user clip plane support.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-03 Jerome Glisser600g: fix stencil
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-09 Marek Olšákr600g: save vertex buffers in blitter
2010-06-04 Marek Olšákr600g: implement clear_{render_target, depth_stencil...
2010-06-04 Marek Olšákr600g: make blit functions static (private)
2010-06-04 Marek Olšákr600g: use cast wrappers
2010-06-03 Roland Scheideggerr600g: adapt to interface changes
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 Vinson Leer600g: Remove unnecessary headers.
2010-05-29 Marek Olšákr600g: make a local copy of viewport state
2010-05-27 Bas Nieuwenhuizenr600g: various fixes
2010-05-27 Jerome Glisser600g: Initial import