summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_clear.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23intel: Fork the intel_clear.c file between i915 and i965.Eric Anholt1-203/+0
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-1/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-07-25i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.Eric Anholt1-2/+2
2011-07-20intel: Use the GLSL-based meta clear when available.Eric Anholt1-1/+4
2011-07-19intel: Fix stencil buffer to be W tiledChad Versace1-0/+6
2011-07-07intel: Remove dead comment about software clears -- it's handled just above.Eric Anholt1-1/+0
2011-04-23i965: Add support for NV_conditional_render.Eric Anholt1-0/+4
2011-01-05i965: use BLT to clear buffer if possible on SandybridgeXiang, Haihao1-6/+0
2011-01-03intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt1-1/+1
2011-01-03intel: Handle forced swrast clears before other clear bits.Eric Anholt1-22/+20
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-26/+18
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-04-08intel: Call intel_prepare_render() in intelClear()Li Peng1-0/+4
2010-02-25intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt1-0/+6
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-3/+0
2010-01-23intel: Remove unnecessary headers.Vinson Lee1-3/+0
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-1/+1
2009-11-06intel: better front color buffer test in intelClear()Brian Paul1-2/+3
2009-11-06intel: call intel_check_front_buffer_rendering() in intelClear()Brian Paul1-0/+3
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul1-1/+0
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.mesa_7_6_rc1Eric Anholt1-1/+0
2009-09-20intel: meta clear has a new name.Chia-I Wu1-1/+1
2009-09-18[i965] add a missing header fileZou Nan hai1-0/+1
2009-09-18 [i965] use intel_batchbuffer_flush to flush the clearZou Nan hai1-1/+2
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai1-0/+1
2009-09-01intel: use BUFFER_BITS_COLORBrian Paul1-1/+1
2009-09-01intel: trim down #includesBrian Paul1-17/+0
2009-09-01intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul1-1/+2
2009-08-30intel: use more efficient loop over buffersBrian Paul1-3/+7
2009-07-15intel/radeon: add common metaops code.Dave Airlie1-245/+2
2009-07-14intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt1-1/+7
2009-07-14intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt1-0/+8
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt1-1/+1
2009-06-15intel: fix (cosmetic) typo flag used twiceRoland Scheidegger1-1/+0
2009-06-09intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt1-4/+5
2009-05-14intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt1-1/+2
2009-05-14intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt1-1/+2
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul1-29/+64
2009-04-18intel: #include polygon.h to silence warningBrian Paul1-0/+1
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer1-0/+5
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul1-0/+2
2009-03-02mesa: remove unused AUX buffersBrian Paul1-4/+1
2009-02-20intel: fix datatype typo, s/GLboolean/GLuint/Brian Paul1-1/+1
2009-02-17intel: Fix tri clear to do FBO color attachments as well.Eric Anholt1-8/+25
2009-02-11Fix an i965 assertion failure on glClear()Robert Ellison1-1/+1
2009-02-09i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul1-0/+9
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt1-6/+2
2009-02-02intel: replace custom metaops clear with generic.Eric Anholt1-71/+174
2009-01-30intel: If we're doing a depth clear with tris, do color with it.Eric Anholt1-0/+8