summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_clear.c
AgeCommit message (Expand)Author
2011-01-05i965: use BLT to clear buffer if possible on SandybridgeXiang, Haihao
2011-01-03intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt
2011-01-03intel: Handle forced swrast clears before other clear bits.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-04-08intel: Call intel_prepare_render() in intelClear()Li Peng
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-11-06intel: better front color buffer test in intelClear()Brian Paul
2009-11-06intel: call intel_check_front_buffer_rendering() in intelClear()Brian Paul
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.Eric Anholt
2009-09-20intel: meta clear has a new name.Chia-I Wu
2009-09-18[i965] add a missing header fileZou Nan hai
2009-09-18 [i965] use intel_batchbuffer_flush to flush the clearZou Nan hai
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai
2009-09-01intel: use BUFFER_BITS_COLORBrian Paul
2009-09-01intel: trim down #includesBrian Paul
2009-09-01intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul
2009-08-30intel: use more efficient loop over buffersBrian Paul
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-14intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt
2009-07-14intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt
2009-06-15intel: fix (cosmetic) typo flag used twiceRoland Scheidegger
2009-06-09intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt
2009-05-14intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt
2009-05-14intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul
2009-04-18intel: #include polygon.h to silence warningBrian Paul
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul
2009-03-02mesa: remove unused AUX buffersBrian Paul
2009-02-20intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul
2009-02-17intel: Fix tri clear to do FBO color attachments as well.Eric Anholt
2009-02-11Fix an i965 assertion failure on glClear()Robert Ellison
2009-02-09i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-02-02intel: replace custom metaops clear with generic.Eric Anholt
2009-01-30intel: If we're doing a depth clear with tris, do color with it.Eric Anholt
2009-01-26intel: move glClear-related code into new intel_clear.c fileBrian Paul