index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r200
/
r200_span.c
Age
Commit message (
Expand
)
Author
2005-09-04
Further clean-up and simplification of the span-related functions.
Brian Paul
2005-09-04
replace GET_SRC_PTR, GET_DST_PTR with GET_PTR
Brian Paul
2005-09-03
remove dead code
Brian Paul
2005-09-02
remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS code
Brian Paul
2005-09-01
added an assertion to help debug broken stencil readback
Brian Paul
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-07-01
remove common macros used in the span functions of most drivers from the indi...
Roland Scheidegger
2005-06-26
Remove the #if 0-ed out old span code.
Eric Anholt
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-26
(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...
Roland Scheidegger
2004-12-08
fix depth/stencil readback if coordinates are larger than 1023 (https://bugs....
Roland Scheidegger
2004-10-14
Add support for optimized versions of the code underlying ReadPixels
Ian Romanick
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell