summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor dispatach table changesBrian Paul2001-12-141-17/+46
* vertex program check-inBrian Paul2001-12-141-1/+16
* Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz2001-12-131-2/+2
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-42/+42
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-2/+124
* API dispath updatesBrian Paul2001-11-181-44/+44
* compiler warningsKarl Schultz2001-09-181-63/+68
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-6/+1
* don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul2001-06-121-24/+10
* fixed minor display list bugs (#431517)Brian Paul2001-06-111-10/+10
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+29
* increase blocksize, remove dead opcodesKeith Whitwell2001-05-141-10/+28
* Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell2001-05-101-2/+2
* Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchicalKeith Whitwell2001-05-091-4/+13
* silence compiler warningsBrian Paul2001-03-271-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-18/+18
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-8/+9
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-45/+61
* Overhaul of texture image handling.Brian Paul2001-02-061-3/+4
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-26/+1
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* fix conform dlist testKeith Whitwell2001-01-131-10/+10
* try and force a log messageKeith Whitwell2000-12-271-1/+2
* try and force a log messageKeith Whitwell2000-12-271-2/+1
* try and force a log messageKeith Whitwell2000-12-271-1/+2
* try and force a log messageKeith Whitwell2000-12-271-2/+1
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-271-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-229/+856
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-6/+5
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-260/+18
* Committing in .Jouk Jansen2000-11-221-24/+24
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-455/+414
* renamed imaging files to histogram since that's what's insideBrian Paul2000-11-101-2/+2