mesa.git
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-22 Brian Paulrestore gcc-sl config
2003-08-22 Brian Paulupdates from Daniel Borca
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-08-19 Brian PaulglPixelMap fix
2003-08-19 Brian PaulFix glPixelMap: s/GLint/GLsizei/
2003-08-19 Brian PaulglPixelMap[f/ui/us]v()'s size parameter is GLsizei...
2003-08-19 Brian Paulsimplify some python code
2003-08-18 Brian Paulminor code improvement in glGenTextures
2003-08-17 Brian Paulregister file changes
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-15 Brian Paulfix some broken links
2003-08-11 Jouk Jansen Committing in .
2003-08-06 Brian Pauladded arbfrag/vertparse
2003-08-06 Brian Paulprep for OpenGL 1.5
2003-08-06 Brian Paulfix a bunch of warnings
2003-08-06 Brian Paulremove temporary prototypes
2003-08-06 Brian Paulplaceholder files
2003-08-06 Brian Pauladded info about Mesa-newtree
2003-08-06 Brian Paulupdated item 1.4
2003-08-06 Keith WhitwellShared dri driver resources
2003-08-06 Keith WhitwellNot-quite-functional swrast-only dri driver
2003-08-06 Keith WhitwellShared radeon/r200 init code
2003-08-06 Brian PaulAdded TOP to point to top of tree to find includes...
2003-08-06 Keith Whitwellmga driver, brought over by Jon Smirl
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl
2003-08-06 Keith Whitwellminiglx test programs
2003-08-06 Keith WhitwellNewer version of this file
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-05 Keith WhitwellFix samples/fog.c regression - missing test for NeedEye...
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-08-01 Keith WhitwellFix typo (& instead of &&) to fix olympic.c bug
2003-07-30 Brian Paulreplace assertion with conditional
2003-07-26 Karl SchultzMoved.
2003-07-26 Karl SchultzAdd the C++ and response files to the project so that...
2003-07-26 Karl SchultzReorganized projects so there is one project for each...
2003-07-26 Karl SchultzVC 6 Project File
2003-07-25 Karl Schultzminor option tweak
2003-07-25 Karl SchultzCompiler/Linker "response" file containing compiler...
2003-07-25 Karl SchultzAdd documentation.
2003-07-25 Karl SchultzProject now builds the C++ sources (with great difficul...
2003-07-25 Karl Schultzadd a dependency so that osmesa builds
2003-07-25 Karl Schultzcleanup - add comments and sort names.
2003-07-24 Brian Pauldon't include malloc.h (bug 776574)
2003-07-24 Karl Schultzadd osdemo project
2003-07-24 Karl Schultzproject file for osdemo
2003-07-24 Karl SchultzAdd osmesa project
2003-07-24 Karl Schultzadd symbols needed by osmesa.
2003-07-24 Karl SchultzProject file for osmesa
2003-07-24 Karl Schultzmoved to top of tree.
2003-07-24 Karl SchultzMicrosoft Visual Studio 6 Workspace file for building...
2003-07-24 Brian Paulif texture color table is enabled, use the color table...
2003-07-24 Karl Schultzfix location of mesa.def
2003-07-24 Karl Schultzlinker exports defs
2003-07-24 Karl SchultzProject to build the gears demo program.
2003-07-24 Karl SchultzWorkspace to build Mesa demos and sample programs.
2003-07-24 Karl SchultzProject file to build GLUT32.DLL
2003-07-24 Karl SchultzProject file to build GLU32.DLL
2003-07-24 Karl SchultzSource code for GDI driver.
2003-07-24 Karl SchultzProject file to build gdi driver and OPENGL32.DLL.
2003-07-24 Karl SchultzProject file to build tnl - creates static LIB that...
2003-07-24 Karl SchultzProject file to build swrast - creates static LIB that...
2003-07-24 Karl SchultzProject file to build core mesa - creates static LIB...
2003-07-24 Karl SchultzVisual Studio Workspace file for building Mesa. This...
2003-07-24 Karl SchultzRemoving from this directory. Will be added to new...
2003-07-24 Karl SchultzRemove obsolete file.
2003-07-24 Karl SchultzWindows does not define HUGE_VAL, so use the IEEE hex...
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-23 Brian Paulfill in chapter 5, 6 text
2003-07-22 Brian Paulremove printf
2003-07-22 Brian PaulNew interactive debugging code - vertex or fragment...
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian Paultokens, functions for GL_MESA_program_debug
2003-07-21 Brian Paulvertex/fragment debugger extension
2003-07-21 Brian Paultest program for GL_MESA_program_debug extension
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulNumbered productions for ARB_vertex_program grammar...
2003-07-18 Brian PaulKarl Rasche's ARB_vertex_program parser
2003-07-18 Brian PaulFix up FEATURE_* defines in config.h
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-11 Brian PaulDOS updates from Daniel Borca
2003-07-10 Brian Pauladded GL_VERSION check
2003-07-07 Brian Paulfix conformance glitch introduced with NPOT extension
2003-07-07 Brian Paulminor fixes in _mesa_TexGen[id]v() to silence valgrind
2003-07-03 Brian Paulfix int/float conversion for GL_TEXTURE_PRIORITY in...
2003-07-03 Brian Paulbigger window
2003-07-03 Brian PaulGL_ARB_texture_non_power_of_two test program
2003-07-03 Brian Pauladded GL_ARB_texture_non_power_of_two
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-03 Brian Paultweak checks for display list zero
2003-07-03 Brian PaulSimplify extension string handling.
2003-07-02 Jouk Jansen Committing in .
2003-06-30 Brian PaulDOS updates (Daniel Borca)
2003-06-27 Brian Pauladd a few more digits to PI to make Evgeny happy
2003-06-17 Jouk Jansen Committing in .
next