summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-8/+8
2003-09-18Move macros from header to C file. Updated some commentsBrian Paul1-26/+61
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett1-15/+15
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-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul1-3/+5
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-10/+10
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick1-0/+27
2003-07-22remove printfBrian Paul1-2/+0
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul1-0/+1
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-38/+64
2003-07-03tweak checks for display list zeroBrian Paul1-1/+6
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul1-0/+32
2003-04-17added LoadProgramNV and RequestResidentProgramsNVBrian Paul1-12/+70
2003-04-17Added arbprogram.c to Makefiles.Brian Paul1-7/+212
2003-03-03better error messages (Leif Delgass)Brian Paul1-3/+3
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul1-3/+5
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-2/+2
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul1-2/+18
2002-10-24Header file clean-up:Brian Paul1-60/+52
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul1-1/+7
2002-10-07removed old commentBrian Paul1-2/+1
2002-09-06implemented glProgramParameters4[df]vNV()Brian Paul1-10/+26
2002-09-06hook-up dispatch for glActiveStencilFaceEXT()Brian Paul1-8/+4
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul1-1/+27
2002-08-17added error checking for glCallLists() type parameterBrian Paul1-4/+46
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul1-1/+25
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+2
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-64/+77
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-6/+6
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul1-102/+3
2002-05-27dispatch offsets for ARB_window_posBrian Paul1-18/+21
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-5/+10
2002-04-02GL_ARB_point_parameters supportBrian Paul1-2/+5
2001-12-19some display list support for vertex program extensionBrian Paul1-9/+174
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-1/+5
2001-12-14minor dispatach table changesBrian Paul1-17/+46
2001-12-14vertex program check-inBrian Paul1-1/+16
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz1-2/+2
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul1-42/+42
2001-11-18added test implementation of GL_ARB_window_posBrian Paul1-2/+124
2001-11-18API dispath updatesBrian Paul1-44/+44
2001-09-18compiler warningsKarl Schultz1-63/+68
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-6/+1
2001-06-12don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul1-24/+10
2001-06-11fixed minor display list bugs (#431517)Brian Paul1-10/+10
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul1-1/+29
2001-05-14increase blocksize, remove dead opcodesKeith Whitwell1-10/+28
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell1-2/+2
2001-05-09Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchicalKeith Whitwell1-4/+13