summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-17Merge the Doxygen configuration files from the embedded branch.Jose Fonseca17-65/+898
2003-09-17new castsBrian Paul2-2/+2
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul2-0/+2
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul12-134/+273
2003-09-17changed a commentBrian Paul1-2/+1
2003-09-17move a commentBrian Paul1-24/+22
2003-09-17move some functions, add some commentsBrian Paul1-32/+40
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul1-1/+4
2003-09-17fix up FEATURE_* definesBrian Paul1-21/+14
2003-09-15minor simplificationBrian Paul1-4/+4
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul6-101/+98
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett4-65/+73
2003-09-12allow glTexImage1/2/3D width/height/depth = 0Brian Paul1-0/+1
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul4-11/+21
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul1-11/+148
2003-09-09plug in vertex buffer object functionsBrian Paul1-0/+18
2003-09-09remove duplicate sunos5-smp entriesBrian Paul2-19/+1
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul2-37/+69
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