summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)Author
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul
2009-05-30mesa: Add success/failures return value to _mesa_make_current.José Fonseca
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-02-22mesa: remove unneeded #includeBrian Paul
2008-09-21mesa: allow for extra per-context initBrian Paul
2008-02-02mesa: re-define NEED_SECONDARY_COLOR. fix #14310.Xiang, Haihao
2007-12-18fix NEED_SECONDARY_COLOR for vert/frag progsBrian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-04Remove the never-used SI-style imports/exports code.Brian
2006-11-02new RGBA_LOGICOP_ENABLED() macroBrian Paul
2006-07-20move/update commentsBrian Paul
2006-07-20remove unused NEED_TWO_SIDED_LIGHTING() macroBrian Paul
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