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
/
state_tracker
/
st_extensions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/glsl_to_nir: copy nir compiler options to context
Timothy Arceri
2018-01-31
1
-0
/
+20
*
mesa/st: introduce EXT_semaphore and EXT_semaphore_fd v2
Andres Rodriguez
2018-01-30
1
-0
/
+2
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-3
/
+3
*
st/mesa: expose ARB_sync unconditionally
Marek Olšák
2018-01-17
1
-5
/
+2
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-3
/
+2
*
st/glsl_to_tgsi: add ARB_get_program_binary support using TGSI
Timothy Arceri
2018-01-17
1
-0
/
+4
*
st/mesa: enable ARB_enhanced_layouts on nir drivers
Timothy Arceri
2018-01-17
1
-3
/
+1
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
1
-0
/
+2
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
1
-1
/
+7
*
st/mesa: setup hw atomic limits. (v1.1)
Dave Airlie
2017-11-10
1
-10
/
+35
*
mesa/st: implement max combined output resources limiting.
Dave Airlie
2017-11-01
1
-0
/
+6
*
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2017-10-10
1
-0
/
+1
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
1
-0
/
+5
*
mesa/st: Drop has_lib_dxtc argument from st_init_extensions()
Matt Turner
2017-10-02
1
-7
/
+1
*
st/mesa: set UseSTD430AsDefaultPacking const based on CAP
Timothy Arceri
2017-09-15
1
-0
/
+3
*
st/mesa: only try to create 1x msaa surfaces for "fake" msaa drivers
Brian Paul
2017-08-31
1
-8
/
+6
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+4
*
st/mesa: add const qualifiers in st_extensions.c
Brian Paul
2017-08-24
1
-5
/
+5
*
st/mesa: whitespace/indentation fixes in st_init_extensions()
Brian Paul
2017-08-24
1
-5
/
+6
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
1
-0
/
+2
*
st/mesa: implement ARB_transform_feedback_overflow_query
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
st/mesa: enable ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
st/mesa: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
driconf: Add allow_glsl_builtin_variable_redeclaration option
John Brooks
2017-05-20
1
-0
/
+2
*
mesa: add gl_constants::AllowMappedBuffersDuringExecution
Marek Olšák
2017-05-17
1
-0
/
+3
*
mesa: remove never used gl_shader_compiler_options::EmitNoFunctions
Samuel Pitoiset
2017-05-10
1
-1
/
+0
*
st/mesa: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-0
/
+5
*
st/mesa: enable ARB_shader_ballot
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
st/mesa: enable ARB_sparse_buffer when supported
Nicolai Hähnle
2017-04-05
1
-0
/
+4
*
st/mesa: Add support for NV_fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
st/mesa: implement ARB_shader_clock
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
2017-03-22
1
-0
/
+2
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
1
-0
/
+2
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
1
-0
/
+2
*
st/mesa: MAX_VARYING is the max supported number of patch varyings, not min
Ilia Mirkin
2017-02-02
1
-1
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-4
/
+1
*
st/mesa: add support for enabling ARB_gpu_shader_int64.
Dave Airlie
2017-01-27
1
-0
/
+1
*
st/mesa: add support for advanced blend when fb can be fetched from
Ilia Mirkin
2017-01-16
1
-0
/
+2
*
st/mesa: enable GLSLOptimizeConservatively for drivers that want it
Marek Olšák
2017-01-05
1
-0
/
+2
*
mesa: remove LowerShaderSharedVariables
Marek Olšák
2016-11-10
1
-3
/
+0
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-1
/
+1
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-2
/
+0
*
glsl_to_tgsi: remove subroutine support
Marek Olšák
2016-10-19
1
-2
/
+1
*
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
2016-10-12
1
-0
/
+7
*
st/mesa: expose ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
1
-0
/
+22
*
st/mesa: enable GL_KHR_robustness
Nicolai Hähnle
2016-10-05
1
-0
/
+2
*
st/mesa: enable ARB_ES3_2_compatibility when enough available
Ilia Mirkin
2016-09-27
1
-0
/
+20
*
st/mesa: enable GL_ANDROID_extension_pack_es31a when available
Ilia Mirkin
2016-09-27
1
-0
/
+18
[next]