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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
1
-0
/
+5
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-2
/
+2
*
get: reconcile aliasing enums for MaxCombinedShaderOutputResources
Nicolai Hähnle
2016-03-14
1
-0
/
+7
*
mesa: Make glGetInteger64v convert float/doubles to 32-bit integers.
Kenneth Graunke
2016-03-09
1
-6
/
+6
*
mesa: Allow Get*() of several forgotten IsEnabled() pnames.
Kenneth Graunke
2016-03-03
1
-0
/
+2
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-1
/
+1
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
1
-0
/
+1
*
mesa/get: fix a breakage after rebase
Marek Olšák
2016-02-05
1
-0
/
+1
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
1
-1
/
+25
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
1
-0
/
+24
*
main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS
Neil Roberts
2016-02-05
1
-0
/
+3
*
main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES
Neil Roberts
2016-02-05
1
-0
/
+4
*
mesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
Rafal Mielniczuk
2016-02-04
1
-0
/
+5
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-02-01
1
-15
/
+67
*
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2016-01-24
1
-55
/
+9
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-01-22
1
-9
/
+55
*
mesa: add parameter buffer, used for ARB_indirect_parameters
Ilia Mirkin
2016-01-07
1
-0
/
+5
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-7
/
+0
*
mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+7
*
glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+4
*
mesa: Add queries for GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-09-25
1
-0
/
+31
*
mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER
Jordan Justen
2015-09-24
1
-0
/
+4
*
mesa/es3.1: Allow query of Vertex bindings for GLES 3.1
Marta Lofstedt
2015-09-22
1
-3
/
+4
*
mesa: Allow query of GL_VERTEX_BINDING_BUFFER
Marta Lofstedt
2015-09-09
1
-0
/
+8
*
mesa: return old name for deleted samplers for SAMPLER_BINDING queries
Daniel Scharrer
2015-08-28
1
-10
/
+1
*
mesa: add missing queries for ARB_direct_state_access
Daniel Scharrer
2015-08-28
1
-0
/
+86
*
mesa: remove pointless es31 checks, fix indirect to only be in es31
Ilia Mirkin
2015-08-26
1
-36
/
+1
*
mesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_ values for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-2
/
+2
*
mesa: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: enable GL_ARB_shader_atomic_counters for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: enable GL_ARB_shader_image_load_store for GLES 3.1
Marta Lofstedt
2015-07-29
1
-0
/
+6
*
mesa/es3.1: Add ES 3.1 handling to get.c and get_hash_generator.py
Marta Lofstedt
2015-07-29
1
-1
/
+4
*
mesa: Add glGet support for ARB_shader_subroutine implementation limits
Chris Forbes
2015-07-23
1
-0
/
+1
*
mesa: add tessellation shader getters (v3)
Fabian Bieler
2015-07-23
1
-0
/
+23
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa: Constants and functions for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
1
-0
/
+1
*
mesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for gles3.1
Tapani Pälli
2015-06-11
1
-0
/
+12
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
1
-4
/
+4
*
main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
Marta Lofstedt
2015-05-11
1
-0
/
+1
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-7
/
+7
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+1
*
mesa: Implement ARB_clip_control.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
*
mesa: Remove unused extra_EXT_texture_integer.
Matt Turner
2014-06-17
1
-5
/
+0
*
mesa: add new enum MAX_UNIFORM_LOCATIONS
Tapani Pälli
2014-06-16
1
-0
/
+1
*
mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).
José Fonseca
2014-06-08
1
-1
/
+5
[next]