Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few dispatch pointers weren't set (glGenTexturesEXT for example) | Brian Paul | 2002-11-06 | 1 | -3/+18 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
| | | | | | | | | 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. | ||||
* | surround vertex program code with #if FEATURE_NV_vertex_program/#endif | Brian Paul | 2002-10-16 | 1 | -1/+5 |
| | |||||
* | finally get rid of ctx->Texture._ReallyEnabled field | Brian Paul | 2002-10-08 | 1 | -11/+3 |
| | |||||
* | removed ctx->Polygon._OffsetAny - not really needed | Brian Paul | 2002-10-02 | 1 | -8/+6 |
| | |||||
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -4/+1 |
| | |||||
* | hook-up dispatch for glActiveStencilFaceEXT() | Brian Paul | 2002-09-06 | 1 | -3/+1 |
| | |||||
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -1/+6 |
| | |||||
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -2/+1 |
| | | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | ||||
* | Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and ↵ | Brian Paul | 2002-06-30 | 1 | -1/+5 |
| | | | | glMultiDrawElementsEXT(). | ||||
* | remove an unneeded statement in update_polygon(), added a comment | Brian Paul | 2002-06-25 | 1 | -3/+5 |
| | |||||
* | fix a comment | Brian Paul | 2002-06-16 | 1 | -2/+2 |
| | |||||
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -20/+37 |
| | | | | | | | | | 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 hard-coded 4 with NUM_TEXTURE_TARGETS | Brian Paul | 2002-06-06 | 1 | -2/+2 |
| | |||||
* | Added GL_NV_point_sprite functions: glPointParameteri[v]NV(). | Brian Paul | 2002-05-29 | 1 | -3/+1 |
| | | | | Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs). | ||||
* | dispatch offsets for ARB_window_pos | Brian Paul | 2002-05-27 | 1 | -18/+7 |
| | |||||
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -2/+2 |
| | |||||
* | GL_ARB_point_parameters support | Brian Paul | 2002-04-02 | 1 | -2/+5 |
| | |||||
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -3/+3 |
| | |||||
* | rename ResizeBuffersMESA to ResizeBuffers | Brian Paul | 2002-03-16 | 1 | -3/+3 |
| | |||||
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -11/+31 |
| | | | | | Fix GLuint compare bugs Fix RESET_STIPPLE calls | ||||
* | set _NeedEyeCoords to zero if vertex program is enabled | Brian Paul | 2002-01-12 | 1 | -1/+8 |
| | |||||
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -16/+16 |
| | | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | ||||
* | minor dispatach table changes | Brian Paul | 2001-12-14 | 1 | -3/+3 |
| | |||||
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -1/+29 |
| | |||||
* | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | 2001-12-04 | 1 | -17/+17 |
| | |||||
* | added test implementation of GL_ARB_window_pos | Brian Paul | 2001-11-18 | 1 | -2/+19 |
| | |||||
* | API dispath updates | Brian Paul | 2001-11-18 | 1 | -17/+17 |
| | |||||
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -3/+3 |
| | |||||
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -10/+1 |
| | | | | only had one or two functions left in them. | ||||
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -4/+6 |
| | | | | | 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/+4 |
| | |||||
* | Set 'prefer_float_colors' true, now that tnl uses them natively. | Keith Whitwell | 2001-05-10 | 1 | -2/+2 |
| | | | | Apply Jeff Epler's optimization to ci spans as well, remove old code. | ||||
* | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell | 2001-03-29 | 1 | -7/+7 |
| | | | | Replace with ctx->Texture._TexMatEnabled, ctx->Texture._TexGenEnabled. | ||||
* | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell | 2001-03-29 | 1 | -6/+1 |
| | | | | Added some switchable debug to s_context.c | ||||
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -22/+1 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -8/+8 |
| | |||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -8/+8 |
| | |||||
* | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. | Brian Paul | 2001-02-20 | 1 | -1/+6 |
| | | | | Added some const keywords in the s/w texturing code. | ||||
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -62/+54 |
| | | | | | | Remove redundant 'update_materials' stage. Fix conform segfault with seperate specular colors in mustpass.c. These tests still fail, however. | ||||
* | added debug assertions to be sure drivers initialize all required function ↵ | Brian Paul | 2001-02-12 | 1 | -4/+72 |
| | | | | pointers | ||||
* | Overhaul of texture image handling. | Brian Paul | 2001-02-06 | 1 | -4/+156 |
| | | | | | | | | | | 1. gl_texture_image struct's Data pointer points to images in driver's format. 2. Added FetchTexel() function pointer to struct gl_texture_image. 3. Changed Driver Tex[Sub]Image functions, return void now. 4. Texture storage/fetch code in new texstore.c file. 5. Removed texture.[ch] - functions moved to state.c Note: FX driver updates not finished yet. | ||||
* | removed the unused/broken GL_PGI_misc_hints extension | Brian Paul | 2001-01-24 | 1 | -4/+1 |
| | |||||
* | Still need 'DD_TRI_CULL_FRONT_BACK' | Keith Whitwell | 2001-01-08 | 1 | -3/+3 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -45/+27 |
| | | | | | | | 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. | ||||
* | Polygon._OffsetAny wasn't being computed | Brian Paul | 2000-12-16 | 1 | -2/+5 |
| | |||||
* | Initial work on GL_MESA_sprite_point extension. | Brian Paul | 2000-12-08 | 1 | -1/+8 |
| | | | | Still need to resolve clipping issues, finalize the spec. | ||||
* | Pass scale and bias values to _mesa_scale_and_bias_rgba(). | Brian Paul | 2000-11-28 | 1 | -2/+13 |
| | | | | Implemented post-convolution scale and bias operation. | ||||
* | Added MaxClipPlanes and MaxLights to gl_constants struct so T&L | Brian Paul | 2000-11-27 | 1 | -2/+2 |
| | | | | drivers can report non-default numbers of lights and clip planes. | ||||
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -205/+12 |
| | | | | driver (enable with FX_ALLOW_VTXFMT=t). |