summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis/sis_context.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-479/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-9/+9
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
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul1-1/+1
2008-02-15Fix sis_dri on ia64.Adam Jackson1-0/+2
2006-04-11More GLSL code:Michal Krol1-1/+1
2005-10-25Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt1-2/+16
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt1-5/+4
2005-10-24Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt1-0/+2
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt1-0/+1
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt1-1/+14
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt1-15/+24
2005-09-03SetBuffer, renderbuffer changesBrian Paul1-1/+0
2004-06-10Fix an "overflow in implicit constant conversion" warning in mEndPrimitive whenEric Anholt1-2/+2
2004-06-08* Convert to use t_vertex.c instead of sis_vb.[ch]Eric Anholt1-19/+20
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl1-1/+0
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick1-1/+1
2004-05-24Clean up some warnings by making sis_fatal_error a macro, and let it take anEric Anholt1-2/+6
2004-03-12Adjust includes to help DRI buildJon Smirl1-0/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-1/+1
2004-01-18change Data ptr from GLbyte to GLubyte to silence warningsBrian Paul1-1/+1
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell1-5/+0
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane1-17/+10
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane1-0/+446