summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-09-12allow glTexImage1/2/3D width/height/depth = 0Brian Paul
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul
2003-09-09plug in vertex buffer object functionsBrian Paul
2003-09-09remove duplicate sunos5-smp entriesBrian Paul
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul
2003-09-09remove last of mklib.solaris stuffBrian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-09-08fix timer bug (801485)Brian Paul
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul
2003-09-08SunOS tweaks (Greg Menke)Brian Paul
2003-09-08update sunos5 targets (Greg Menke)Brian Paul
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul
2003-09-05more debugger developmentBrian Paul
2003-09-05fix typoBrian Paul
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul
2003-09-05misc updatesBrian Paul
2003-09-05update directoriesBrian Paul
2003-09-05updated info for Mesa 5.1Brian Paul
2003-09-05Updated for 5.0.2 release.Brian Paul
2003-09-05files for CVS to ignoreBrian Paul
2003-09-05 Committing in .Jouk Jansen
2003-09-04implement SWZ and TXB. some code clean-upBrian Paul
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul
2003-09-04import 5.0.2 infoBrian Paul
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul
2003-09-03a little more MiniGLX infoBrian Paul
2003-09-03assorted updatesBrian Paul
2003-09-03added fbdev/DRI and MiniGLX infoBrian Paul
2003-09-03fix a few typos for linux-soloBrian Paul
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul
2003-09-03include math.hBrian Paul
2003-09-03add -lCrun for sunos5, added sunos5-smp (Greg M)Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-09-02remove -malign-loops=2 -malign-functions=2 (bug 738020)Brian Paul
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul
2003-09-02pbuffer infoBrian Paul
2003-09-02fix-up CXXFLAGS (bug 757292)Brian Paul
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul
2003-09-02update from Daniel BorcaBrian Paul
2003-09-02fix fog.End errorBrian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31always assign texcoord[i][3] to silence valgrindBrian Paul
2003-08-31update parameter indexingBrian Paul
2003-08-31added program.c plus minor fixesBrian Paul
2003-08-31added minor assertionBrian Paul
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul