index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
mesa/main: do not require float-texture filtering for es3
Erik Faye-Lund
2018-12-03
1
-1
/
+3
*
mesa/main: require EXT_texture_sRGB for gles3
Erik Faye-Lund
2018-12-03
1
-0
/
+1
*
mesa/main: require EXT_texture_type_2_10_10_10_REV for gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+2
*
mesa: use C99 initializer in get_gl_override()
Emil Velikov
2018-10-03
1
-4
/
+4
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
1
-5
/
+1
*
mesa: add switch case for GL 2.0 in _mesa_compute_version()
Brian Paul
2018-08-02
1
-0
/
+2
*
mesa: add switch case for GL 2.1 in _mesa_compute_version()
Brian Paul
2018-07-27
1
-0
/
+3
*
mesa: verify MaxVertexAttribStride for GLES 3.1
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: verify MaxVertexAttribStride for GL 4.4
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: fix GLES 3.1 version calculation
Rob Clark
2018-06-21
1
-1
/
+2
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
1
-9
/
+1
*
mesa: print Compatibility Profile in the version string
Marek Olšák
2018-05-29
1
-1
/
+3
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
1
-3
/
+1
*
mesa: fix glsl version mismatch in compat profile
Timothy Arceri
2018-04-11
1
-2
/
+6
*
mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
Andres Gomez
2018-04-09
1
-2
/
+8
*
mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
Marek Olšák
2018-04-09
1
-12
/
+11
*
mesa: enable OpenGL 3.1 with ARB_compatibility
Marek Olšák
2018-02-23
1
-6
/
+10
*
mesa: add glsl version query (v4)
Vadym Shovkoplias
2018-02-13
1
-0
/
+64
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
mesa: require at least 14 UBOs for GL 4.3
Roland Scheidegger
2018-01-12
1
-0
/
+1
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-1
/
+1
*
fix GL_ARB_spirv_extensions name
Ilia Mirkin
2017-08-06
1
-1
/
+1
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
1
-0
/
+13
*
mesa: add always-false enable for GL 4.6
Samuel Pitoiset
2017-08-02
1
-2
/
+18
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
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
[next]