summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-26mesa: remove ARB_geometry_shader4Marta Lofstedt1-2/+1
2015-11-12mesa: Generate a helper function for each extensionNanley Chery1-0/+1
2015-10-03mesa: remove Driver.FlushVerticesMarek Olšák1-2/+3
2015-07-23mesa: add function to check if shader subroutines are enabled.Dave Airlie1-0/+9
2015-07-23mesa: add _mesa_has_tessellationMarek Olšák1-0/+11
2015-05-04mesa/es3.1: Add _mesa_is_gles31 helperIan Romanick1-1/+11
2015-05-04mesa: Use bool in _mesa_is_ helpers instead of GLbooleanIan Romanick1-4/+4
2015-03-18mesa: reimplement dispatch table no-op function handlingBrian Paul1-3/+0
2015-02-17mesa: Add _mesa_has_compute_shadersJordan Justen1-0/+11
2014-08-11mesa: make _mesa_init_constants context-independent and publicMarek Olšák1-0/+3
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