summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/ggi
AgeCommit message (Expand)Author
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul
2005-09-07some updates, but code still out of dateBrian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-09-10applied patch #1026109Brian Paul
2004-09-10assorted updates (bug #1025977)Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2003-11-07fix commentsBrian Paul
2003-09-22apply patch #740145 from SourceForgeBrian Paul
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul
2002-10-25#include fixesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-03fixed compilation problem for swdd->SetBufferBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-10GGI driver updates (Filip Spacek)Brian Paul
2001-07-02More .cvsignore updates.pesco
2001-03-07Misc build fixesJon Taylor
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-03Added missing #include "mmath.h"Jon Taylor
2000-12-28Fixed GGIMesa build problems.Jon Taylor
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-23More auto* build system updatesJon Taylor
2000-11-22 Modified Files:Jouk Jansen
2000-11-22More auto* build system fixesJon Taylor
2000-11-22swrast setup fixesJon Taylor
2000-11-21More auto* build fixesJon Taylor
2000-11-19* More work on the auto* build systemJon Taylor
2000-11-18* Auto* build fixesJon Taylor
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-16Small compile fixJon Taylor
2000-11-13* Updated the autoconf/automake/libtool build systemJon Taylor
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-28Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-03-27Minor fixupsJon Taylor