Committing in .
[mesa.git] / src / mesa / main / config.h
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-11-28 Brian Paulupdated comment about CHAN_BITS
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-05-14 Brian Paulchanged MAX_HEIGHT to 2048
2001-04-26 Brian PaulAdded Makefile support for building libOSMesa16.so...
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-26 Brian Paulclarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value
2000-10-18 Brian PaulMore fixes for MAX_TEXTURE_UNITS > 2. Seems to work...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-21 Brian Paulincreased max convolution filter size
2000-07-05 Brian Paulchanged MAX_WIDTH to 2048 to handle 2K textures
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Paulinitial histogram and min/max work
2000-03-16 Keith Whitwellfix for tristrip bug and unfilled quad/polygon bug
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Pauladded CHAN_MAX, CHAN_MAXF
2000-02-03 Brian Pauladded SUB_PIXEL_BITS
2000-01-24 Brian Paulchanged VB_MAX, no longer dependant on FX symbol
2000-01-13 Brian Pauladded gl_register_config_var() proto
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-08-19 jtgInitial revision