summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-02-21Revert "mesa: convert macros to inline functions"Brian Paul
2011-02-21mesa: convert macros to inline functionsBrian Paul
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg
2010-04-22mesa: Move API specific context intialization into context.cKristian Høgsberg
2010-04-22mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
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