summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-09remove last of mklib.solaris stuffBrian Paul2-58/+1
2003-09-09Added most of the infrastructure required to supportIan Romanick4-80/+583
2003-09-08fix timer bug (801485)Brian Paul1-1/+1
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul3-331/+833
2003-09-08SunOS tweaks (Greg Menke)Brian Paul1-3/+4
2003-09-08update sunos5 targets (Greg Menke)Brian Paul2-6/+26
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul2-4/+2
2003-09-05more debugger developmentBrian Paul1-13/+124
2003-09-05fix typoBrian Paul1-1/+1
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul4-215/+239
2003-09-05misc updatesBrian Paul3-4/+9
2003-09-05update directoriesBrian Paul1-6/+6
2003-09-05updated info for Mesa 5.1Brian Paul1-263/+165
2003-09-05Updated for 5.0.2 release.Brian Paul2-2/+49
2003-09-05files for CVS to ignoreBrian Paul3-0/+155
2003-09-05 Committing in .Jouk Jansen2-0/+2
2003-09-04implement SWZ and TXB. some code clean-upBrian Paul1-46/+55
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul2-5/+4
2003-09-04import 5.0.2 infoBrian Paul2-0/+74
2003-09-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul2-21/+89
2003-09-03a little more MiniGLX infoBrian Paul1-0/+6
2003-09-03assorted updatesBrian Paul4-22/+29
2003-09-03added fbdev/DRI and MiniGLX infoBrian Paul4-0/+770
2003-09-03fix a few typos for linux-soloBrian Paul1-4/+4
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul1-2/+0
2003-09-03include math.hBrian Paul1-1/+1
2003-09-03add -lCrun for sunos5, added sunos5-smp (Greg M)Brian Paul2-3/+23
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick6-64/+92
2003-09-02remove -malign-loops=2 -malign-functions=2 (bug 738020)Brian Paul1-11/+7
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul2-5/+51
2003-09-02pbuffer infoBrian Paul2-0/+52
2003-09-02fix-up CXXFLAGS (bug 757292)Brian Paul1-40/+47
2003-09-02add missing glNormal, glVertex calls (Michal Wozniak)Brian Paul1-1/+3
2003-09-02update from Daniel BorcaBrian Paul1-20/+48
2003-09-02fix fog.End errorBrian Paul1-1/+1
2003-08-31s/DP4/DP3/Brian Paul1-4/+4
2003-08-31s/DP4/DP3/Brian Paul1-4/+4
2003-08-31always assign texcoord[i][3] to silence valgrindBrian Paul1-0/+2
2003-08-31update parameter indexingBrian Paul1-4/+5
2003-08-31added program.c plus minor fixesBrian Paul2-3/+8
2003-08-31added minor assertionBrian Paul1-1/+2
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul18-596/+1216
2003-08-30Generate browse info for Debug version.Karl Schultz11-18/+18
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz17-70/+103
2003-08-29s/GLuint/GLint/Brian Paul1-1/+1
2003-08-29fix minor warnings with castsBrian Paul2-8/+15
2003-08-29add arbfragparse.c to project.Karl Schultz1-2/+10
2003-08-28Move clamping of texture LOD bias to texture application time.Brian Paul2-6/+9
2003-08-28Updates from Daniel BorcaBrian Paul9-43/+71
2003-08-28remove unused bytes variableBrian Paul1-1/+0