summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2008-09-21Remove CVS keywords.Keith Whitwell12-12/+0
2008-09-18mesa: prefix more #includes with "main/"Brian Paul2-8/+8
2008-06-21s/inline/INLINEBrian Paul2-2/+2
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+0
2006-11-02merge current trunk into vbo branchAlan Hourihane5-20/+40
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul1-3/+11
2005-09-07some updates, but code still out of dateBrian Paul1-11/+3
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-10/+12
2004-11-29silence a warningBrian Paul1-2/+2
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-3/+8
2002-11-11compilation fixesBrian Paul10-37/+38
2002-10-24Header file clean-up:Brian Paul1-9/+2
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul1-2/+2
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul4-13/+29
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-30/+7
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-6/+5
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-2/+6
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul1-2/+3
2001-09-23updates for Mesa 4.0Brian Paul1-1/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-36/+37
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2001-02-06misc updates to match latest device driver changesBrian Paul11-33/+70
2001-01-24Lots of GLchan datatype changes.Brian Paul8-30/+24
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-6/+6
2000-12-26Major rework of tnl moduleKeith Whitwell1-3/+3
2000-11-22 Modified Files:Jouk Jansen1-30/+30
2000-11-17Minor header file changes to silence warnings.Brian Paul1-2/+5
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+2
2000-11-14more Driver.Color, Driver.Index updatesBrian Paul1-4/+1
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul11-102/+53
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-26/+26
2000-06-14added dummy function to silence compiler warningBrian Paul5-5/+56
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul1-2/+2
2000-01-31include conf.htanner5-5/+25
2000-01-25updated RGB2BGR functionBrian Paul2-10/+8
2000-01-25updated for Mesa 3.3Brian Paul8-162/+295
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul6-6/+40
2000-01-22updated SVGA sources from Mesa 3.2Brian Paul12-334/+1468
1999-08-19Initial revisionjtg1-0/+540