gallium: Add capability for ARB_robust_buffer_access_behavior.
[mesa.git] / src / gallium / drivers / r300 / r300_hyperz.c
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-29 Marek Olšákr300g: print some HyperZ debug info
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-15 Marek Olšákr300g: HiZ fixes
2011-05-15 Marek Olšákr300g: don't set other HyperZ states if depth and stenc...
2011-05-15 Marek Olšákr300g: dynamically ask for and release Hyper-Z access
2011-05-09 Marek Olšákr300g: remove redundant state variable hyperz_locked
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Marek Olšákr300g/winsys: rename r300->radeon and do a little cleanup
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Vinson Leer300g: Silence 'control reaches end of non-void functio...
2011-03-01 Marek Olšákr300g: set the correct HiZ clear value
2011-02-28 Marek Olšákr300g: disable HiZ permanently if the the depth functio...
2011-02-28 Marek Olšákr300g: fix HiZ memory size computation and deciding...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-10 Marek Olšákr300g: consolidate buffers and textures to r300_resource
2011-01-28 Marek Olšákr300g: fix and re-enable 8x8 zbuffer compression mode
2011-01-27 Marek Olšákr300g: fix some bugs with zbuffer compression (v4)
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-05 Marek Olšákr300g: optimize looping over atoms
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Marek Olšákr300g: turn magic numbers into names in the hyperz...
2010-11-10 Marek Olšákr300g: rename has_hyperz -> can_hyperz
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-19 Marek Olšákr300g: do not use fastfill with 16-bit zbuffers
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 nobledr300g: Let hyperz init fail
2010-08-15 Marek Olšákr300g: do not use HiZ if HiZ RAM is not properly initia...
2010-08-15 Marek Olšákr300g: rename dirty_zmask -> zmask_in_use
2010-08-15 Marek Olšákr300g: do not use fastfill if ZMask RAM is not properly...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-08 Marek Olšákr300g: do not allocate a zmask block for 3D textures...
2010-08-07 Marek Olšákr300g: fix cbzb clears when hyperz is off
2010-08-06 Vinson Leer300g: Remove unnecessary headers.
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-12 Marek Olšákr300g: implement fast color clear
2010-07-08 Marek Olšákr300g: minor fixups
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Marek Olšákr300g: do not emit ZTOP every draw call
2010-06-19 Marek Olšákr300g: improve the ZTOP condition
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Marek Olšákr300g: move ZTOP to separate file