summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-1/+2
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-1/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-66/+4
* Committing in .Jouk Jansen2000-11-221-11/+11
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-33/+56
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-149/+101
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-3/+3
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-9/+4
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-44/+28
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-12/+10
* Rearrange VERT_* flags to support 4 texture units.Keith Whitwell2000-10-301-4/+5