summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul2002-10-211-1/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-11/+15
* removed old TEXTURE0_ definesBrian Paul2002-10-091-9/+1
* finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul2002-10-081-7/+1
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-25/+4
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-1/+5
* removed unused ctx->Polygon.OffsetMRDBrian Paul2002-10-021-2/+1
* removed ctx->Polygon._OffsetAny - not really neededBrian Paul2002-10-021-3/+2
* new texture compression infrastructureBrian Paul2002-09-271-9/+6
* merge gl_texture_image RowStride from DRI 4.0.4Brian Paul2002-09-231-1/+2
* GL_MESA_pack_invertBrian Paul2002-09-211-1/+3
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-2/+6
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-9/+33
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-7/+10
* prep for OpenGL 1.4 feature setBrian Paul2002-06-291-1/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-3/+3
* Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul2002-06-181-2/+2
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-57/+39
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-10/+1
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-2/+4
* replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul2002-06-061-1/+3
* replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul2002-05-271-11/+14
* Minor change to current raster position and texcoords.Brian Paul2002-05-091-3/+2
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-1/+2
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-2/+2
* vertex program attribute array workBrian Paul2002-04-211-2/+3
* Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz2002-04-191-2/+10
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-13/+22
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-4/+3
* Test implementation of proposed GL_EXT_shadow_funcs extension. This justBrian Paul2002-03-231-1/+2
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+2
* initial work for NV_vertex_program1_1 extensionBrian Paul2002-03-131-1/+7
* Finished up GL_ARB_depth_texture and GL_ARB_shadowBrian Paul2002-02-151-4/+4
* More suport for t&l driversKeith Whitwell2002-02-131-1/+2
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-71/+102
* added some commentsBrian Paul2002-01-121-1/+3
* Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul2002-01-111-2/+2
* implemented vertex program point size controlBrian Paul2002-01-061-1/+4
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-36/+2
* infrastructure for vertex program attribute evaluatorsBrian Paul2002-01-051-1/+7
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-3/+4
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-42/+25
* vertex program check-inBrian Paul2001-12-141-34/+230
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul2001-12-041-6/+12
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-2/+3
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-061-1/+2
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-171-1/+2
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-2/+1
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-1/+3
* More raster fog coord fixes.Brian Paul2001-06-261-1/+2