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: 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
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
1
-2
/
+1
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-2
/
+2
*
spirv: Add a 64-bit implementation of Frexp
Neil Roberts
2018-03-21
1
-4
/
+56
*
spirv/radv: add AMD_gcn_shader capability, remove current extensions
Alejandro Piñeiro
2018-03-15
2
-2
/
+1
*
spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()
Samuel Iglesias Gonsálvez
2018-03-15
3
-15
/
+15
*
spirv: fix the translation of SPIR-V conversion opcodes to NIR
Samuel Iglesias Gonsálvez
2018-03-15
1
-3
/
+37
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
2
-0
/
+38
*
spirv: Handle doubles when multiplying a mat by a scalar
Neil Roberts
2018-03-14
1
-3
/
+3
*
spirv: Silence compiler warning about undefined srcs[0]
Eric Anholt
2018-03-13
1
-0
/
+1
*
spirv: handle AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
4
-0
/
+64
*
spirv: import AMD extensions header from glslang
Daniel Schürmann
2018-03-07
1
-0
/
+110
*
spirv: Add support for subgroup arithmetic
Jason Ekstrand
2018-03-07
2
-8
/
+93
*
spirv: Add subgroup quad support
Jason Ekstrand
2018-03-07
2
-2
/
+27
*
spirv: Add subgroup shuffle support
Jason Ekstrand
2018-03-07
2
-1
/
+28
*
spirv: Add subgroup vote support
Jason Ekstrand
2018-03-07
2
-1
/
+50
*
spirv: Add subgroup ballot support
Jason Ekstrand
2018-03-07
3
-8
/
+160
*
spirv: Add initial subgroup support
Jason Ekstrand
2018-03-07
4
-0
/
+142
*
spirv: Handle the new OpModuleProcessed instruction
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
2
-0
/
+8
*
spirv: Update the SPIR-V headers and json to 1.3.1
Jason Ekstrand
2018-03-07
2
-41
/
+683
*
spirv: Rework barriers
Jason Ekstrand
2018-03-07
1
-18
/
+114
*
spirv: Add a vtn_constant_value helper
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
spirv: Add SpvCapabilityShaderViewportIndexLayerEXT
Caio Marcelo de Oliveira Filho
2018-03-07
2
-0
/
+12
*
spirv/i965/anv: Relax push constant offset assertions being 32-bit aligned
Jose Maria Casanova Crespo
2018-02-28
1
-2
/
+0
*
spirv: Calculate properly 16-bit vector sizes
Jose Maria Casanova Crespo
2018-02-28
1
-5
/
+2
*
spirv: apply memory qualifiers to images
Samuel Pitoiset
2018-02-22
1
-3
/
+9
*
spirv: split constant initializers on in/out structs
Iago Toral Quiroga
2018-02-06
1
-0
/
+8
*
.gitignore: Ignore new generated files
Scott D Phillips
2018-01-08
1
-0
/
+1
*
spirv: Do implicit conversions of uint to bool in OpStore
Jason Ekstrand
2018-01-08
1
-0
/
+19
*
spirv: Loosen the validation for load/store type matching
Jason Ekstrand
2018-01-08
1
-6
/
+33
*
spirv: Require a storage type for OpStore destinations
Jason Ekstrand
2018-01-08
1
-0
/
+4
*
spirv: Add a vtn_types_compatible helper
Jason Ekstrand
2018-01-08
2
-0
/
+55
*
spirv: Store the id of the type in vtn_type
Jason Ekstrand
2018-01-08
3
-5
/
+8
*
spirv: Add a mechanism for dumping failing shaders
Jason Ekstrand
2018-01-08
2
-0
/
+29
*
spirv: Rework asserts in var_decoration_cb
Jason Ekstrand
2018-01-08
1
-7
/
+8
*
spirv: Rework error checking for decorations
Jason Ekstrand
2018-01-08
1
-9
/
+32
*
spirv: Add better type validation to OpTypeImage
Jason Ekstrand
2018-01-08
1
-7
/
+10
*
spirv: Switch on vtn_base_type in OpComposite(Extract|Insert)
Jason Ekstrand
2018-01-08
1
-37
/
+32
*
spirv: Refactor Op[Spec]ConstantComposite and add better validation
Jason Ekstrand
2018-01-08
1
-36
/
+32
*
spirv: Add better validation to Op[Spec]Constant
Jason Ekstrand
2018-01-08
1
-2
/
+7
[next]