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
/
spirv
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
spirv/nir: initialize offset on the nir var at vtn_create_variable
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
nir/spirv: Fix atomic counter (multidimensional-)arrays
Antia Puentes
2018-07-03
1
-3
/
+24
*
spirv/nir: tweak nir type when storage class is SpvStorageClassAtomicCounter
Alejandro Piñeiro
2018-07-03
1
-1
/
+11
*
spirv/nir: add offset at vtn_variable
Alejandro Piñeiro
2018-07-03
2
-0
/
+4
*
spirv/nir: SpvStorageClassAtomicCounter support on vtn_storage_class_to_mode
Alejandro Piñeiro
2018-07-03
1
-1
/
+4
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
4
-156
/
+141
*
spirv/cfg: Make the builder fully capable for both walks
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
spirv: Record the type of functions
Jason Ekstrand
2018-06-22
2
-2
/
+4
*
spirv: Update vtn_pointer_to/from_ssa to handle deref pointers
Jason Ekstrand
2018-06-22
1
-31
/
+42
*
spirv: Allow pointers to have a deref at the base
Jason Ekstrand
2018-06-22
2
-43
/
+23
*
spirv: Clean up vtn_pointer_to_offset
Jason Ekstrand
2018-06-22
3
-77
/
+16
*
spirv: Make push constants an offset-based pointer
Jason Ekstrand
2018-06-22
2
-28
/
+17
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
2
-109
/
+38
*
nir/spirv: Pass nir_variable_data into apply_var_decoration
Jason Ekstrand
2018-06-22
1
-26
/
+26
*
spirv: Use deref instructions for most variables
Jason Ekstrand
2018-06-22
5
-190
/
+184
*
spirv: Set nir_variable->explicit_binding
Neil Roberts
2018-06-21
2
-0
/
+3
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
4
-37
/
+16
*
spirv: translate default-block uniforms
Nicolai Hähnle
2018-06-21
2
-10
/
+16
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
2
-0
/
+12
*
compiler/spirv: reject invalid shader code properly
Martin Pelikán
2018-06-01
2
-5
/
+38
*
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
2018-05-15
1
-0
/
+13
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
1
-1
/
+3
*
compiler/spirv: implement 16-bit bitcasts
Iago Toral Quiroga
2018-05-03
1
-9
/
+22
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-03
1
-3
/
+3
*
spirv: convert some operands for bitwise shift and bitwise ops to uint32
Samuel Iglesias Gonsálvez
2018-05-03
1
-0
/
+35
*
spirv: Don’t check for NaN for most OpFOrd* comparisons
Neil Roberts
2018-04-26
1
-11
/
+6
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-1
/
+4
*
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
*
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2018-04-18
2
-4
/
+183
*
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
2018-04-17
1
-4
/
+18
*
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
2018-04-17
1
-3
/
+4
*
spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins
Neil Roberts
2018-04-17
1
-1
/
+1
*
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2018-04-14
2
-0
/
+4
*
spirv: Use the LOCAL_GROUP_SIZE system value
Jason Ekstrand
2018-04-09
1
-15
/
+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
*
spirv: s/uint/unsigned/ to fix MSVC build
Brian Paul
2018-03-30
1
-1
/
+1
*
nir/spirv: s/uint32_t/SpvOp/ in various functions
Brian Paul
2018-03-30
3
-7
/
+7
*
nir/spirv: fix MSVC syntax error in vtn_handle_texture()
Brian Paul
2018-03-30
1
-1
/
+2
*
nir/spirv: move NORETURN annotation on _vtn_fail() prototype
Brian Paul
2018-03-30
1
-2
/
+4
*
nir/spirv: fix MSVC warning in vtn_align_u32()
Brian Paul
2018-03-30
1
-1
/
+1
*
nir/spirv: add gl_spirv_validation method
Alejandro Piñeiro
2018-03-30
4
-14
/
+303
*
spirv: add vtn_create_builder
Alejandro Piñeiro
2018-03-30
2
-17
/
+38
*
spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build
Ian Romanick
2018-03-29
1
-0
/
+33
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
2
-0
/
+2
*
spirv: add support for SPV_AMD_shader_trinary_minmax
Dave Airlie
2018-03-29
3
-0
/
+57
[next]