index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
version.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
1
-2
/
+4
*
main: add KHR_robustness to ES 3.2 extension requirements
Ilia Mirkin
2016-09-03
1
-0
/
+1
*
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2016-08-30
1
-1
/
+1
*
main: use KHR_blend_equation_advanced enable for ES 3.2 availability
Ilia Mirkin
2016-08-28
1
-1
/
+1
*
mesa/version: OpenGL ES 3.2 depends on OES_texture_cube_map_array
Ian Romanick
2016-08-26
1
-1
/
+1
*
mesa: standardize naming Mesa3D, MESA -> Mesa
Vedran Miletić
2016-07-26
1
-1
/
+1
*
mesa/version.c: enable cull distance in version check.
Dave Airlie
2016-05-17
1
-1
/
+1
*
main: select ES3.2 version when all extensions are available
Ilia Mirkin
2016-04-25
1
-1
/
+17
*
mesa: Expose the ARB_robust_buffer_access_behavior extension.
Bas Nieuwenhuizen
2016-04-12
1
-1
/
+1
*
mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5.
Ilia Mirkin
2016-04-03
1
-2
/
+49
*
main/version: Don't require ARB_compute_shader for OpenGLES 3.1
Jordan Justen
2015-12-16
1
-3
/
+6
*
mesa/version: Update gl_extensions::Version during version override
Nanley Chery
2015-12-03
1
-0
/
+1
*
mesa: In helpers, only check driver capability for meta
Nanley Chery
2015-11-12
1
-0
/
+1
*
mesa: Set api prefix to version string when overriding version
Tapani Pälli
2015-10-16
1
-1
/
+18
*
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2015-09-01
1
-1
/
+1
*
mesa: uncomment checks in es31 computation, add texture_ms
Ilia Mirkin
2015-08-26
1
-2
/
+4
*
mesa: Add extension tracking for arb_shader_subroutine (v2)
Chris Forbes
2015-07-23
1
-1
/
+1
*
mesa: set override_version per api version override
Tapani Pälli
2015-06-16
1
-14
/
+24
*
main/version: make sure all the output variables get set in get_gl_override
Martin Peres
2015-06-08
1
-1
/
+2
*
mesa: Add support for a new override string MESA_GLES_VERSION_OVERRIDE
Ian Romanick
2015-05-28
1
-11
/
+29
*
dri_util: Use _mesa_override_gl_version_contextless
Ian Romanick
2015-05-28
1
-16
/
+0
*
mesa/es3.1: Enable ES 3.1 API and shading language version
Ian Romanick
2015-05-28
1
-1
/
+17
*
mesa: add ARB_vertex_attrib_64bit to extensions. (v2)
Dave Airlie
2015-05-08
1
-1
/
+1
*
mesa: Trivial coding standards cleanups
Ian Romanick
2015-05-04
1
-15
/
+10
*
mesa: Use bool instead of GLboolean
Ian Romanick
2015-05-04
1
-158
/
+157
*
mesa: fix up GLSL version when computing GL version
Ilia Mirkin
2015-04-27
1
-0
/
+17
*
mesa: add support for exposing up to GL4.2
Ilia Mirkin
2015-04-24
1
-1
/
+45
*
mesa: add ARB_depth_buffer_float to ES3.0 required extension list
Ilia Mirkin
2015-04-02
1
-0
/
+1
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: remove conditional render and rgtc from ES3 requirements
Ilia Mirkin
2014-10-23
1
-2
/
+0
*
mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE
Marek Olšák
2014-09-24
1
-6
/
+10
*
mesa: return version 0 if the computed core profile version is too low
Marek Olšák
2014-08-11
1
-2
/
+7
*
mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_version
Marek Olšák
2014-08-11
1
-126
/
+148
*
mesa: add a context-independent variant of _mesa_override_gl_version
Marek Olšák
2014-08-11
1
-7
/
+18
*
mesa: make _mesa_override_glsl_version context-independent
Marek Olšák
2014-08-11
1
-2
/
+2
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
1
-1
/
+1
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-1
/
+0
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-1
/
+1
*
mesa: It is not possible to have GLSL < 1.20
Ian Romanick
2013-12-20
1
-1
/
+0
*
main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.
Paul Berry
2013-08-01
1
-1
/
+0
*
mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
1
-2
/
+1
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-2
/
+0
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-2
/
+1
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-1
/
+2
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
1
-27
/
+67
[next]