summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)Author
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-06fixed off-by-one errors in matrix stack setup/cleanupBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-12now using dynamically allocated api dispatch tablesBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul
2000-02-02don't include dispatch.hBrian Paul
2000-02-02moved state functions to state.cBrian Paul
2000-01-31added mutexes for thread safetyBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-28enable/disable no-context warnings depending on MESA_DEBUGBrian Paul
2000-01-24prefixed hash functions with _mesa_Brian Paul
2000-01-18renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul
2000-01-17added X86-optimized message for MESA_INFOBrian Paul
2000-01-14added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul
1999-12-17print thread safety info if MESA_INFO setBrian Paul
1999-12-17further simplification of thread-related code, misc clean-upBrian Paul
1999-12-17fixed thread problemsBrian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-12-04minor stencil-related changesBrian Paul
1999-12-02test for null newCtx before newCtx->FirstTimeCurrentBrian Paul
1999-11-30print debug info in gl_make_current() if MESA_INFO env var setBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-19renamed struct gl_palette as struct gl_color_tableBrian Paul
1999-11-19updates for Mesa 3.3Brian Paul
1999-11-15fixed several texture state bugs found with objbug.c programBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10fixed dumb typoBrian Paul
1999-10-10added memory macrosBrian Paul
1999-10-09texture units now share default texture objectsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-19Cleaning upKeith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-09-07removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul
1999-09-04fix for mga depthbuffer resizeKeith Whitwell
1999-09-02fixed GL_FRONT_AND_BACK cull bugKeith Whitwell
1999-08-29new files to support vertex-based geometryKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg