summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-21/+18
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-1/+25
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
* added convolve.h headerBrian Paul2000-08-231-1/+2
* Fix for miscolored rects in display lists.Keith Whitwell2000-07-101-4/+3
* added EXT version of vertex array functionsBrian Paul2000-06-121-25/+33
* more work on GL_ARB_texture_compressionBrian Paul2000-06-061-5/+272
* changed allocation/initialization of API dispatch tablesBrian Paul2000-05-241-4/+4
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-1/+67
* added a bunch of imaging functionsBrian Paul2000-05-191-15/+469