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_pixel.c
Age
Commit message (
Expand
)
Author
2009-05-24
radeon: Remove drawable & readable from radeon_dri_mirror
Nicolai Hähnle
2009-03-20
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-02
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-02-13
r200: use correct finish interface
Dave Airlie
2009-01-23
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-20
r200: clear is working at least - not much else
Dave Airlie
2009-01-14
radeon/r200/r300: consolidate the buffer copy/flip code into one place
Dave Airlie
2009-01-14
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
radeon/r200: move more stuff closer together in context
Dave Airlie
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)
Roland Scheidegger
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-06-02
remove code dealing with drmMinor version < 6 since all radeon drivers reques...
Roland Scheidegger
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-08-25
remove stray references to ctx->Depth.OcclusionTest
Brian Paul
2004-07-31
xorg-r200-uninitialized-variable-used.patch from Redhat xorg
Dave Airlie
2004-04-27
Remove include of texutil.h to get build working.
Ian Romanick
2004-03-11
Adjustments to make everything use IOCTL/sarea defines in DRM instead
Jon Smirl
2003-12-07
sync some more of the r200 driver from the DRI trunk
Alan Hourihane
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