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
/
vtn_variables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: handle UniformConstant for OpenCL kernels
Karol Herbst
2019-12-11
1
-2
/
+12
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-5
/
+5
*
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
1
-2
/
+9
*
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
1
-1
/
+0
*
nir: pack nir_variable::data::xfb_*
Marek Olšák
2019-11-04
1
-2
/
+2
*
spirv: Handle MakePointerAvailable/Visible
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+32
*
spirv: Drop lower_workgroup_access_to_offsets
Caio Marcelo de Oliveira Filho
2019-08-10
1
-22
/
+12
*
nir/spirv: Fix gl_BaseVertex for non-indexed draws for OpenGL
Antia Puentes
2019-08-06
1
-2
/
+5
*
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
1
-4
/
+26
*
spirv: wrap push ssa/pointer values
Lionel Landwerlin
2019-07-26
1
-6
/
+34
*
spirv: Bail when we see CounterBuffer decoration
Caio Marcelo de Oliveira Filho
2019-07-16
1
-1
/
+1
*
spirv: Add an option for making FragCoord a sysval
Connor Abbott
2019-07-08
1
-1
/
+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: Restrict use of descriptor intrinsics to Vulkan
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+8
*
spirv: Add a vtn_constant_int helper
Jason Ekstrand
2019-06-19
1
-17
/
+1
*
spirv: Like Uniform, do nothing for UniformId
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+1
*
vtn: create cast with type stride.
Dave Airlie
2019-05-31
1
-1
/
+1
*
spirv: Drop GOOGLE suffix from names incorporated to SPIR-V
Caio Marcelo de Oliveira Filho
2019-05-21
1
-4
/
+4
*
spirv: Reuse helpers in vtn_handle_type()
Caio Marcelo de Oliveira Filho
2019-05-20
1
-1
/
+2
*
spirv: Add vtn_variable_mode_image
Caio Marcelo de Oliveira Filho
2019-05-20
1
-0
/
+10
*
spirv: Add vtn_mode_to_address_format()
Caio Marcelo de Oliveira Filho
2019-05-20
1
-20
/
+54
*
spirv: Add vtn_mode_uses_ssa_offset()
Caio Marcelo de Oliveira Filho
2019-05-20
1
-6
/
+6
*
spirv: Add and use vtn_type_without_array() helper
Caio Marcelo de Oliveira Filho
2019-05-20
1
-8
/
+5
*
spirv: Export vtn_storage_class_to_mode()
Caio Marcelo de Oliveira Filho
2019-05-20
1
-1
/
+1
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
1
-2
/
+6
*
spirv: Rename vtn_decoration literals to operands
Caio Marcelo de Oliveira Filho
2019-04-23
1
-12
/
+12
*
spirv: Tell which opcode or value is unhandled when failing
Caio Marcelo de Oliveira Filho
2019-04-16
1
-6
/
+9
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-4
/
+4
*
nir: Add access qualifiers on load_ubo intrinsic.
Bas Nieuwenhuizen
2019-04-10
1
-1
/
+2
*
spirv: propagate the access flag for store and load derefs
Samuel Pitoiset
2019-03-27
1
-18
/
+24
*
spirv: Handle the NonUniformEXT decoration
Jason Ekstrand
2019-03-25
1
-0
/
+22
*
spirv: Use interface type for block and buffer block
Caio Marcelo de Oliveira Filho
2019-03-23
1
-0
/
+4
*
nir/spirv: don't use bare types, remove assert in split vars for testing
Dave Airlie
2019-03-21
1
-3
/
+3
*
nir/spirv: support physical pointers
Karol Herbst
2019-03-19
1
-4
/
+4
*
nir/builder: Add a build_deref_array_imm helper
Jason Ekstrand
2019-03-07
1
-1
/
+1
*
nir/builder: Emit better code for iadd/imul_imm
Jason Ekstrand
2019-03-07
1
-3
/
+1
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-4
/
+4
*
nir/vtn: add support for SpvBuiltInGlobalLinearId
Karol Herbst
2019-03-05
1
-0
/
+4
*
spirv: Use the same types for resource indices as pointers
Jason Ekstrand
2019-03-05
1
-22
/
+38
*
spirv: Use the generic dereference function for OpArrayLength
Jason Ekstrand
2019-03-05
1
-1
/
+1
*
spirv: Pull offset/stride from the pointer for OpArrayLength
Jason Ekstrand
2019-03-05
1
-2
/
+10
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-6
/
+0
*
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2019-02-05
1
-0
/
+2
*
spirv: Don't use special semantics when counting vertex attribute size
Neil Roberts
2019-01-28
1
-6
/
+4
*
spirv/nir: handle location decorations on block interface members
Neil Roberts
2019-01-28
1
-9
/
+60
[next]