summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_pixel.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-494/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-8/+8
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-14/+14
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-6/+8
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-15/+15
* Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-1/+1
|\
| * mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* | r200: use correct finish interfaceDave Airlie2009-02-131-1/+1
* | r200: emit elts into a separate ELT boDave Airlie2009-01-231-4/+6
* | r200: clear is working at least - not much elseDave Airlie2009-01-201-4/+4
* | radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-1/+1
* | radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-6/+6
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-16/+16
* | radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-12/+12
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger2008-06-211-1/+1
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-2/+2
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-8/+0
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-1/+1
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-4/+12
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-2/+1
* xorg-r200-uninitialized-variable-used.patch from Redhat xorgDave Airlie2004-07-311-1/+2
* Remove include of texutil.h to get build working.Ian Romanick2004-04-271-1/+0
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-2/+2
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-8/+6
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-10/+10
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+494