summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* added some castsBrian Paul2002-04-191-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-14/+48
* remove dead vertex assemblyKeith Whitwell2002-04-091-2/+1
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-3/+2
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-191-8/+8
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-1/+4
* added a commentBrian Paul2002-03-131-1/+2
* fix evaluator data and matrix stack mem leaks (Robert Bergkvist)Brian Paul2002-02-051-1/+6
* infrastructure for vertex program attribute evaluatorsBrian Paul2002-01-051-2/+9
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-77/+60
* disable prototype matrix stack codeBrian Paul2001-12-171-3/+3
* vertex program check-inBrian Paul2001-12-141-23/+65
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-061-1/+2
* Committing in .Jouk Jansen2001-10-181-2/+3
* more warning fixes (Karl Schultz)Brian Paul2001-09-151-10/+10
* fixes for proxy cube map texture imagesBrian Paul2001-07-261-2/+8
* Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul2001-07-191-1/+11
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-1/+2
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-3/+6
* removed old, redundant CurrentTransformUnit state varBrian Paul2001-06-121-2/+1
* Sparc optimized GLAPI dispatch table.davem692001-06-051-1/+7
* Add USE_SPARC_ASM diagnostics to print_info.davem692001-06-051-1/+6
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+9
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+2
* set MRD to 1.0, fixes new Glean polygon offset failureBrian Paul2001-05-071-2/+2
* minor clean-ups and warning fixesBrian Paul2001-05-031-14/+2
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-2/+22
* added _mesa_free_framebuffer_data()Brian Paul2001-04-271-23/+43
* fixed a potential tex obj reference count problem involving multi-textureBrian Paul2001-04-251-17/+10
* Updated bug report info in _mesa_problem()Brian Paul2001-04-041-2/+6
* New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul2001-03-281-2/+1
* - Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes2001-03-241-15/+1
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1/+2
* Add missing header file.Gareth Hughes2001-03-121-1/+2
* Clean up install, restore for exec vtxfmts.Gareth Hughes2001-03-111-1/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-1/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-14/+13
* GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul2001-02-281-9/+22
* Initialize Line._WidthKeith Whitwell2001-02-271-1/+2
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-261-5/+5
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-6/+6
* Overhaul of texture image handling.Brian Paul2001-02-061-2/+1
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-5/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-49/+52
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-2/+3
* various compilation/warning fixesKeith Whitwell2001-01-051-2/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-19/+10
* set visual->MRD to 2.0Brian Paul2000-12-161-2/+2
* initialize convolution filters to zeroBrian Paul2000-12-091-1/+6