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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: set correct dest_type for texture query ops
Jonathan Marek
2019-10-15
1
-7
/
+17
*
nir/builder: Move nir_atan and nir_atan2 from SPIR-V translator
Neil Roberts
2019-10-12
1
-153
/
+2
*
spirv: Implement SPV_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
1
-0
/
+35
*
spirv: Add missing break for capability handling
Caio Marcelo de Oliveira Filho
2019-09-18
1
-0
/
+1
*
nir: fix denorms in unpack_half_1x16()
Samuel Iglesias Gonsálvez
2019-09-17
1
-4
/
+12
*
nir: add support for flushing to zero denorm constants
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+3
*
spirv/nir: keep track of SPV_KHR_float_controls execution modes
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+72
*
spirv: check support for SPV_KHR_float_controls capabilities
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+7
*
spirv: Handle ShaderLayer and ShaderViewportIndex capabilities
Caio Marcelo de Oliveira Filho
2019-09-16
1
-0
/
+2
*
spirv: Update JSON and headers to 1.5
Caio Marcelo de Oliveira Filho
2019-09-16
2
-73
/
+1005
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-4
/
+4
*
spirv: Drop lower_workgroup_access_to_offsets
Caio Marcelo de Oliveira Filho
2019-08-10
3
-136
/
+14
*
spirv: fixup signature
Erik Faye-Lund
2019-08-08
2
-3
/
+3
*
nir/spirv: Fix gl_BaseVertex for non-indexed draws for OpenGL
Antia Puentes
2019-08-06
1
-2
/
+5
*
compiler: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
spirv: don't discard access set by vtn_pointer_dereference
Lionel Landwerlin
2019-07-30
1
-1
/
+1
*
spirv: propagate access qualifiers through ssa & pointer
Lionel Landwerlin
2019-07-26
3
-4
/
+62
*
spirv: wrap push ssa/pointer values
Lionel Landwerlin
2019-07-26
4
-69
/
+89
*
spirv: Fix order of barriers in SpvOpControlBarrier
Daniel Schürmann
2019-07-19
1
-4
/
+4
*
spirv: Bail when we see CounterBuffer decoration
Caio Marcelo de Oliveira Filho
2019-07-16
1
-1
/
+1
*
spirv: Add a warning for ArrayStride on arrays of blocks
Jason Ekstrand
2019-07-16
1
-2
/
+9
*
spirv: Ignore ArrayStride for storage classes that should not use it
Caio Marcelo de Oliveira Filho
2019-07-15
1
-4
/
+18
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-15
1
-1
/
+1
*
spirv: Implement SPV_EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+26
*
spirv: Update the headers from latest Khronos master
Caio Marcelo de Oliveira Filho
2019-07-08
2
-164
/
+258
*
spirv: Add an option for making FragCoord a sysval
Connor Abbott
2019-07-08
2
-1
/
+11
*
spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup
Caio Marcelo de Oliveira Filho
2019-07-02
1
-4
/
+6
*
spirv/nir: fill up nir variable info for ubos and ssbo
Alejandro Piñeiro
2019-06-30
1
-1
/
+3
*
spirv/nir: create nir variable for UBO/SSBO
Alejandro Piñeiro
2019-06-30
1
-2
/
+13
*
spirv: Implement NoSignedWrap and NoUnsignedWrap decorations
Caio Marcelo de Oliveira Filho
2019-06-26
1
-0
/
+33
*
spirv: Restrict use of descriptor intrinsics to Vulkan
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+8
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
3
-69
/
+41
*
spirv: Only copy needed components for OpSpecConstantOp
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
spirv: Use a single path for OpSpecConstantOp of OpVectorShuffle
Jason Ekstrand
2019-06-19
1
-37
/
+19
*
spirv: Use vtn_constan_uint() for array lengths and gather components
Jason Ekstrand
2019-06-19
1
-4
/
+2
*
spirv: Add a vtn_constant_int helper
Jason Ekstrand
2019-06-19
2
-17
/
+19
*
spirv/nir: add support for AMD_shader_ballot and Groups capability
Daniel Schürmann
2019-06-13
4
-7
/
+133
*
nir/spirv: add support for the SubgroupBallotKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-7
/
+13
*
nir/spirv: add support for the SubgroupVoteKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-4
/
+20
*
spirv: Update the OpenCL.std.h header
Caio Marcelo de Oliveira Filho
2019-06-04
2
-144
/
+339
*
spirv: Implement SPV_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
1
-0
/
+36
*
spirv: Update the headers from latest Khronos master
Jason Ekstrand
2019-06-04
2
-3
/
+330
*
spirv: Like Uniform, do nothing for UniformId
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+3
*
spirv: Implement SpvOpCopyLogical
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+2
*
spirv: Generalize OpSelect
Caio Marcelo de Oliveira Filho
2019-06-03
1
-38
/
+48
*
spirv: Move OpSelect handling to a function
Caio Marcelo de Oliveira Filho
2019-06-03
1
-60
/
+66
*
spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+64
*
vtn: create cast with type stride.
Dave Airlie
2019-05-31
1
-1
/
+1
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
3
-12
/
+13
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
2
-3
/
+3
[next]