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