etnaviv: Add libdrm code as of 922d92994267743266024ecceb734ce0ebbca808
[mesa.git] / src / compiler / spirv /
2019-06-04 Caio Marcelo de... spirv: Update the OpenCL.std.h header
2019-06-04 Jason Ekstrandspirv: Implement SPV_EXT_fragment_shader_interlock
2019-06-04 Jason Ekstrandspirv: Update the headers from latest Khronos master
2019-06-04 Caio Marcelo de... spirv: Like Uniform, do nothing for UniformId
2019-06-04 Caio Marcelo de... spirv: Implement SpvOpCopyLogical
2019-06-04 Caio Marcelo de... spirv: Generalize OpSelect
2019-06-04 Caio Marcelo de... spirv: Move OpSelect handling to a function
2019-06-03 Caio Marcelo de... spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
2019-05-30 Dave Airlievtn: create cast with type stride.
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-21 Caio Marcelo de... spirv: Drop GOOGLE suffix from names incorporated to...
2019-05-21 Caio Marcelo de... spirv: Pick the right bitsize when doing SpvUConvert
2019-05-21 Caio Marcelo de... spirv: Trivially handle new 1.4 loop controls
2019-05-21 Caio Marcelo de... spirv: Update JSON and Headers to 1.4
2019-05-21 Caio Marcelo de... spirv: Handle instruction aliases in spirv_info_c.py
2019-05-20 Caio Marcelo de... spirv: Generate proper NULL pointer values
2019-05-20 Caio Marcelo de... spirv: Reuse helpers in vtn_handle_type()
2019-05-20 Caio Marcelo de... spirv: Add vtn_variable_mode_image
2019-05-20 Caio Marcelo de... spirv: Add vtn_mode_to_address_format()
2019-05-20 Caio Marcelo de... spirv: Add vtn_mode_uses_ssa_offset()
2019-05-20 Caio Marcelo de... spirv: Add and use vtn_type_without_array() helper
2019-05-20 Caio Marcelo de... spirv: Change vtn_null_constant() to use vtn_type
2019-05-20 Caio Marcelo de... spirv: Export vtn_storage_class_to_mode()
2019-05-20 Caio Marcelo de... spirv, radv, anv: Replace ptr_type with addr_format
2019-05-04 Karol Herbstspirv/cl: support vload/vstore
2019-05-04 Karol Herbstnir: Add nir_op_vec helper
2019-05-04 Karol Herbstvtn: handle bitcast with pointer src/dest
2019-05-03 Dave Airliespirv: fix SpvOpBitSize return value.
2019-05-02 Rob Clarknir: add pass to lower fb reads
2019-04-30 Juan A. Suarez Romerospirv: add missing SPV_EXT_descriptor_indexing capabilities
2019-04-30 Caio Marcelo de... spirv: Properly handle SpvOpAtomicCompareExchangeWeak
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-23 Caio Marcelo de... spirv: Handle SpvOpDecorateId
2019-04-23 Caio Marcelo de... spirv: Rename vtn_decoration literals to operands
2019-04-18 Iago Toral Quirogacompiler/spirv: move the check for Int8 capability
2019-04-16 Caio Marcelo de... spirv: Tell which opcode or value is unhandled when...
2019-04-16 Caio Marcelo de... spirv: Add more to_string helpers
2019-04-15 Samuel Pitoisetspirv: add SpvCapabilityFloat16 support
2019-04-14 Jason Ekstrandspirv: Drop some unneeded bit size switch statements
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstspirv: reduce array size in vtn_handle_constant
2019-04-10 Bas Nieuwenhuizennir: Add access qualifiers on load_ubo intrinsic.
2019-04-09 Caio Marcelo de... spirv: Add support for DerivativeGroup capabilities
2019-04-01 Tapani Pällispirv: fix a compiler warning
2019-03-27 Samuel Pitoisetspirv: propagate the access flag for store and load...
2019-03-27 Timothy Arcerispirv: make use of the select control support in nir
2019-03-27 Timothy Arcerispirv: make use of the loop control support in nir
2019-03-25 Jason Ekstrandspirv: Handle the NonUniformEXT decoration
2019-03-23 Caio Marcelo de... spirv: Use interface type for block and buffer block
2019-03-23 Caio Marcelo de... spirv: Add an execution environment to the options
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-21 Jason Ekstrandspirv: Drop inline tg4 lowering
2019-03-21 Dave Airlienir/spirv: don't use bare types, remove assert in split...
2019-03-20 Juan A. Suarez Romeronir: deref only for OpTypePointer
2019-03-19 Jason EkstrandRevert "nir: const `nir_call_instr::callee`"
2019-03-19 Karol Herbstnir/spirv: support physical pointers
2019-03-19 Karol Herbstnir/spirv: handle kernel function parameters
2019-03-19 Karol Herbstglsl: add packed for struct types
2019-03-16 Jason Ekstrandnir/builder: Add a vector extract helper
2019-03-11 Xavier Bouchouxnir/spirv: Fix assert when unsampled OpTypeImage has...
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-07 Jason Ekstrandnir/builder: Emit better code for iadd/imul_imm
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-03-05 Karol Herbstnir/vtn: add support for SpvBuiltInGlobalLinearId
2019-03-05 Karol Herbstnir/spirv: improve parsing of the memory model
2019-03-05 Jason Ekstrandspirv: Use the same types for resource indices as pointers
2019-03-05 Jason Ekstrandspirv: Use the generic dereference function for OpArray...
2019-03-05 Jason Ekstrandspirv: Pull offset/stride from the pointer for OpArrayL...
2019-03-04 Jason Ekstrandspirv: OpImageQueryLod requires a sampler
2019-03-04 Sagar Ghugespirv: Allow [i/u]mulExtended to use new nir opcode
2019-02-28 Juan A. Suarez Romeronir/spirv: return after emitting a branch in block
2019-02-21 Alejandro Piñeironir, glsl: move pixel_center_integer/origin_upper_left...
2019-02-14 Kenneth Graunkespirv: Eliminate dead input/output variables after...
2019-02-14 Ian Romanickspirv: Add missing break
2019-02-05 Kenneth Graunkecompiler: Mark clip/cull distance arrays as compact...
2019-02-01 Jason Ekstrandspirv: Support LocalSizeId and LocalSizeHintId executio...
2019-02-01 Jason Ekstrandspirv: Handle OpExecutionModeId
2019-02-01 Jason Ekstrandspirv: Handle constants and types before execution...
2019-02-01 Jason Ekstrandspirv: Rework handling of spec constant workgroup size...
2019-02-01 Jason Ekstrandspirv: Replace vtn_constant_value with vtn_constant_uint
2019-01-28 Neil Robertsspirv: Don't use special semantics when counting vertex...
2019-01-28 Neil Robertsspirv/nir: handle location decorations on block interfa...
2019-01-26 Jason Ekstrandspirv: Add support for SPV_EXT_physical_storage_buffer
2019-01-26 Jason Ekstrandspirv: Implement OpConvertPtrToU and OpConvertUToPtr
2019-01-26 Jason Ekstrandspirv: Handle OpTypeForwardPointer
2019-01-26 Jason Ekstrandspirv: Drop a bogus assert
2019-01-23 Sergii Romantsovnir: Length of boolean vtn_value now is 1
2019-01-22 Jason Ekstrandspirv: Only set interface_type on blocks
2019-01-22 Jason Ekstrandspirv: Only split blocks
2019-01-22 Jason Ekstrandspirv: Initialize struct member offsets to -1
2019-01-22 Jason Ekstrandspirv: Update the JSON and headers from Khronos master
2019-01-21 Karol Herbstnir/spirv: handle ContractionOff execution mode
2019-01-21 Rob Clarknir/vtn: add caps for some cl related capabilities
2019-01-21 Karol Herbstvtn: handle SpvExecutionModelKernel
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir/spirv: handle SpvStorageClassCrossWorkgroup
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
next