Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | surround vertex program code with #if FEATURE_NV_vertex_program/#endif | Brian Paul | 2002-10-16 | 1 | -1/+8 |
| | |||||
* | restore ACCUM_BITS to 16 | Brian Paul | 2002-10-05 | 1 | -2/+2 |
| | |||||
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -3/+6 |
| | | | | | | | | | Replace struct gl_texure_object's Dimension w/ Target field. Added _EnabledUnits to struct gl_texture_attrib - the _ReallyEnabled field is obsolete, but still present for now. This effectively removes the 8-texture units limit, 32 units now possible, but unlikely! New TEXTURE_1D/2D/3D/CUBE/RECT_BIT tokens for unit->_ReallyEnabled field. Updated device drivers to use ctx->Texture._EnabledUnits. | ||||
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -2/+2 |
| | |||||
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -1/+5 |
| | | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | ||||
* | updated comment about CHAN_BITS | Brian Paul | 2001-11-28 | 1 | -3/+3 |
| | |||||
* | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | 2001-11-06 | 1 | -1/+4 |
| | |||||
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 1 | -1/+3 |
| | |||||
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -2/+2 |
| | |||||
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -2/+8 |
| | |||||
* | New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with | Brian Paul | 2001-05-14 | 1 | -32/+2 |
| | | | | IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h | ||||
* | changed MAX_HEIGHT to 2048 | Brian Paul | 2001-05-14 | 1 | -2/+2 |
| | |||||
* | Added Makefile support for building libOSMesa16.so which is Mesa compiled | Brian Paul | 2001-04-26 | 1 | -1/+3 |
| | | | | for 16-bit color channels, using the OSMesa driver. | ||||
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -1/+4 |
| | | | | | FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -6/+6 |
| | |||||
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 1 | -2/+2 |
| | | | | | | Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | ||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -23/+1 |
| | | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | ||||
* | minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 | Brian Paul | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -1/+22 |
| | |||||
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -26/+7 |
| | | | | | | Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h | ||||
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -3/+9 |
| | | | | Lot's of clean-up in macros.h and mmath.h | ||||
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -1/+11 |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | ||||
* | clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value | Brian Paul | 2000-10-26 | 1 | -3/+8 |
| | |||||
* | More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now. | Brian Paul | 2000-10-18 | 1 | -3/+3 |
| | | | | | Misc code clean-ups, minor bug fixes. MAX_TEXTURE_UNITS now defaults to 3. | ||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -5/+5 |
| | | | | | | | 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. | ||||
* | increased max convolution filter size | Brian Paul | 2000-08-21 | 1 | -3/+3 |
| | |||||
* | changed MAX_WIDTH to 2048 to handle 2K textures | Brian Paul | 2000-07-05 | 1 | -3/+3 |
| | |||||
* | initial work for GL_ARB_texture_compression | Brian Paul | 2000-05-23 | 1 | -1/+5 |
| | |||||
* | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul | 2000-05-07 | 1 | -1/+1 |
| | |||||
* | initial code for GL_EXT_histogram extension | Brian Paul | 2000-05-07 | 1 | -1/+4 |
| | |||||
* | more GL_SGI_color_table extension work | Brian Paul | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -1/+4 |
| | |||||
* | initial histogram and min/max work | Brian Paul | 2000-04-07 | 1 | -1/+4 |
| | |||||
* | fix for tristrip bug and unfilled quad/polygon bug | Keith Whitwell | 2000-03-16 | 1 | -2/+2 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -20/+6 |
| | |||||
* | added CHAN_MAX, CHAN_MAXF | Brian Paul | 2000-02-21 | 1 | -2/+3 |
| | |||||
* | added SUB_PIXEL_BITS | Brian Paul | 2000-02-03 | 1 | -2/+5 |
| | |||||
* | changed VB_MAX, no longer dependant on FX symbol | Brian Paul | 2000-01-24 | 1 | -7/+4 |
| | |||||
* | added gl_register_config_var() proto | Brian Paul | 2000-01-13 | 1 | -3/+7 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -27/+7 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+222 |