summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-09-18Update with current set of gl* entry points.Karl Schultz
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-18version tweaksBrian Paul
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul
2003-09-18Remove FLT_MIN definition to imports.hBrian Paul
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz
2003-09-18Add casts to prevent double->float conversion compiler warnings.Karl Schultz
2003-09-18Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul
2003-09-17Fixed/added some error checks.Brian Paul
2003-09-17Add cast to remove compiler warningJon Smirl
2003-09-17unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated o...Jose Fonseca
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17new castsBrian Paul
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-17changed a commentBrian Paul
2003-09-17move a commentBrian Paul
2003-09-17move some functions, add some commentsBrian Paul
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul
2003-09-17fix up FEATURE_* definesBrian Paul
2003-09-15minor simplificationBrian Paul
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 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-09Added prototypes for internal functions to bufferobj.h.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-09-08fix timer bug (801485)Brian Paul
2003-09-05fix typoBrian Paul
2003-09-05move GL_MESA_program_debug code into program.cBrian 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-04Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.Brian Paul
2003-09-03ARB_point_sprite is not part of OpenGL 1.5Brian Paul
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-09-02added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)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-31always assign texcoord[i][3] to silence valgrindBrian Paul
2003-08-31update parameter indexingBrian Paul
2003-08-31added program.c plus minor fixesBrian Paul