Xiang, Haihao
|
8e8019b49a
|
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
|
2008-08-05 11:34:26 +08:00 |
|
Brian Paul
|
c6262cd8c5
|
added SetStencil/DepthPointer functions
|
2005-09-03 16:41:30 +00:00 |
|
Roland Scheidegger
|
cf5b2f7419
|
remove common macros used in the span functions of most drivers from the 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.
|
2005-07-01 00:08:46 +00:00 |
|
Brian Paul
|
8608978aba
|
remove the XFree86 ID line
|
2005-05-19 13:32:41 +00:00 |
|
Keith Whitwell
|
714be699be
|
Add check for mask == NULL to the one routine missing it.
|
2005-05-12 09:07:12 +00:00 |
|
Brian Paul
|
e4b2356c07
|
Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
|
2005-05-04 20:11:35 +00:00 |
|
Dave Airlie
|
8d12a6d537
|
fix some signed vs unsigned warnings
|
2005-02-14 09:27:38 +00:00 |
|
Keith Whitwell
|
cc78e40172
|
Nicolai's sw-clipspan-fixes.patch
|
2004-11-01 20:27:43 +00:00 |
|
Eric Anholt
|
b4d269f35f
|
Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won't
be used in that case, and it wanting WRITE_DEPTH was making r128 die on
the undefined symbol.
|
2004-10-08 22:21:09 +00:00 |
|
Daniel Borca
|
bbe364603c
|
use GLuint instead of uint
|
2004-09-28 06:44:46 +00:00 |
|
Brian Paul
|
328a039413
|
patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)
|
2004-09-24 14:30:13 +00:00 |
|
Keith Whitwell
|
93a458840c
|
Shared dri driver resources
|
2003-08-06 18:12:22 +00:00 |
|