summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_extensions.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14st/mesa: enable ARB_bindless_textureSamuel Pitoiset1-0/+1
2017-06-02st/mesa: Add support for ARB_post_depth_coverageLyude1-0/+1
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick1-1/+0
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+2
2017-05-17mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák1-0/+3
2017-05-10mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset1-1/+0
2017-04-14st/mesa: enable ARB_shader_viewport_layer_arrayNicolai Hähnle1-0/+5
2017-04-05st/mesa: enable ARB_shader_ballotNicolai Hähnle1-0/+1
2017-04-05st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle1-0/+4
2017-03-31st/mesa: Add support for NV_fill_rectangleLyude1-0/+1
2017-03-31st/mesa: implement ARB_shader_clockNicolai Hähnle1-0/+1
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+2
2017-02-17st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri1-0/+2
2017-02-15driconf: add allow_higher_compat_version optionSamuel Pitoiset1-0/+2
2017-02-02st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin1-1/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-4/+1
2017-01-27st/mesa: add support for enabling ARB_gpu_shader_int64.Dave Airlie1-0/+1
2017-01-16st/mesa: add support for advanced blend when fb can be fetched fromIlia Mirkin1-0/+2
2017-01-05st/mesa: enable GLSLOptimizeConservatively for drivers that want itMarek Olšák1-0/+2
2016-11-10mesa: remove LowerShaderSharedVariablesMarek Olšák1-3/+0
2016-10-22gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin1-1/+1
2016-10-19mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák1-2/+0
2016-10-19glsl_to_tgsi: remove subroutine supportMarek Olšák1-2/+1
2016-10-12st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle1-0/+7
2016-10-07st/mesa: expose ARB_compute_variable_group_sizeSamuel Pitoiset1-0/+22
2016-10-05st/mesa: enable GL_KHR_robustnessNicolai Hähnle1-0/+2
2016-09-27st/mesa: enable ARB_ES3_2_compatibility when enough availableIlia Mirkin1-0/+20
2016-09-27st/mesa: enable GL_ANDROID_extension_pack_es31a when availableIlia Mirkin1-0/+18
2016-09-22st/mesa: turn on OES_viewport_array when dependencies are metIlia Mirkin1-0/+5
2016-08-31st/mesa: expose OES_geometry_shader and OES_texture_cube_map_arrayIlia Mirkin1-0/+15
2016-08-30st/mesa: provide the null implementation of bounding box outputs in tcsIlia Mirkin1-0/+3
2016-08-28mesa: remove OES_shader_io_blocks enableIlia Mirkin1-6/+0
2016-08-12st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin1-11/+1
2016-07-20gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia1-0/+3
2016-07-19st/mesa: Enable MESA_shader_integer_functions on all GLSL 1.30 platformsIan Romanick1-0/+1
2016-07-02glsl: add driconf to zero-init unintialized varsRob Clark1-0/+2
2016-07-01st/mesa: get max supported number of image samples from driverIlia Mirkin1-1/+5
2016-06-22st/mesa: expose EXT_vertex_array_bgra when supported by backendChristian Gmeiner1-1/+2
2016-06-18st/mesa: add support for GL_EXT_window_rectanglesIlia Mirkin1-0/+4
2016-06-06st/mesa: expose GL_ARB_shader_group_vote when supported by backendIlia Mirkin1-0/+1
2016-06-01glsl: Add glsl LowerCsDerivedVariables optionJordan Justen1-0/+1
2016-05-28st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1Ilia Mirkin1-0/+6
2016-05-23st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposedIlia Mirkin1-0/+22
2016-05-24st/mesa: reenable cullingDave Airlie1-1/+1
2016-05-23mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).Kenneth Graunke1-0/+2
2016-05-15st/mesa: disable cull distance for nowIlia Mirkin1-1/+1
2016-05-14mesa/st: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann1-0/+1
2016-05-14mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann1-1/+1
2016-04-21st/mesa: Use correct size for compute CAPs.Bas Nieuwenhuizen1-2/+6
2016-04-19mesa/st: enable compute shaders if images are also supportedBas Nieuwenhuizen1-3/+4