summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17disable prototype matrix stack codeBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-10-18 Committing in .Jouk Jansen
2001-09-15more warning fixes (Karl Schultz)Brian Paul
2001-07-26fixes for proxy cube map texture imagesBrian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-06-05Add USE_SPARC_ASM diagnostics to print_info.davem69
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-05-07set MRD to 1.0, fixes new Glean polygon offset failureBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-27added _mesa_free_framebuffer_data()Brian Paul
2001-04-25fixed a potential tex obj reference count problem involving multi-textureBrian Paul
2001-04-04Updated bug report info in _mesa_problem()Brian Paul
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul
2001-03-24- Minor cleanups of ctx->Driver.Current*Primitive usage.Gareth Hughes
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Add missing header file.Gareth Hughes
2001-03-11Clean up install, restore for exec vtxfmts.Gareth Hughes
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-28GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul
2001-02-27Initialize Line._WidthKeith Whitwell
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05various compilation/warning fixesKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-16set visual->MRD to 2.0Brian Paul
2000-12-09initialize convolution filters to zeroBrian Paul
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell