Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -1/+5 |
| | | | | debugging extension. | ||||
* | Fix up some loose ends from the last big check-in. | Brian Paul | 2003-07-18 | 1 | -7/+0 |
| | |||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -0/+8 |
| | |||||
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 1 | -0/+3 |
| | |||||
* | Simplify extension string handling. | Brian Paul | 2003-07-03 | 1 | -260/+185 |
| | |||||
* | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | 2003-06-13 | 1 | -0/+4 |
| | |||||
* | Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) | Brian Paul | 2003-06-04 | 1 | -0/+2 |
| | |||||
* | Removed fields from 'struct gl_extensions' for extensions that don't | Ian Romanick | 2003-06-02 | 1 | -19/+26 |
| | | | | | need them. Added "always on" extensions for extensions that are part of core versions 1.1 and 1.2. | ||||
* | Added support for NV_light_max_exponent. | Ian Romanick | 2003-05-30 | 1 | -0/+2 |
| | |||||
* | Implemented GL_EXT_depth_bounds_test. | Brian Paul | 2003-04-21 | 1 | -0/+8 |
| | |||||
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -4/+4 |
| | |||||
* | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul | 2003-03-29 | 1 | -1/+2 |
| | |||||
* | GL_SGI_texture_color_table extension (Eric Plante) | Brian Paul | 2003-01-21 | 1 | -1/+3 |
| | |||||
* | GL_ATI_texture_env_combine3 extension | Brian Paul | 2003-01-21 | 1 | -1/+3 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -1/+5 |
| | | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. | ||||
* | wrapped a few more C library functions | Brian Paul | 2002-10-25 | 1 | -8/+8 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | GL_ATI_texture_mirror_once extension (Ian Romanick) | Brian Paul | 2002-10-21 | 1 | -1/+3 |
| | |||||
* | surround vertex program code with #if FEATURE_NV_vertex_program/#endif | Brian Paul | 2002-10-16 | 1 | -1/+3 |
| | |||||
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -3/+2 |
| | |||||
* | GL_MESA_pack_invert | Brian Paul | 2002-09-21 | 1 | -1/+3 |
| | |||||
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -2/+6 |
| | |||||
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -1/+3 |
| | |||||
* | added GL_IBM_texture_mirrored_repeat (Ian Romanick) | Brian Paul | 2002-09-05 | 1 | -1/+3 |
| | |||||
* | prep for OpenGL 1.4 feature set | Brian Paul | 2002-06-29 | 1 | -2/+36 |
| | |||||
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -1/+3 |
| | | | | | | | | | 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. | ||||
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -2/+3 |
| | |||||
* | Implemented GL_ARB_texture_env_crossbar. | Brian Paul | 2002-05-02 | 1 | -1/+3 |
| | | | | Simplification of some of the texture application code. | ||||
* | GL_ARB_point_parameters support | Brian Paul | 2002-04-02 | 1 | -1/+3 |
| | |||||
* | Test implementation of proposed GL_EXT_shadow_funcs extension. This just | Brian Paul | 2002-03-23 | 1 | -1/+3 |
| | | | | | generalizes the R/texture comparision operators to include all eight of the depth test comparisons. | ||||
* | initial work for NV_vertex_program1_1 extension | Brian Paul | 2002-03-13 | 1 | -1/+3 |
| | |||||
* | Finished up GL_ARB_depth_texture and GL_ARB_shadow. | Brian Paul | 2002-02-15 | 1 | -3/+3 |
| | |||||
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -1/+3 |
| | |||||
* | prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, ↵ | Brian Paul | 2001-12-04 | 1 | -1/+7 |
| | | | | GL_ARB_shadow_ambient | ||||
* | added test implementation of GL_ARB_window_pos | Brian Paul | 2001-11-19 | 1 | -2/+3 |
| | |||||
* | added GL_ARB_texture_mirrored_repeat | Brian Paul | 2001-10-17 | 1 | -1/+3 |
| | |||||
* | added GL_EXT_texture_edge_clamp | Brian Paul | 2001-08-13 | 1 | -2/+4 |
| | |||||
* | added GL_IBM_rasterpos_clip extension | Brian Paul | 2001-06-26 | 1 | -1/+2 |
| | |||||
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -1/+29 |
| | | | | | compression isn't really implmented. Just updated glTexImageXD() to accept compressed internal format tokens. | ||||
* | infrastructure for GL_ARB_multisample | Brian Paul | 2001-05-29 | 1 | -1/+2 |
| | |||||
* | Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers. | Brian Paul | 2001-05-24 | 1 | -2/+2 |
| | |||||
* | initial support for GL_SGIS_generate_mipmap extension | Brian Paul | 2001-05-21 | 1 | -1/+3 |
| | |||||
* | fixed typo in GL_ARB_transpose_matrix | Brian Paul | 2001-04-24 | 1 | -2/+2 |
| | |||||
* | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul | 2001-04-17 | 1 | -3/+3 |
| | |||||
* | added GL_ARB_texture_border_clamp | Brian Paul | 2001-03-26 | 1 | -1/+5 |
| | |||||
* | enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in ↵ | Brian Paul | 2001-03-22 | 1 | -1/+3 |
| | | | | _mesa_enable_sw_extensions() | ||||
* | added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3 | Brian Paul | 2001-03-22 | 1 | -1/+3 |
| | |||||
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -54/+55 |
| | | | | | FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. | ||||
* | removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag | Brian Paul | 2001-03-15 | 1 | -2/+2 |
| | |||||
* | more tweaks | Brian Paul | 2001-02-27 | 1 | -3/+1 |
| |