aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* st/glsl_to_nir: copy nir compiler options to contextTimothy Arceri2018-01-311-0/+20
* mesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2Andres Rodriguez2018-01-301-0/+2
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-3/+3
* st/mesa: expose ARB_sync unconditionallyMarek Olšák2018-01-171-5/+2
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-3/+2
* st/glsl_to_tgsi: add ARB_get_program_binary support using TGSITimothy Arceri2018-01-171-0/+4
* st/mesa: enable ARB_enhanced_layouts on nir driversTimothy Arceri2018-01-171-3/+1
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+2
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-1/+7
* st/mesa: setup hw atomic limits. (v1.1)Dave Airlie2017-11-101-10/+35
* mesa/st: implement max combined output resources limiting.Dave Airlie2017-11-011-0/+6
* mesa: Implement a new GL_MESA_tile_raster_order extension.Eric Anholt2017-10-101-0/+1
* mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.Eric Anholt2017-10-101-0/+5
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-021-7/+1
* st/mesa: set UseSTD430AsDefaultPacking const based on CAPTimothy Arceri2017-09-151-0/+3
* st/mesa: only try to create 1x msaa surfaces for "fake" msaa driversBrian Paul2017-08-311-8/+6
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-251-1/+1
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+4
* st/mesa: add const qualifiers in st_extensions.cBrian Paul2017-08-241-5/+5
* st/mesa: whitespace/indentation fixes in st_init_extensions()Brian Paul2017-08-241-5/+6
* mesa/st: expose EXT_memory_object and EXT_memory_object_fdAndres Rodriguez2017-08-061-0/+2
* st/mesa: implement ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-021-0/+1
* st/mesa: enable ARB_bindless_textureSamuel Pitoiset2017-06-141-0/+1
* st/mesa: Add support for ARB_post_depth_coverageLyude2017-06-021-0/+1
* mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick2017-05-221-1/+0
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-201-0/+2
* mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák2017-05-171-0/+3
* mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset2017-05-101-1/+0
* st/mesa: enable ARB_shader_viewport_layer_arrayNicolai Hähnle2017-04-141-0/+5
* st/mesa: enable ARB_shader_ballotNicolai Hähnle2017-04-051-0/+1
* st/mesa: enable ARB_sparse_buffer when supportedNicolai Hähnle2017-04-051-0/+4
* st/mesa: Add support for NV_fill_rectangleLyude2017-03-311-0/+1
* st/mesa: implement ARB_shader_clockNicolai Hähnle2017-03-311-0/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+2
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+2
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+2
* st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin2017-02-021-1/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-4/+1
* st/mesa: add support for enabling ARB_gpu_shader_int64.Dave Airlie2017-01-271-0/+1
* st/mesa: add support for advanced blend when fb can be fetched fromIlia Mirkin2017-01-161-0/+2
* st/mesa: enable GLSLOptimizeConservatively for drivers that want itMarek Olšák2017-01-051-0/+2
* mesa: remove LowerShaderSharedVariablesMarek Olšák2016-11-101-3/+0
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-1/+1
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-191-2/+0
* glsl_to_tgsi: remove subroutine supportMarek Olšák2016-10-191-2/+1
* st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle2016-10-121-0/+7
* st/mesa: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+22
* st/mesa: enable GL_KHR_robustnessNicolai Hähnle2016-10-051-0/+2
* st/mesa: enable ARB_ES3_2_compatibility when enough availableIlia Mirkin2016-09-271-0/+20
* st/mesa: enable GL_ANDROID_extension_pack_es31a when availableIlia Mirkin2016-09-271-0/+18