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
/
get_hash_params.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and query
Ilia Mirkin
2016-08-30
1
-0
/
+3
*
mesa: Add support for OES_texture_cube_map_array
Ian Romanick
2016-08-26
1
-3
/
+3
*
mesa: Implement GL_KHR_blend_equation_advanced_coherent.
Kenneth Graunke
2016-08-25
1
-0
/
+3
*
mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.
Francisco Jerez
2016-08-24
1
-0
/
+4
*
mesa: Move tessellation shader gets to GL_CORE, GLES31 section.
Kenneth Graunke
2016-08-08
1
-33
/
+36
*
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
Ilia Mirkin
2016-06-18
1
-0
/
+5
*
mesa/get: return correct value for layer provoking vertex.
Dave Airlie
2016-06-03
1
-1
/
+1
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
mesa/main: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
1
-0
/
+4
*
mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
Dave Airlie
2016-04-04
1
-1
/
+1
*
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
2016-04-03
1
-3
/
+3
*
mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry
Ilia Mirkin
2016-03-30
1
-3
/
+0
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
1
-3
/
+8
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-10
/
+10
*
get: reconcile aliasing enums for MaxCombinedShaderOutputResources
Nicolai Hähnle
2016-03-14
1
-2
/
+4
*
mesa: Allow Get*() of several forgotten IsEnabled() pnames.
Kenneth Graunke
2016-03-03
1
-0
/
+3
*
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
Samuel Pitoiset
2016-02-13
1
-1
/
+1
*
mesa: make compute maximums reflect driver-provided values
Ilia Mirkin
2016-02-13
1
-6
/
+6
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
1
-0
/
+5
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
1
-0
/
+7
*
main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS
Neil Roberts
2016-02-05
1
-1
/
+1
*
main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES
Neil Roberts
2016-02-05
1
-1
/
+1
*
mesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
Rafal Mielniczuk
2016-02-04
1
-0
/
+3
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-02-01
1
-21
/
+31
*
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2016-01-24
1
-31
/
+21
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-01-22
1
-21
/
+31
*
mesa: add parameter buffer, used for ARB_indirect_parameters
Ilia Mirkin
2016-01-07
1
-0
/
+4
*
mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries
Roland Scheidegger
2015-12-02
1
-2
/
+2
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-8
/
+4
*
mesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be available to ES
Ryan Houdek
2015-11-19
1
-1
/
+3
*
main/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
Jordan Justen
2015-11-01
1
-0
/
+1
*
main/get: make KHR_debug enums available everywhere
Matthew Waters
2015-10-07
1
-9
/
+9
*
mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+16
*
mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER
Jordan Justen
2015-09-24
1
-0
/
+1
*
mesa: enable query of PROGRAM_PIPELINE_BINDING for ES 3.1
Tapani Pälli
2015-09-17
1
-3
/
+3
*
mesa: Resolve GCC missing field initializer warning.
Rhys Kidd
2015-09-10
1
-4
/
+4
*
mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1
Marta Lofstedt
2015-09-09
1
-7
/
+7
*
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2015-09-01
1
-3
/
+5
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-3
/
+3
*
mesa: remove pointless es31 checks, fix indirect to only be in es31
Ilia Mirkin
2015-08-26
1
-24
/
+24
*
mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...
Francisco Jerez
2015-08-20
1
-1
/
+1
*
mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1
Marta Lofstedt
2015-07-29
1
-1
/
+3
*
mesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1
Marta Lofstedt
2015-07-29
1
-10
/
+10
*
mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
Marta Lofstedt
2015-07-29
1
-2
/
+4
*
mesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
Marta Lofstedt
2015-07-29
1
-6
/
+8
*
mesa/es3.1: enable GL_ARB_shader_atomic_counters for GLES 3.1
Marta Lofstedt
2015-07-29
1
-9
/
+11
*
mesa/es3.1: enable GL_ARB_shader_image_load_store for GLES 3.1
Marta Lofstedt
2015-07-29
1
-6
/
+11
*
mesa: Add glGet support for ARB_shader_subroutine implementation limits
Chris Forbes
2015-07-23
1
-0
/
+4
*
mesa: add tessellation shader getters (v3)
Fabian Bieler
2015-07-23
1
-0
/
+28
*
mesa: fold duplicated GL/GL_CORE/GLES3 entry in get_hash_params.py
Emil Velikov
2015-06-26
1
-5
/
+3
[next]