summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-19mesa: add _mesa_is_no_error_enabled() helperTimothy Arceri1-0/+7
2016-09-30mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul1-3/+0
2016-09-13mesa: add a GLES3.2 enums section, and expose new MS line width paramsIlia Mirkin1-0/+10
2016-08-26mesa: Add support for OES_texture_cube_map_arrayIan Romanick1-1/+2
2016-08-26mesa: Add and use _mesa_has_texture_cube_map_array helperIan Romanick1-0/+5
2016-08-26mesa: Remove redundant _mesa_has_shader_subroutineIan Romanick1-10/+0
2016-08-08mesa: Add {OES,EXT}_tessellation_shader to the extensions table.Kenneth Graunke1-2/+5
2016-06-13st/mesa: inline _mesa_create_context() into its only callerEmil Velikov1-6/+0
2016-06-13mesa: remove _mesa_init_get_hash()Emil Velikov1-3/+0
2016-06-09mesa: Let compute shaders work in compatibility profilesSamuel Pitoiset1-1/+1
2016-05-25i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen1-0/+2
2016-01-22mesa: Update _mesa_has_geometry_shadersMarta Lofstedt1-1/+2
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