summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_pixels.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-686/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-3/+3
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23tdfx: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-4/+4
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-1/+1
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick1-6/+6
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian Paul1-1/+0
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-2/+2
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-14/+14
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-6/+6
2003-12-04add tdfx DRI driverAlan Hourihane1-0/+689