summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-18fix NEED_SECONDARY_COLOR for vert/frag progsBrian1-4/+4
2007-04-04Remove the never-used SI-style imports/exports code.Brian1-38/+0
2006-11-02new RGBA_LOGICOP_ENABLED() macroBrian Paul1-0/+8
2006-07-20move/update commentsBrian Paul1-37/+33
2006-07-20remove unused NEED_TWO_SIDED_LIGHTING() macroBrian Paul1-17/+1
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul1-2/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-34/+2
2005-04-15added _mesa_share_state()Brian Paul1-0/+2
2005-04-14In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick1-25/+0
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-4/+4
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-4/+4
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul1-1/+6
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul1-2/+2
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-2/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-2/+2
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul1-0/+26
2003-09-18Move context ASSERT/FLUSH macros to context.hBrian Paul1-0/+104
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-34/+55
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-4/+5
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul1-5/+1
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-15/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-2/+5
2002-06-13more removal of fprintf() callsBrian Paul1-3/+3
2002-06-13fixed a couple dumb mistakesBrian Paul1-2/+2
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-24/+51
2001-12-14vertex program check-inBrian Paul1-5/+2
2001-05-03minor clean-ups and warning fixesBrian Paul1-5/+1
2001-04-27added _mesa_free_framebuffer_data()Brian Paul1-1/+4
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-5/+6
2001-02-28GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.Brian Paul1-6/+6
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-19/+2
2000-10-29More GLchan color channel changes.Brian Paul1-1/+8
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-38/+20
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-8/+1
2000-05-04removed software alpha flag from GLvisual structBrian Paul1-3/+1
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul1-46/+85
2000-03-31added _mesa_create/destroy_visual()Brian Paul1-2/+25
2000-03-19fixed compiler warnings on BeOS R4Brian Paul1-2/+2
2000-02-02moved state functions to state.cBrian Paul1-13/+14
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul1-4/+4
2000-01-18renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul1-5/+5
2000-01-14added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul1-4/+10
2000-01-05removed _glapi_ThreadSafeBrian Paul1-3/+7
1999-12-17optimized GET_IMMEDIATE for thread safetyBrian Paul1-2/+2
1999-12-17further simplification of thread-related code, misc clean-upBrian Paul1-27/+28
1999-12-17fixed thread problemsBrian Paul1-14/+11
1999-12-10changes in hardware depth buffer supportBrian Paul1-2/+6