summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)Author
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-27added _mesa_free_framebuffer_data()Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-28GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul
2000-03-31added _mesa_create/destroy_visual()Brian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-02-02moved state functions to state.cBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-18renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul
2000-01-14added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul
2000-01-05removed _glapi_ThreadSafeBrian Paul
1999-12-17optimized GET_IMMEDIATE for thread safetyBrian 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-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-19updates for Mesa 3.3Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg