aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fix up _mesa_has_rg_textures for gles2Erik Faye-Lund2018-12-041-1/+2
* mesa/main: split float-texture support checking in twoErik Faye-Lund2018-12-031-0/+14
* mesa/main: do not allow type_2_10_10_10_REV enums before gles3Erik Faye-Lund2018-12-031-0/+7
* mesa/main: do not allow EXT_texture_shared_exponent enums before gles3Erik Faye-Lund2018-12-031-0/+6
* mesa/main: do not allow rg-textures enums before gles3Erik Faye-Lund2018-12-031-0/+6
* mesa/main: do not allow EXT_packed_float enums before gles3Erik Faye-Lund2018-12-031-0/+6
* mesa/main: do not allow ARB_depth_buffer_float enums before gles3Erik Faye-Lund2018-12-031-0/+6
* mesa/main: do not allow ARB_texture_rgb10_a2ui enums before gles3Erik Faye-Lund2018-12-031-0/+6
* mesa/main: clean up integer texture checkErik Faye-Lund2018-12-031-0/+6
* mesa/main: make _mesa_has_tessellation return boolErik Faye-Lund2018-12-031-1/+1
* mesa: Make sure that imm draws are flushed before other draws execute.Mathias Fröhlich2018-06-051-0/+16
* mesa: changes to expose OES_texture_view extensionTapani Pälli2018-05-241-0/+7
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* mesa: remove MESA_FUNCTIONBrian Paul2018-01-261-2/+2
* mesa: Make numSamples an unsigned intGert Wollny2018-01-191-2/+2
* mesa: Fold _mesa_record_error into its only callerIan Romanick2018-01-021-4/+0
* mesa: make _mesa_check_init_viewport() staticSamuel Pitoiset2017-07-311-4/+0
* mesa: inline _mesa_finish()Timothy Arceri2017-06-291-3/+0
* mesa: add _mesa_is_no_error_enabled() helperTimothy Arceri2017-04-191-0/+7
* 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