summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
AgeCommit message (Expand)Author
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-20minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-26clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS valueBrian Paul
2000-10-18More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-21increased max convolution filter sizeBrian Paul
2000-07-05changed MAX_WIDTH to 2048 to handle 2K texturesBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07initial histogram and min/max workBrian Paul
2000-03-16fix for tristrip bug and unfilled quad/polygon bugKeith Whitwell
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-21added CHAN_MAX, CHAN_MAXFBrian Paul
2000-02-03added SUB_PIXEL_BITSBrian Paul
2000-01-24changed VB_MAX, no longer dependant on FX symbolBrian Paul
2000-01-13added gl_register_config_var() protoBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg