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
*
spirv: fix memory_barrier_tcs_patch emission
Rhys Perry
2020-03-03
1
-1
/
+2
*
spirv: improve creation of memory_barrier
Rhys Perry
2020-03-03
1
-3
/
+8
*
nir: fix 5 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
nir, intel: Move use_scoped_memory_barrier to nir_options
Caio Marcelo de Oliveira Filho
2020-02-24
2
-6
/
+1
*
spirv_to_nir: Reuse glsl_sampler_dim_coordinate_components().
Eric Anholt
2020-02-24
1
-18
/
+1
*
spirv: Be consistent when checking for Shader/Kernel
Caio Marcelo de Oliveira Filho
2020-02-21
1
-1
/
+1
*
spirv: Remove outdated SPIR-V decoration warnings
Arcady Goldmints-Orlov
2020-02-21
1
-3
/
+2
*
spirv2nir: Add kernel spirv support
Elie Tournier
2020-02-14
1
-1
/
+65
*
spirv2nir: print nir shader if translation succed
Elie Tournier
2020-02-14
1
-1
/
+5
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-1
/
+1
*
compiler/spirv: Add support for non-constant initializers
Arcady Goldmints-Orlov
2020-02-12
1
-7
/
+25
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-40
/
+41
*
spirv/opencl: Cast opcode up front to avoid warnings
Kristian H. Kristensen
2020-02-04
1
-8
/
+10
*
spirv: implement SPV_AMD_shader_explicit_vertex_parameter
Samuel Pitoiset
2020-01-29
3
-0
/
+72
*
spirv: add support for SpvBuiltInBaryCoord*
Samuel Pitoiset
2020-01-29
1
-0
/
+28
*
spirv: add support for SpvDecorationExplicitInterpAMD
Samuel Pitoiset
2020-01-29
2
-0
/
+7
*
spirv: add support for SpvOpFragment{Mask}FetchAMD operations
Samuel Pitoiset
2020-01-23
1
-1
/
+23
*
spirv: add SpvCapabilityFragmentMaskAMD
Samuel Pitoiset
2020-01-23
1
-0
/
+4
*
spirv: Add support for IntegerFunctions2INTEL capability
Ian Romanick
2020-01-23
1
-0
/
+4
*
spirv: Silence a bunch of unused parameter warnings
Ian Romanick
2020-01-23
1
-12
/
+12
*
nir/spirv: Translate SPIR-V to NIR for new INTEL_shader_integer_functions2 op...
Ian Romanick
2020-01-23
2
-0
/
+35
*
spirv: Handle PhysicalStorageBuffer in memory barriers
Caio Marcelo de Oliveira Filho
2020-01-14
1
-2
/
+6
*
spirv: Drop EXT for PhysicalStorageBuffer symbols
Caio Marcelo de Oliveira Filho
2020-01-14
2
-11
/
+11
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+1
*
spirv: Add output memory semantics to OpControlBarrier in TCS
Jason Ekstrand
2020-01-13
1
-3
/
+21
*
spirv: Add a workaround for OpControlBarrier on old GLSLang
Jason Ekstrand
2020-01-13
2
-1
/
+24
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
2
-0
/
+33
*
spirv: add SpvCapabilityImageReadWriteLodAMD
Samuel Pitoiset
2020-01-09
1
-0
/
+4
*
nir/spirv: skip unreachable blocks in Phi second pass
Juan A. Suarez Romero
2020-01-08
1
-0
/
+5
*
spirv: Fix glsl type assert in spir2nir.
Bas Nieuwenhuizen
2020-01-04
1
-0
/
+4
*
nir+vtn: vec8+vec16 support
Rob Clark
2019-12-21
1
-1
/
+1
*
spirv: Implement SPV_KHR_non_semantic_info
Caio Marcelo de Oliveira Filho
2019-12-19
1
-0
/
+29
*
vtn/opencl: add shuffle/shuffle support
Dave Airlie
2019-12-12
1
-1
/
+52
*
vtn: convert vload/store to single value loops
Dave Airlie
2019-12-12
1
-11
/
+20
*
spirv: add OpLifetime*
Rob Clark
2019-12-11
1
-0
/
+4
*
spirv: handle UniformConstant for OpenCL kernels
Karol Herbst
2019-12-11
3
-2
/
+19
*
compiler/spirv: Fix uses of gnu struct = {} extension
Pierre Moreau
2019-12-11
1
-1
/
+1
*
vtn/opencl: add clz support
Dave Airlie
2019-11-22
1
-0
/
+2
*
spirv/nir/opencl: handle some multiply instructions.
Dave Airlie
2019-11-22
1
-0
/
+18
*
spirv: get the correct type for function returns.
Dave Airlie
2019-11-22
1
-1
/
+4
*
spirv: don't store 0 to cs.ptr_size for non kernel stages.
Dave Airlie
2019-11-22
1
-1
/
+0
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-5
/
+5
*
spirv: fix lowering of OpGroupNonUniformAllEqual
Samuel Pitoiset
2019-11-19
1
-3
/
+9
*
spirv: Consider the sampled_image case in wa_glslang_179 workaround
Caio Marcelo de Oliveira Filho
2019-11-13
1
-2
/
+7
*
spirv: Fix the MSVC build
Jason Ekstrand
2019-11-12
1
-1
/
+1
*
spirv: Sort out the mess that is sampled image
Jason Ekstrand
2019-11-09
2
-15
/
+24
*
spirv: Add a vtn_decorate_pointer helper
Jason Ekstrand
2019-11-09
1
-26
/
+41
*
spirv: Remove the type from sampled_image
Jason Ekstrand
2019-11-09
4
-8
/
+2
*
spirv: Don't leak GS initialization to other stages
Caio Marcelo de Oliveira Filho
2019-11-08
1
-1
/
+2
*
nir: pack nir_variable::data::xfb_*
Marek Olšák
2019-11-04
1
-2
/
+2
[next]