summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-11-27clean up code related to dispatch table initializationBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-24Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-08-30remove CRDaniel Borca
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-06-28glBegin/EndQueryARB didn't work inside display listsBrian Paul
2004-06-03Fix problems when sizeof(Node) != sizeof(float)Keith Whitwell
2004-04-20Add printing for recently added opcodes.Keith Whitwell
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul
2004-04-02added some assertions, just to be safeBrian Paul
2004-03-26fix some warningsBrian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-04plug in _mesa_BlendFunc into dispatch tableBrian Paul
2004-03-03comments, capitalization, misc-clean-upsBrian Paul
2004-01-30glBindProgramARB wasn't getting compiled into display lists (bug 887383)Brian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-21Silence a compiler warning DRI builds using gcc3.Ian Romanick
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-15change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()Brian Paul
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-11-25casts for g++Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul
2003-09-09plug in vertex buffer object functionsBrian Paul
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-07-22remove printfBrian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03tweak checks for display list zeroBrian Paul
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-17added LoadProgramNV and RequestResidentProgramsNVBrian Paul
2003-04-17Added arbprogram.c to Makefiles.Brian Paul
2003-03-03better error messages (Leif Delgass)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-07removed old commentBrian Paul
2002-09-06implemented glProgramParameters4[df]vNV()Brian Paul
2002-09-06hook-up dispatch for glActiveStencilFaceEXT()Brian Paul