summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Collapse)Author
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
Lot's of clean-up in macros.h and mmath.h
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
EXT_secondary_color is disabled until we get some dispatch offsets from SGI.
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-08-23added convolve.h headerBrian Paul
2000-07-10Fix for miscolored rects in display lists.Keith Whitwell
Forward-port stipple bugfix.
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-19added a bunch of imaging functionsBrian Paul
2000-05-18replaced components with internalFormatBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_textureBrian Paul
2000-03-21added more lockingBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-03-03save ColorTable and ColorSubTable commandsBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
mechanism. LogicOp state change callback
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-02don't include dispatch.hBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
2000-01-31added save_TexImage3DEXT()Brian Paul
2000-01-24prefixed hash functions with _mesa_Brian Paul
2000-01-13made some functions staticBrian Paul
2000-01-07added missing glHintPGI() functionBrian Paul
1999-12-15removed _GLAPI_ extension testingBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-27added call to _mesa_init_no_op_table()Brian Paul
1999-11-25include glapi.hBrian Paul
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul
1999-11-11ColorTableEXT clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-09more fixes for glDrawArraysKeith Whitwell
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-03new texture image processingBrian Paul
1999-10-31fixed a typo in a commentBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-09fixed reference count bug in save_TexImage3DEXT()Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-09-04fix for mga depthbuffer resizeKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg