summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2003-07-03Simplify extension string handling.Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-02Removed fields from 'struct gl_extensions' for extensions that don'tIan Romanick
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-09basic work on GL_ARB_vertex_buffer_objectBrian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-04-05fragment program named constants and named program parameters basically work nowBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul
2003-03-02remove some MESA_DEBUG stuffBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-23added TEXTURE_*_INDEX tokensBrian Paul
2003-02-16more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-22push/pop color table state (Eric Plante)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-21GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-09removed old TEXTURE0_ definesBrian Paul
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul
2002-10-02removed ctx->Polygon._OffsetAny - not really neededBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-23merge gl_texture_image RowStride from DRI 4.0.4Brian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-29prep for OpenGL 1.4 feature setBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-18Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-06-06replaced hard-coded 4 with NUM_TEXTURE_TARGETSBrian Paul
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-05-02Implemented GL_ARB_texture_env_crossbar.Brian Paul
2002-04-21Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul
2002-04-21vertex program attribute array workBrian Paul
2002-04-19Provide a reasonable replacement for __FUNCTION__ when using non GNU CKarl Schultz