summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick1-1/+0
2017-02-15driconf: add allow_higher_compat_version optionSamuel Pitoiset1-2/+4
2016-09-03main: add KHR_robustness to ES 3.2 extension requirementsIlia Mirkin1-0/+1
2016-08-30mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin1-1/+1
2016-08-28main: use KHR_blend_equation_advanced enable for ES 3.2 availabilityIlia Mirkin1-1/+1
2016-08-26mesa/version: OpenGL ES 3.2 depends on OES_texture_cube_map_arrayIan Romanick1-1/+1
2016-07-26mesa: standardize naming Mesa3D, MESA -> MesaVedran Miletić1-1/+1
2016-05-17mesa/version.c: enable cull distance in version check.Dave Airlie1-1/+1
2016-04-25main: select ES3.2 version when all extensions are availableIlia Mirkin1-1/+17
2016-04-12mesa: Expose the ARB_robust_buffer_access_behavior extension.Bas Nieuwenhuizen1-1/+1
2016-04-03mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5.Ilia Mirkin1-2/+49
2015-12-16main/version: Don't require ARB_compute_shader for OpenGLES 3.1Jordan Justen1-3/+6
2015-12-03mesa/version: Update gl_extensions::Version during version overrideNanley Chery1-0/+1
2015-11-12mesa: In helpers, only check driver capability for metaNanley Chery1-0/+1
2015-10-16mesa: Set api prefix to version string when overriding versionTapani Pälli1-1/+18
2015-09-01mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt1-1/+1
2015-08-26mesa: uncomment checks in es31 computation, add texture_msIlia Mirkin1-2/+4
2015-07-23mesa: Add extension tracking for arb_shader_subroutine (v2)Chris Forbes1-1/+1
2015-06-16mesa: set override_version per api version overrideTapani Pälli1-14/+24
2015-06-08main/version: make sure all the output variables get set in get_gl_overrideMartin Peres1-1/+2
2015-05-28mesa: Add support for a new override string MESA_GLES_VERSION_OVERRIDEIan Romanick1-11/+29
2015-05-28dri_util: Use _mesa_override_gl_version_contextlessIan Romanick1-16/+0
2015-05-28mesa/es3.1: Enable ES 3.1 API and shading language versionIan Romanick1-1/+17
2015-05-08mesa: add ARB_vertex_attrib_64bit to extensions. (v2)Dave Airlie1-1/+1
2015-05-04mesa: Trivial coding standards cleanupsIan Romanick1-15/+10
2015-05-04mesa: Use bool instead of GLbooleanIan Romanick1-158/+157
2015-04-27mesa: fix up GLSL version when computing GL versionIlia Mirkin1-0/+17
2015-04-24mesa: add support for exposing up to GL4.2Ilia Mirkin1-1/+45
2015-04-02mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin1-0/+1
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2014-10-23mesa: remove conditional render and rgtc from ES3 requirementsIlia Mirkin1-2/+0
2014-09-24mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDEMarek Olšák1-6/+10
2014-08-11mesa: return version 0 if the computed core profile version is too lowMarek Olšák1-2/+7
2014-08-11mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_versionMarek Olšák1-126/+148
2014-08-11mesa: add a context-independent variant of _mesa_override_gl_versionMarek Olšák1-7/+18
2014-08-11mesa: make _mesa_override_glsl_version context-independentMarek Olšák1-2/+2
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-1/+1
2014-02-11mesa: GL_ARB_half_float_pixel is not optionalIan Romanick1-1/+0
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-1/+1
2013-12-20mesa: It is not possible to have GLSL < 1.20Ian Romanick1-1/+0
2013-08-01main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry1-1/+0
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick1-2/+1
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-2/+0
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-2/+1
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-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-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-1/+2
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1