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
/
spirv_to_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-24
/
+24
*
spirv: Add support for SPV_KHR_multiview
Jason Ekstrand
2017-05-03
1
-0
/
+4
*
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
2017-03-14
1
-7
/
+11
*
nir/spirv: Restrict the number of channels in texture coordinates
Jason Ekstrand
2017-03-14
1
-1
/
+2
*
spirv: Silence unused variable warnings in release mode
Jason Ekstrand
2017-03-07
1
-0
/
+1
*
spirv: add support for Int64 capability
Dave Airlie
2017-02-16
1
-1
/
+3
*
spirv/nir: add support for int64
Dave Airlie
2017-02-16
1
-1
/
+17
*
spirv: Add support for SpvCapabilityStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
1
-1
/
+4
*
spirv: Add support for SpvCapabilityStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
1
-1
/
+4
*
nir/spirv: do not require a format with images that are not sampled
Iago Toral Quiroga
2017-02-14
1
-2
/
+0
*
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
2017-02-07
1
-0
/
+15
*
spirv: add SPV_KHR_shader_draw_parameters support
Lionel Landwerlin
2017-02-01
1
-0
/
+4
*
spirv: handle undefined components for OpVectorShuffle
Lionel Landwerlin
2017-01-26
1
-15
/
+38
*
spirv: handle OpUndef as part of the variable parsing pass
Lionel Landwerlin
2017-01-26
1
-0
/
+1
*
spirv: add default handler for new enums
Lionel Landwerlin
2017-01-25
1
-0
/
+12
*
spirv: fix typos
Lionel Landwerlin
2017-01-25
1
-3
/
+3
*
spirv: acknowledge multisampled input attachments
Iago Toral Quiroga
2017-01-25
1
-3
/
+8
*
spirv: fix typo in warning message
Iago Toral Quiroga
2017-01-12
1
-1
/
+1
*
spirv: Silence unsupported tessellation capability warnings.
Kenneth Graunke
2017-01-10
1
-2
/
+5
*
spirv: Add tessellation varying and built-in support.
Kenneth Graunke
2017-01-10
1
-1
/
+0
*
spirv: Handle tessellation execution modes.
Kenneth Graunke
2017-01-10
1
-6
/
+41
*
spirv: enable SpvCapabilityFloat64 only to supported platforms
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+4
*
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
2017-01-09
1
-5
/
+37
*
spirv/nir: implement DF conversions
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+3
*
spirv: add support for doubles on OpComposite{Insert,Extract}
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to SpvOpCompositeExtract
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+14
*
spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-ba...
Samuel Iglesias Gonsálvez
2017-01-09
1
-12
/
+40
*
spirv: add DF support to SpvOp*ConstantComposite
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+11
*
spirv: add DF support to vtn_const_ssa_value()
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+5
*
spirv: add support for loading DF constants
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+10
*
spirv: add definition of double based data types
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+4
*
spirv: fix typo in spec_constant_decoration_cb()
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+2
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
1
-12
/
+10
*
spirv: always expose SpvCapabilityStorageImageExtendedFormats
Ilia Mirkin
2016-12-29
1
-3
/
+1
*
spirv: add interface for drivers to define support extensions.
Dave Airlie
2016-12-28
1
-2
/
+15
*
spirv/nir: add support for ImageGatherExtended
Ilia Mirkin
2016-12-16
1
-7
/
+69
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-1
/
+1
*
nir: Get rid of nir_constant_data
Jason Ekstrand
2016-12-02
1
-38
/
+29
*
spirv: Stop warning about input attachments
Jason Ekstrand
2016-11-22
1
-1
/
+1
*
spirv: Silence unsupported capability warnings for Clip/CullDistance.
Kenneth Graunke
2016-11-22
1
-2
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-17
/
+17
*
spirv: fix AtomicLoad/Store on images
Lionel Landwerlin
2016-09-22
1
-10
/
+3
*
nir/spirv: Claim support for SampleRateShading
Jason Ekstrand
2016-09-21
1
-1
/
+1
*
spirv: use subpass image type (v1.1)
Dave Airlie
2016-09-16
1
-1
/
+2
*
spirv/nir: Implement OpAtomicLoad/Store for shared variables
Lionel Landwerlin
2016-09-07
1
-1
/
+34
*
nir/spirv: Remove an erroneous "fall through" comment
Jason Ekstrand
2016-09-07
1
-1
/
+0
*
spirv/nir: Add support for OpAtomicLoad/Store
Lionel Landwerlin
2016-09-07
1
-11
/
+113
*
nir/spirv: Use fill_common_atomic_sources for image atomics
Jason Ekstrand
2016-09-06
1
-56
/
+43
*
nir/spirv: Use the correct sources for CompareExchange on images
Jason Ekstrand
2016-09-06
1
-2
/
+2
*
nir/spirv: Swap the argument order for AtomicCompareExchange
Jason Ekstrand
2016-09-06
1
-2
/
+2
[next]