summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2003-10-09Eric's mesa-depth32.diffKeith Whitwell
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-18removed unused NoRaster and Rendering fields from GLcontextBrian Paul
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
2003-08-28Added OpenGL 1.4's per-texture LOD bias.Brian Paul
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
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