summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* replaced components with internalFormatBrian Paul2000-05-181-5/+5
* added GL_SGIX/SGIS_pixel_textureBrian Paul2000-04-071-1/+72
* added more lockingBrian Paul2000-03-211-1/+9
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-2/+2
* runtime selectable depth buffer depthBrian Paul2000-03-031-2/+3
* save ColorTable and ColorSubTable commandsBrian Paul2000-03-031-3/+3
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-3/+6
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-48/+46
* now using dynamically allocated api dispatch tablesBrian Paul2000-02-121-209/+209
* added code for all GL_MESA_window_pos functionsBrian Paul2000-02-111-1/+138
* don't include dispatch.hBrian Paul2000-02-021-2/+1
* updated includes for source file reorgBrian Paul2000-02-021-12/+3
* added save_TexImage3DEXT()Brian Paul2000-01-311-1/+17
* prefixed hash functions with _mesa_Brian Paul2000-01-241-9/+9
* made some functions staticBrian Paul2000-01-131-25/+25
* added missing glHintPGI() functionBrian Paul2000-01-071-2/+26
* removed _GLAPI_ extension testingBrian Paul1999-12-151-29/+16
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-1/+42
* added call to _mesa_init_no_op_table()Brian Paul1999-11-271-1/+4
* include glapi.hBrian Paul1999-11-251-1/+2
* replaced EXT_color_table with EXT_paletted_textureBrian Paul1999-11-121-2/+2