summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-06-12don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul
2001-06-11fixed minor display list bugs (#431517)Brian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-14increase blocksize, remove dead opcodesKeith Whitwell
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-05-09Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchicalKeith Whitwell
2001-03-27silence compiler warningsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-13fix conform dlist testKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27fix demos/fire, enable lazy vertex flushingKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
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
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-23added convolve.h headerBrian Paul
2000-07-10Fix for miscolored rects in display lists.Keith Whitwell
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
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