summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
AgeCommit message (Expand)Author
2003-11-25added support for generic vertex attributes (ARB_vp) and their error checkingKarl Rasche
2003-09-17fix up FEATURE_* definesBrian Paul
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-05-08added comment about MAX_WIDTH and texturesBrian Paul
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul
2003-02-25set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-05restore ACCUM_BITS to 16Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-11-28updated comment about CHAN_BITSBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul
2001-05-14changed MAX_HEIGHT to 2048Brian Paul
2001-04-26Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
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