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
/
compiler
/
shader_info.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/spirv: improve parsing of the memory model
Karol Herbst
2019-03-05
1
-0
/
+9
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
1
-0
/
+3
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-0
/
+6
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
1
-0
/
+3
*
nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.
Eric Anholt
2019-02-05
1
-0
/
+19
*
spirv: Add support for SPV_EXT_physical_storage_buffer
Jason Ekstrand
2019-01-26
1
-0
/
+1
*
nir/vtn: add caps for some cl related capabilities
Rob Clark
2019-01-21
1
-0
/
+3
*
nir: Add and set info::uses_64bit
Matt Turner
2019-01-09
1
-0
/
+5
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-17
/
+17
*
spirv: add support for SpvCapabilityStorageImageMultisample
Samuel Pitoiset
2018-12-20
1
-0
/
+1
*
spirv: Add support for MinLod
Jason Ekstrand
2018-12-11
1
-0
/
+1
*
spirv: add SpvCapabilityInt64Atomics
Samuel Pitoiset
2018-12-05
1
-0
/
+1
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
1
-3
/
+0
*
compiler/spirv: add XFB and GeometryStreams capability check support
Alejandro Piñeiro
2018-07-31
1
-0
/
+2
*
spirv: add support for SPV_KHR_post_depth_coverage
Ilia Mirkin
2018-07-22
1
-0
/
+1
*
spirv/nir: Add support for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+1
*
spirv/nir: add capability check for SpvCapabilityAtomicStorage
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
1
-0
/
+1
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
1
-0
/
+5
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
1
-0
/
+1
*
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+1
*
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+1
*
st/glsl_to_nir: gather next_stage in shader_info
Timothy Arceri
2018-04-02
1
-0
/
+5
*
spirv: add support for SPV_AMD_shader_trinary_minmax
Dave Airlie
2018-03-29
1
-0
/
+1
*
spirv/radv: add AMD_gcn_shader capability, remove current extensions
Alejandro Piñeiro
2018-03-15
1
-5
/
+1
*
spirv: handle AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+5
*
spirv: Add support for subgroup arithmetic
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add subgroup quad support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add subgroup shuffle support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add subgroup vote support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add subgroup ballot support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add initial subgroup support
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
Caio Marcelo de Oliveira Filho
2018-03-07
1
-0
/
+1
*
glsl/nir: add pixel_center_integer to shader info
Timothy Arceri
2018-02-19
1
-0
/
+2
*
compiler: tidy up double_inputs_read uses
Timothy Arceri
2018-01-30
1
-2
/
+8
*
glsl: Split out shader program serialization
Jordan Justen
2017-12-08
1
-0
/
+1
*
mesa/spirv: move and rename nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-07
1
-0
/
+13
*
nir: fill outputs_read field and add patch outputs read (v2)
Dave Airlie
2017-11-27
1
-0
/
+2
*
nir: Make nir_gather_info collect a uses_fddx_fddy flag.
Kenneth Graunke
2017-10-29
1
-0
/
+7
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
1
-0
/
+3
*
compiler: move pointers to the start of shader_info
Timothy Arceri
2017-08-24
1
-3
/
+3
*
compiler: Merge shader_info's tcs and tes structs.
Kenneth Graunke
2017-01-10
1
-4
/
+3
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
1
-1
/
+1
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
1
-1
/
+2
*
mesa/compiler: add local_size_variable to shader_info
Timothy Arceri
2016-12-30
1
-0
/
+2
*
mesa/compiler: add stage to shader_info
Timothy Arceri
2016-12-30
1
-0
/
+3
*
mesa: add support for GL_INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-07
1
-0
/
+6
*
mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+).
Plamena Manolova
2016-12-07
1
-0
/
+1
*
compiler: Store the clip/cull distance array sizes in shader_info.
Kenneth Graunke
2016-11-19
1
-2
/
+5
[next]