summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-01main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry1-0/+11
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-5/+0
2013-05-02mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-23mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul1-0/+11
2013-04-23mesa: use new _mesa_inside_begin_end() functionBrian Paul1-2/+13
2013-01-21mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN_END macros.Eric Anholt1-25/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-4/+2
2012-09-28mesa/main: Make no-op dispatch function publicIan Romanick1-0/+2
2012-08-14mesa/es3: Add _mesa_is_gles3 predicateIan Romanick1-0/+10
2012-07-30mesa: add api check functionsJordan Justen1-0/+20
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca1-0/+9
2011-10-25mesa: fix comment languageBrian Paul1-2/+2
2011-04-13mesa: 80-column wrapping and whitespace fixesBrian Paul1-6/+6
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-24/+0
2011-02-21Revert "mesa: convert macros to inline functions"Brian Paul1-22/+22
2011-02-21mesa: convert macros to inline functionsBrian Paul1-22/+22
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-11/+5
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-8/+1
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-27/+27
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-4/+4
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-9/+9
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg1-1/+1
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg1-3/+0
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg1-0/+3
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg1-0/+2
2010-04-22mesa: Move API specific context intialization into context.cKristian Høgsberg1-3/+0
2010-04-22mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg1-0/+15
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-5/+1
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul1-0/+8
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul1-1/+5
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul1-0/+3
2009-05-30mesa: Add success/failures return value to _mesa_make_current.José Fonseca1-1/+1
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell1-0/+4
2009-02-22mesa: remove unneeded #includeBrian Paul1-1/+3
2008-09-21mesa: allow for extra per-context initBrian Paul1-0/+3
2008-02-02mesa: re-define NEED_SECONDARY_COLOR. fix #14310.Xiang, Haihao1-0/+2
2007-12-18fix NEED_SECONDARY_COLOR for vert/frag progsBrian1-4/+4
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
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