summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick1-1/+0
2017-04-05mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARBNicolai Hähnle1-0/+1
2017-02-06main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro1-2/+2
2017-01-13mesa/get: Remove unused extra_ARB_viewport_arrayBoyan Ding1-1/+0
2016-12-19mesa/get: Add TYPE_UINT for casting through a GLuint.Kenneth Graunke1-0/+80
2016-12-19mesa/get: Make GetFloat/GetDouble of TYPE_INT_N not normalize things.Kenneth Graunke1-3/+3
2016-12-13main: add INTEL_conservative_rasterization enum query supportLionel Landwerlin1-0/+5
2016-10-28mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul1-6/+6
2016-10-27mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli1-0/+1
2016-10-13mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul1-1/+1
2016-10-13mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul1-0/+4
2016-10-07mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset1-0/+10
2016-10-04mesa: Enable enums for OES_viewport_arrayAnuj Phogat1-0/+6
2016-09-15mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.Kenneth Graunke1-0/+7
2016-09-13mesa: add a GLES3.2 enums section, and expose new MS line width paramsIlia Mirkin1-6/+20
2016-08-30mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and queryIlia Mirkin1-0/+28
2016-08-28main: add missing EXTRA_END in OES_sample_variables get checkIlia Mirkin1-0/+1
2016-08-26mesa: Add support for OES_texture_cube_map_arrayIan Romanick1-2/+2
2016-08-26mesa: Use _mesa_has_ARB_texture_cube_map_array instead of open-coding itIan Romanick1-1/+1
2016-08-25mesa: Implement GL_KHR_blend_equation_advanced_coherent.Kenneth Graunke1-0/+1
2016-08-24mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.Francisco Jerez1-0/+7
2016-06-18mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin1-0/+12
2016-06-13mesa: remove _mesa_init_get_hash()Emil Velikov1-65/+0
2016-05-28mesa/get: drop unused extension checks.Dave Airlie1-3/+0
2016-05-14mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann1-0/+1
2016-03-30mesa: add GL_OES_shader_multisample_interpolation supportIlia Mirkin1-0/+5
2016-03-28mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin1-2/+2
2016-03-14get: reconcile aliasing enums for MaxCombinedShaderOutputResourcesNicolai Hähnle1-0/+7
2016-03-09mesa: Make glGetInteger64v convert float/doubles to 32-bit integers.Kenneth Graunke1-6/+6
2016-03-03mesa: Allow Get*() of several forgotten IsEnabled() pnames.Kenneth Graunke1-0/+2
2016-02-12mesa: remove _ARB suffix from cube map enumsBrian Paul1-1/+1
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-0/+1
2016-02-05mesa/get: fix a breakage after rebaseMarek Olšák1-0/+1
2016-02-05mesa: implement GL_ATI_meminfo (v2)Marek Olšák1-1/+25
2016-02-05mesa: implement GL_NVX_gpu_memory_info (v2)Marek Olšák1-0/+24
2016-02-05main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERSNeil Roberts1-0/+3
2016-02-05main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLESNeil Roberts1-0/+4
2016-02-04mesa: Handle QUERY_BUFFER_BINDING in GetIntegervRafal Mielniczuk1-0/+5
2016-02-01mesa: enable enums for OES_geometry_shaderMarta Lofstedt1-15/+67
2016-01-24Revert "mesa: enable enums for OES_geometry_shader"Marek Olšák1-55/+9
2016-01-22mesa: enable enums for OES_geometry_shaderMarta Lofstedt1-9/+55
2016-01-07mesa: add parameter buffer, used for ARB_indirect_parametersIlia Mirkin1-0/+5
2015-11-26mesa: remove ARB_geometry_shader4Marta Lofstedt1-7/+0
2015-09-25mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constantsSamuel Iglesias Gonsalvez1-0/+7
2015-09-25glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...Samuel Iglesias Gonsalvez1-2/+4
2015-09-25mesa: Add queries for GL_SHADER_STORAGE_BUFFERIago Toral Quiroga1-0/+31
2015-09-24mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFERJordan Justen1-0/+4
2015-09-22mesa/es3.1: Allow query of Vertex bindings for GLES 3.1Marta Lofstedt1-3/+4
2015-09-09mesa: Allow query of GL_VERTEX_BINDING_BUFFERMarta Lofstedt1-0/+8
2015-08-28mesa: return old name for deleted samplers for SAMPLER_BINDING queriesDaniel Scharrer1-10/+1