aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_clear.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-251-1/+0
|\
| * intel: Flush the batch when we're about to subdata into a VBO.mesa_7_6_rc1Eric Anholt2009-09-241-1/+0
* | intel: meta clear has a new name.Chia-I Wu2009-09-201-1/+1
|/
* [i965] add a missing header fileZou Nan hai2009-09-181-0/+1
* [i965] use intel_batchbuffer_flush to flush the clearZou Nan hai2009-09-181-1/+2
* i965: do a flush in clear, fix openarena render issue,Zou Nan hai2009-09-161-0/+1
* intel: use BUFFER_BITS_COLORBrian Paul2009-09-011-1/+1
* intel: trim down #includesBrian Paul2009-09-011-17/+0
* intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul2009-09-011-1/+2
* intel: use more efficient loop over buffersBrian Paul2009-08-301-3/+7
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-245/+2
* intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt2009-07-141-1/+7
* intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt2009-07-141-0/+8
* intel: Fix glClear behavior versus display lists.Eric Anholt2009-06-191-1/+1
* intel: fix (cosmetic) typo flag used twiceRoland Scheidegger2009-06-151-1/+0
* intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt2009-06-091-4/+5
* intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt2009-05-141-1/+2
* intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt2009-05-141-1/+2
* intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-131-29/+64
* intel: #include polygon.h to silence warningBrian Paul2009-04-181-0/+1
* intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer2009-04-181-0/+5
* intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul2009-04-171-0/+2
* mesa: remove unused AUX buffersBrian Paul2009-03-021-4/+1
* intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul2009-02-201-1/+1
* intel: Fix tri clear to do FBO color attachments as well.Eric Anholt2009-02-171-8/+25
* Fix an i965 assertion failure on glClear()Robert Ellison2009-02-111-1/+1
* i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul2009-02-091-0/+9
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-6/+2
* intel: replace custom metaops clear with generic.Eric Anholt2009-02-021-71/+174
* intel: If we're doing a depth clear with tris, do color with it.Eric Anholt2009-01-301-0/+8
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-261-0/+260