summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)Author
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-15added _mesa_share_state()Brian Paul
2005-04-14In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-06-13fixed a couple dumb mistakesBrian Paul
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