summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mga/mgapixel.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-649/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-13/+13
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick1-9/+3
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-1/+1
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-12/+12
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul1-8/+1
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian Paul1-2/+1
2005-05-12Remove some unused structure fields, add some comments, and ifdef out someIan Romanick1-4/+16
2004-05-03get rid of last few XF86DRIClipRectDave Airlie1-3/+3
2004-04-27Remove include of texutil.h to get build working.Ian Romanick1-1/+0
2004-04-08build fixesAlan Hourihane1-1/+0
2004-03-12Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl1-2/+0
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul1-38/+4
2003-08-06mga driver, brought over by Jon SmirlKeith Whitwell1-0/+690