aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis/sis_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt2005-10-251-1/+4
| | | | | | | | last drop I saw, which was in turn based on a code drop of mine. Texturing, culling, and several extensions are unimplemented, and some features could probably be improved. It's untested, but there don't appear to be regressions on the 300-series code, so I'd like to get these bits in now so that it can be worked on as not a huge diff.
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-0/+2
| | | | call driUpdateFramebufferSize() when window size/position changes.
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
|
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-041-4/+3
|
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-301-0/+77
(build tested, but not physically tested)