summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+0
* merge current trunk into vbo branchAlan Hourihane2006-11-025-20/+40
* Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul2006-10-151-3/+11
* some updates, but code still out of dateBrian Paul2005-09-071-11/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+12
* silence a warningBrian Paul2004-11-291-2/+2
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-3/+8
* compilation fixesBrian Paul2002-11-1110-37/+38
* Header file clean-up:Brian Paul2002-10-241-9/+2
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-2/+2
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-044-13/+29
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-30/+7
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-6/+5
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-2/+6
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+3
* updates for Mesa 4.0Brian Paul2001-09-231-1/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-36/+37
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* misc updates to match latest device driver changesBrian Paul2001-02-0611-33/+70
* Lots of GLchan datatype changes.Brian Paul2001-01-248-30/+24
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-6/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-3/+3
* Modified Files:Jouk Jansen2000-11-221-30/+30
* Minor header file changes to silence warnings.Brian Paul2000-11-171-2/+5
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+2
* more Driver.Color, Driver.Index updatesBrian Paul2000-11-141-4/+1
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-1411-102/+53
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-26/+26
* added dummy function to silence compiler warningBrian Paul2000-06-145-5/+56
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-311-2/+2
* include conf.htanner2000-01-315-5/+25
* updated RGB2BGR functionBrian Paul2000-01-252-10/+8
* updated for Mesa 3.3Brian Paul2000-01-258-162/+295
* added #ifdef SVGA, work-around asm code problemBrian Paul2000-01-236-6/+40
* updated SVGA sources from Mesa 3.2Brian Paul2000-01-2212-334/+1468
* Initial revisionjtg1999-08-191-0/+540