Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -6/+6 |
| | |||||
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -4/+5 |
| | |||||
* | added SetStencil/DepthPointer functions | Brian Paul | 2005-09-03 | 1 | -0/+16 |
| | |||||
* | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | 2005-07-01 | 1 | -8/+3 |
| | | | | individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. | ||||
* | remove the XFree86 ID line | Brian Paul | 2005-05-19 | 1 | -1/+0 |
| | |||||
* | Add check for mask == NULL to the one routine missing it. | Keith Whitwell | 2005-05-12 | 1 | -2/+11 |
| | |||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -10/+45 |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | ||||
* | fix some signed vs unsigned warnings | Dave Airlie | 2005-02-14 | 1 | -2/+2 |
| | |||||
* | Nicolai's sw-clipspan-fixes.patch | Keith Whitwell | 2004-11-01 | 1 | -8/+9 |
| | |||||
* | Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't | Eric Anholt | 2004-10-08 | 1 | -0/+2 |
| | | | | | be used in that case, and it wanting WRITE_DEPTH was making r128 die on the undefined symbol. | ||||
* | use GLuint instead of uint | Daniel Borca | 2004-09-28 | 1 | -1/+1 |
| | |||||
* | patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) | Brian Paul | 2004-09-24 | 1 | -0/+36 |
| | |||||
* | Shared dri driver resources | Keith Whitwell | 2003-08-06 | 1 | -0/+176 |