Merge branch 'master' into gallium-texture-transfer
[mesa.git] / src / mesa / drivers / dri / intel / intel_clear.c
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Pauli965: need to disable current shader, if any, in intel_...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-02-02 Eric Anholtintel: replace custom metaops clear with generic.
2009-01-30 Eric Anholtintel: If we're doing a depth clear with tris, do color...
2009-01-26 Brian Paulintel: move glClear-related code into new intel_clear...