summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-11-10Redo array element checking for vertex array buffers.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-18remove MESA_TRACE stuffBrian Paul
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated o...Jose Fonseca
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
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-07-22Restore more code lost during last big merge.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-18Fix up FEATURE_* defines in config.hBrian Paul
2003-07-18Fix up some loose ends from the last big check-in.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-03Simplify extension string handling.Brian Paul
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-11new buffer/context visual compatibility test (Phil Brown)Brian Paul
2003-06-01setup default programs for GL_ARB_vertex/fragment_programBrian Paul
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-05-27check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-21alias ARB/NV program functions where possibleBrian 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-01clean-up current state initializationBrian Paul
2003-04-01minor initialization fixesBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-11-19put FEATURE_NV_vertex_program around vpstate.h includeBrian Paul
2002-10-30s/BZERO/_mesa_bzero/Brian Paul
2002-10-29init a few more fields in _mesa_initialize_visual()Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-10disable _glapi_set_warning_func() call as it's not present in older libGLsBrian Paul
2002-10-09XFree86 fixes (clib macro wrappers)Brian Paul
2002-10-08finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
2002-10-02removed unused ctx->Polygon.OffsetMRDBrian Paul
2002-09-27new texture compression infrastructureBrian 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-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul