summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* Header file clean-up:Brian Paul2002-10-241-49/+39
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-2/+11
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-91/+19
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-16/+103
* disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul2002-10-101-1/+7
* XFree86 fixes (clib macro wrappers)Brian Paul2002-10-091-1/+14
* finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul2002-10-081-2/+1
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-1/+2
* removed unused ctx->Polygon.OffsetMRDBrian Paul2002-10-021-2/+1
* new texture compression infrastructureBrian Paul2002-09-271-2/+1
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-8/+17
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-8/+9
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-147/+17
* fix problems in _mesa_debug/printf()Brian Paul2002-06-231-3/+7
* Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul2002-06-181-3/+4
* new fix for initial window size problemBrian Paul2002-06-171-2/+34
* Port glXCopyContext bug from 4.0 branch.Brian Paul2002-06-171-23/+58
* added a commentBrian Paul2002-06-161-1/+2
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-10/+43
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-31/+70
* more removal of fprintf() callsBrian Paul2002-06-131-3/+3
* fixed a couple dumb mistakesBrian Paul2002-06-131-2/+2
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-34/+176
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-2/+6
* Minor change to current raster position and texcoords.Brian Paul2002-05-091-3/+2
* 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