index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
spirv
/
spirv_to_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Use the right bit-size for spec constant ops
Jason Ekstrand
2018-10-26
1
-3
/
+9
*
spirv: Add no-op support for VK_GOOGLE_hlsl_functionality1
Jason Ekstrand
2018-10-22
1
-0
/
+5
*
spirv: Add support for SPV_GOOGLE_decorate_string
Jason Ekstrand
2018-10-22
1
-0
/
+8
*
spirv/nir: handle memory access qualifiers for SSBO loads/stores
Samuel Pitoiset
2018-10-12
1
-3
/
+21
*
spirv: Move function call handling to vtn_cfg
Jason Ekstrand
2018-10-02
1
-63
/
+0
*
nir: Make image load/store intrinsics variable-width
Jason Ekstrand
2018-08-29
1
-0
/
+2
*
spirv: fill info.gs.input_primitive too
Alejandro Piñeiro
2018-08-13
1
-0
/
+2
*
compiler/spirv: add XFB and GeometryStreams capability check support
Alejandro Piñeiro
2018-07-31
1
-2
/
+8
*
spirv/nir: Fix the stream ID when emitting a primitive or vertex
Neil Roberts
2018-07-31
1
-2
/
+5
*
spirv: Handle the SpvDecorationStream decoration
Neil Roberts
2018-07-31
1
-1
/
+8
*
spirv: Handle SpvExecutionModeXfb
Neil Roberts
2018-07-31
1
-1
/
+1
*
spirv: add support for SPV_KHR_post_depth_coverage
Ilia Mirkin
2018-07-22
1
-0
/
+9
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-1
/
+1
*
spirv: Fix a couple of image atomic load/store bugs
Jason Ekstrand
2018-07-16
1
-17
/
+30
*
nir: cleanup oversized arrays in nir_swizzle calls
Karol Herbst
2018-07-13
1
-2
/
+1
*
nir/spirv: handle OpConstantComposites with OpUndef members
Karol Herbst
2018-07-12
1
-2
/
+13
*
nir/spirv: print extension name in fail msg
Rob Clark
2018-07-12
1
-4
/
+5
*
nir/spirv: Use imov where we might have 8 bit types
Rob Clark
2018-07-12
1
-2
/
+2
*
spirv/nir: Add support for SPV_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+6
*
nir: Fix OpAtomicCounterIDecrement for uniform atomic counters
Antia Puentes
2018-07-03
1
-1
/
+1
*
spirv/nir: add capability check for SpvCapabilityAtomicStorage
Alejandro Piñeiro
2018-07-03
1
-1
/
+4
*
spirv/nir: add atomic counter support on vtn_handle_ssbo_or_shared_atomic
Alejandro Piñeiro
2018-07-03
1
-6
/
+84
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-26
/
+38
*
spirv: Clean up vtn_pointer_to_offset
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
spirv: Make push constants an offset-based pointer
Jason Ekstrand
2018-06-22
1
-0
/
+7
*
spirv: Use deref instructions for most variables
Jason Ekstrand
2018-06-22
1
-59
/
+64
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
1
-2
/
+2
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
1
-0
/
+8
*
compiler/spirv: reject invalid shader code properly
Martin Pelikán
2018-06-01
1
-5
/
+34
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
1
-1
/
+3
*
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+4
*
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+6
*
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2018-04-14
1
-0
/
+2
*
compiler/spirv: set is_shadow for depth comparitor sampling opcodes
Iago Toral Quiroga
2018-04-04
1
-1
/
+2
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
1
-2
/
+1
*
nir/spirv: fix MSVC syntax error in vtn_handle_texture()
Brian Paul
2018-03-30
1
-1
/
+2
*
nir/spirv: add gl_spirv_validation method
Alejandro Piñeiro
2018-03-30
1
-14
/
+21
*
spirv: add vtn_create_builder
Alejandro Piñeiro
2018-03-30
1
-17
/
+34
*
spirv: add support for SPV_AMD_shader_trinary_minmax
Dave Airlie
2018-03-29
1
-0
/
+3
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
1
-2
/
+1
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-2
/
+2
*
spirv/radv: add AMD_gcn_shader capability, remove current extensions
Alejandro Piñeiro
2018-03-15
1
-1
/
+1
*
spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()
Samuel Iglesias Gonsálvez
2018-03-15
1
-2
/
+2
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+24
*
spirv: Silence compiler warning about undefined srcs[0]
Eric Anholt
2018-03-13
1
-0
/
+1
*
spirv: handle AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+3
*
spirv: Add support for subgroup arithmetic
Jason Ekstrand
2018-03-07
1
-0
/
+4
*
spirv: Add subgroup quad support
Jason Ekstrand
2018-03-07
1
-0
/
+3
*
spirv: Add subgroup shuffle support
Jason Ekstrand
2018-03-07
1
-0
/
+5
*
spirv: Add subgroup vote support
Jason Ekstrand
2018-03-07
1
-0
/
+4
[next]