summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-301-3/+0
* mesa: add a GLES3.2 enums section, and expose new MS line width paramsIlia Mirkin2016-09-131-0/+10
* mesa: Add support for OES_texture_cube_map_arrayIan Romanick2016-08-261-1/+2
* mesa: Add and use _mesa_has_texture_cube_map_array helperIan Romanick2016-08-261-0/+5
* mesa: Remove redundant _mesa_has_shader_subroutineIan Romanick2016-08-261-10/+0
* mesa: Add {OES,EXT}_tessellation_shader to the extensions table.Kenneth Graunke2016-08-081-2/+5
* st/mesa: inline _mesa_create_context() into its only callerEmil Velikov2016-06-131-6/+0
* mesa: remove _mesa_init_get_hash()Emil Velikov2016-06-131-3/+0
* mesa: Let compute shaders work in compatibility profilesSamuel Pitoiset2016-06-091-1/+1
* i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen2016-05-251-0/+2
* mesa: Update _mesa_has_geometry_shadersMarta Lofstedt2016-01-221-1/+2
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-261-2/+1
* mesa: Generate a helper function for each extensionNanley Chery2015-11-121-0/+1
* mesa: remove Driver.FlushVerticesMarek Olšák2015-10-031-2/+3
* mesa: add function to check if shader subroutines are enabled.Dave Airlie2015-07-231-0/+9
* mesa: add _mesa_has_tessellationMarek Olšák2015-07-231-0/+11
* mesa/es3.1: Add _mesa_is_gles31 helperIan Romanick2015-05-041-1/+11
* mesa: Use bool in _mesa_is_ helpers instead of GLbooleanIan Romanick2015-05-041-4/+4
* mesa: reimplement dispatch table no-op function handlingBrian Paul2015-03-181-3/+0
* mesa: Add _mesa_has_compute_shadersJordan Justen2015-02-171-0/+11
* mesa: make _mesa_init_constants context-independent and publicMarek Olšák2014-08-111-0/+3
* main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry2013-08-011-0/+11
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke2013-05-121-5/+0
* mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2013-05-021-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul2013-04-231-0/+11
* mesa: use new _mesa_inside_begin_end() functionBrian Paul2013-04-231-2/+13
* mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN_END macros.Eric Anholt2013-01-211-25/+0
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-4/+2
* mesa/main: Make no-op dispatch function publicIan Romanick2012-09-281-0/+2
* mesa/es3: Add _mesa_is_gles3 predicateIan Romanick2012-08-141-0/+10
* mesa: add api check functionsJordan Justen2012-07-301-0/+20
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-0/+9
* mesa: fix comment languageBrian Paul2011-10-251-2/+2
* mesa: 80-column wrapping and whitespace fixesBrian Paul2011-04-131-6/+6
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-24/+0
* Revert "mesa: convert macros to inline functions"Brian Paul2011-02-211-22/+22
* mesa: convert macros to inline functionsBrian Paul2011-02-211-22/+22
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-11/+5
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-8/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-27/+27
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-4/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-9/+9
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-131-1/+1
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-091-3/+0