Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -2/+1 |
| | |||||
* | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul | 2002-09-06 | 1 | -8/+17 |
| | |||||
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -8/+9 |
| | | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | ||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -147/+17 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | fix problems in _mesa_debug/printf() | Brian Paul | 2002-06-23 | 1 | -3/+7 |
| | |||||
* | Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program). | Brian Paul | 2002-06-18 | 1 | -3/+4 |
| | | | | | Finished all glGet* queries for GL_NV_vertex_program. Improved error reporting in glEnable/Disable/Get, etc. | ||||
* | new fix for initial window size problem | Brian Paul | 2002-06-17 | 1 | -2/+34 |
| | |||||
* | Port glXCopyContext bug from 4.0 branch. | Brian Paul | 2002-06-17 | 1 | -23/+58 |
| | |||||
* | added a comment | Brian Paul | 2002-06-16 | 1 | -1/+2 |
| | |||||
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -10/+43 |
| | | | | | | | | | 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 | -31/+70 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -3/+3 |
| | |||||
* | fixed a couple dumb mistakes | Brian Paul | 2002-06-13 | 1 | -2/+2 |
| | |||||
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -34/+176 |
| | | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c) | ||||
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -2/+6 |
| | |||||
* | Minor change to current raster position and texcoords. | Brian Paul | 2002-05-09 | 1 | -3/+2 |
| | |||||
* | added some casts | Brian Paul | 2002-04-19 | 1 | -2/+2 |
| | |||||
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -14/+48 |
| | |||||
* | remove dead vertex assembly | Keith Whitwell | 2002-04-09 | 1 | -2/+1 |
| | |||||
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -3/+2 |
| | |||||
* | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul | 2002-03-19 | 1 | -8/+8 |
| | | | | | | | memory. These can be overridden by applications which need to manage this memory specially. Contributed by Gerk Huisma. Also, new code for 8-bit -> 16-bit/channel texture image storage which fills in the least-significant bits properly. | ||||
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -1/+4 |
| | | | | | | | instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers(). | ||||
* | added a comment | Brian Paul | 2002-03-13 | 1 | -1/+2 |
| | |||||
* | fix evaluator data and matrix stack mem leaks (Robert Bergkvist) | Brian Paul | 2002-02-05 | 1 | -1/+6 |
| | |||||
* | infrastructure for vertex program attribute evaluators | Brian Paul | 2002-01-05 | 1 | -2/+9 |
| | |||||
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -77/+60 |
| | | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates). | ||||
* | disable prototype matrix stack code | Brian Paul | 2001-12-17 | 1 | -3/+3 |
| | |||||
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -23/+65 |
| | |||||
* | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | 2001-11-06 | 1 | -1/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-10-18 | 1 | -2/+3 |
| | | | | | | | | | | | | Modified Files: Mesa/src/context.c Initializing ctx->Driver.CurrentExecPrimitive to 0, just after the allocation of the context. I hope this solved a very rare crash of the molecule mode of xlockmore on my VMS-machine. (I have not seen any crash the last week. Normally it crashed at least once in the 3 days) ---------------------------------------------------------------------- | ||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-15 | 1 | -10/+10 |
| | |||||
* | fixes for proxy cube map texture images | Brian Paul | 2001-07-26 | 1 | -2/+8 |
| | |||||
* | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul | 2001-07-19 | 1 | -1/+11 |
| | |||||
* | added GL_IBM_rasterpos_clip extension | Brian Paul | 2001-06-26 | 1 | -1/+2 |
| | |||||
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -3/+6 |
| | |||||
* | removed old, redundant CurrentTransformUnit state var | Brian Paul | 2001-06-12 | 1 | -2/+1 |
| | |||||
* | Sparc optimized GLAPI dispatch table. | davem69 | 2001-06-05 | 1 | -1/+7 |
| | |||||
* | Add USE_SPARC_ASM diagnostics to print_info. | davem69 | 2001-06-05 | 1 | -1/+6 |
| | |||||
* | infrastructure for GL_ARB_multisample | Brian Paul | 2001-05-29 | 1 | -1/+9 |
| | |||||
* | initial support for GL_SGIS_generate_mipmap extension | Brian Paul | 2001-05-21 | 1 | -1/+2 |
| | |||||
* | set MRD to 1.0, fixes new Glean polygon offset failure | Brian Paul | 2001-05-07 | 1 | -2/+2 |
| | |||||
* | minor clean-ups and warning fixes | Brian Paul | 2001-05-03 | 1 | -14/+2 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -2/+22 |
| | |||||
* | added _mesa_free_framebuffer_data() | Brian Paul | 2001-04-27 | 1 | -23/+43 |
| | |||||
* | fixed a potential tex obj reference count problem involving multi-texture | Brian Paul | 2001-04-25 | 1 | -17/+10 |
| | |||||
* | Updated bug report info in _mesa_problem() | Brian Paul | 2001-04-04 | 1 | -2/+6 |
| | |||||
* | New mechanism for thread-safe GL API dispatch. C-based dispatch is faster. | Brian Paul | 2001-03-28 | 1 | -2/+1 |
| | | | | | | Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles. | ||||
* | - Minor cleanups of ctx->Driver.Current*Primitive usage. | Gareth Hughes | 2001-03-24 | 1 | -15/+1 |
| | | | | - Remove unused gl_reduce_prim array. | ||||
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -1/+2 |
| | | | | | FetchTexel routines). - Initial hooks for GL_EXT_texture_filter_anisotropic. | ||||
* | Add missing header file. | Gareth Hughes | 2001-03-12 | 1 | -1/+2 |
| |