summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/ggi
AgeCommit message (Expand)AuthorFilesLines
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-9/+9
2004-09-10applied patch #1026109Brian Paul4-186/+206
2004-09-10assorted updates (bug #1025977)Brian Paul6-87/+100
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-2/+2
2003-11-07fix commentsBrian Paul2-4/+2
2003-09-22apply patch #740145 from SourceForgeBrian Paul3-68/+49
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul1-1/+0
2002-10-25#include fixesBrian Paul2-2/+3
2002-10-24Header file clean-up:Brian Paul1-3/+1
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul1-1/+1
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul1-3/+3
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul1-5/+10
2002-09-27new texture compression infrastructureBrian Paul1-4/+7
2002-09-03fixed compilation problem for swdd->SetBufferBrian Paul1-2/+2
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-27/+7
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-4/+2
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-3/+4
2002-06-10GGI driver updates (Filip Spacek)Brian Paul5-645/+797
2001-07-02More .cvsignore updates.pesco2-0/+2
2001-03-07Misc build fixesJon Taylor1-9/+13
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-1/+1
2001-01-24Lots of GLchan datatype changes.Brian Paul1-5/+4
2001-01-03Added missing #include "mmath.h"Jon Taylor1-1/+2
2000-12-28Fixed GGIMesa build problems.Jon Taylor2-47/+28
2000-12-26Major rework of tnl moduleKeith Whitwell1-4/+4
2000-11-23More auto* build system updatesJon Taylor1-1/+3
2000-11-22 Modified Files:Jouk Jansen1-5/+5
2000-11-22More auto* build system fixesJon Taylor1-0/+3
2000-11-22swrast setup fixesJon Taylor1-4/+48
2000-11-21More auto* build fixesJon Taylor1-1/+1
2000-11-19* More work on the auto* build systemJon Taylor3-69/+91
2000-11-18* Auto* build fixesJon Taylor2-10/+9
2000-11-17Minor header file changes to silence warnings.Brian Paul1-0/+3
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-1/+1
2000-11-16Small compile fixJon Taylor1-2/+0
2000-11-13* Updated the autoconf/automake/libtool build systemJon Taylor1-2/+8
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-1/+1
2000-10-28Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor4-7/+7
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-18/+21
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor11-13/+62
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul1-1/+1
2000-03-27Minor fixupsJon Taylor2-6/+6
2000-02-17replaced gl_ggiRendererString() with gl_ggiGetString()Brian Paul1-3/+6
2000-01-07* Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor8-67/+376
1999-09-21Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3Jon Taylor1-16/+5
1999-09-13Re-added missing GGIMesa context bufsize structure memberJon Taylor1-0/+1
1999-08-27Fixed double buffering bug when running in XJon Taylor1-5/+5
1999-08-24*** empty log message ***Jon Taylor4-69/+30
1999-08-23*** empty log message ***Jon Taylor1-0/+607
1999-08-22*** empty log message ***Jon Taylor7-36/+114