aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* added some assertions, just to be safeBrian Paul2004-04-021-0/+4
* fix some warningsBrian Paul2004-03-261-1/+1
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-47/+77
* plug in _mesa_BlendFunc into dispatch tableBrian Paul2004-03-041-0/+1
* comments, capitalization, misc-clean-upsBrian Paul2004-03-031-24/+34
* glBindProgramARB wasn't getting compiled into display lists (bug 887383)Brian Paul2004-01-301-3/+7
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-0/+25
* Silence a compiler warning DRI builds using gcc3.Ian Romanick2004-01-211-1/+1
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-22/+0
* change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()Brian Paul2004-01-151-3/+3
* Add missing GLAPIENTRYKarl Schultz2003-12-041-54/+54
* casts for g++Brian Paul2003-11-251-1/+1
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-43/+823
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-334/+334
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-8/+8
* Move macros from header to C file. Updated some commentsBrian Paul2003-09-181-26/+61
* Updates to fix problems building with the Open Watcom compiler.Kendall Bennett2003-09-121-15/+15
* display list support for ARB_vertex/fragment_programBrian Paul2003-09-091-11/+148
* plug in vertex buffer object functionsBrian Paul2003-09-091-0/+18
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-3/+5
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-10/+10
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+27
* remove printfBrian Paul2003-07-221-2/+0
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-0/+1
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-38/+64
* tweak checks for display list zeroBrian Paul2003-07-031-1/+6
* Implemented GL_EXT_depth_bounds_test.Brian Paul2003-04-211-0/+32
* added LoadProgramNV and RequestResidentProgramsNVBrian Paul2003-04-171-12/+70
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-7/+212
* better error messages (Leif Delgass)Brian Paul2003-03-031-3/+3
* GL_SGI_texture_color_table extension (Eric Plante)Brian Paul2003-01-211-3/+5
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-2/+2
* a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul2002-11-061-2/+18
* Header file clean-up:Brian Paul2002-10-241-60/+52
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-1/+7
* removed old commentBrian Paul2002-10-071-2/+1
* implemented glProgramParameters4[df]vNV()Brian Paul2002-09-061-10/+26
* hook-up dispatch for glActiveStencilFaceEXT()Brian Paul2002-09-061-8/+4
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-1/+27
* added error checking for glCallLists() type parameterBrian Paul2002-08-171-4/+46
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul2002-06-301-1/+25
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-64/+77
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-6/+6
* Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul2002-05-291-102/+3
* dispatch offsets for ARB_window_posBrian Paul2002-05-271-18/+21
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-5/+10
* GL_ARB_point_parameters supportBrian Paul2002-04-021-2/+5
* some display list support for vertex program extensionBrian Paul2001-12-191-9/+174
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-1/+5