index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
spirv
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
spirv: consistently use ifndef guards over pragma once
Emil Velikov
3
-2
/
+10
2017-03-20
spirv: Implement IsInf using an integer comparison
Jason Ekstrand
1
-1
/
+1
2017-03-14
nir: Make image_size a variable-width intrinsic
Jason Ekstrand
1
-7
/
+11
2017-03-14
nir/spirv: Restrict the number of channels in texture coordinates
Jason Ekstrand
1
-1
/
+2
2017-03-07
spirv: Silence unused variable warnings in release mode
Jason Ekstrand
1
-0
/
+1
2017-03-01
spirv: Use nir_builder for control flow
Jason Ekstrand
1
-31
/
+14
2017-02-16
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
1
-2
/
+2
2017-02-16
spirv: handle SpvOpUConvert in proper place.
Dave Airlie
1
-1
/
+1
2017-02-16
spirv: add support for Int64 capability
Dave Airlie
2
-1
/
+4
2017-02-16
spirv/nir: add support for int64
Dave Airlie
2
-2
/
+32
2017-02-15
spirv: Add support for SpvCapabilityStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2
-1
/
+5
2017-02-14
spirv: Add support for SpvCapabilityStorageImageWriteWithoutFormat
Alex Smith
3
-2
/
+9
2017-02-14
nir/spirv: do not require a format with images that are not sampled
Iago Toral Quiroga
1
-2
/
+0
2017-02-07
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
1
-0
/
+15
2017-02-01
spirv: add SPV_KHR_shader_draw_parameters support
Lionel Landwerlin
3
-0
/
+17
2017-01-31
nir/spirv/glsl450: Implement IEEE-compliant handling of atan2(±∞, ±∞).
Francisco Jerez
1
-1
/
+21
2017-01-31
nir/spirv/glsl450: Rewrite atan2 implementation to fix accuracy and handling ...
Francisco Jerez
1
-22
/
+55
2017-01-26
spirv: handle undefined components for OpVectorShuffle
Lionel Landwerlin
1
-15
/
+38
2017-01-26
spirv: handle OpUndef as part of the variable parsing pass
Lionel Landwerlin
2
-0
/
+7
2017-01-25
spirv: bump headers to SPIRV 1.1
Lionel Landwerlin
3
-9
/
+86
2017-01-25
spirv: add default handler for new enums
Lionel Landwerlin
2
-0
/
+15
2017-01-25
spirv: fix typos
Lionel Landwerlin
1
-3
/
+3
2017-01-25
spirv: handle gl_SampleMask
Iago Toral Quiroga
1
-2
/
+6
2017-01-25
spirv: acknowledge multisampled input attachments
Iago Toral Quiroga
1
-3
/
+8
2017-01-20
spirv: don't assert with location decorations on non i/o variables
Lionel Landwerlin
1
-1
/
+2
2017-01-20
spirv: fix warn string typo
Lionel Landwerlin
1
-1
/
+1
2017-01-12
spirv: Handle patch decorations up-front
Jason Ekstrand
1
-0
/
+23
2017-01-12
spirv: fix typo in warning message
Iago Toral Quiroga
1
-1
/
+1
2017-01-11
spirv: Shut up unhandled enumeration value warnings.
Kenneth Graunke
1
-0
/
+2
2017-01-11
spirv: gl_PrimitiveID in the fragment shader is handled as an input
Iago Toral Quiroga
1
-1
/
+4
2017-01-10
spirv: Silence unsupported tessellation capability warnings.
Kenneth Graunke
2
-2
/
+6
2017-01-10
spirv: Tidy some repeated if checks by using a switch statement.
Kenneth Graunke
1
-8
/
+9
2017-01-10
spirv: Add tessellation varying and built-in support.
Kenneth Graunke
3
-6
/
+52
2017-01-10
spirv: Handle tessellation execution modes.
Kenneth Graunke
1
-6
/
+41
2017-01-09
spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass.
Kenneth Graunke
1
-1
/
+2
2017-01-09
spirv: enable SpvCapabilityFloat64 only to supported platforms
Samuel Iglesias Gonsálvez
2
-1
/
+5
2017-01-09
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
3
-6
/
+47
2017-01-09
spirv/nir: add (un)packDouble2x32() translation
Samuel Iglesias Gonsálvez
1
-0
/
+2
2017-01-09
spirv/nir: implement DF conversions
Samuel Iglesias Gonsálvez
3
-13
/
+23
2017-01-09
spirv: add support for doubles on OpComposite{Insert,Extract}
Samuel Iglesias Gonsálvez
1
-0
/
+1
2017-01-09
spirv: Enable double floating points when copying variables in _vtn_variable_...
Samuel Iglesias Gonsálvez
1
-0
/
+1
2017-01-09
spirv: add double support to _vtn_block_load_store()
Samuel Iglesias Gonsálvez
1
-0
/
+1
2017-01-09
spirv: add double support to _vtn_variable_load_store
Samuel Iglesias Gonsálvez
1
-0
/
+1
2017-01-09
spirv: add double support to SpvOpCompositeExtract
Samuel Iglesias Gonsálvez
1
-2
/
+14
2017-01-09
spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-ba...
Samuel Iglesias Gonsálvez
1
-12
/
+40
2017-01-09
spirv: add DF support to SpvOp*ConstantComposite
Samuel Iglesias Gonsálvez
1
-3
/
+11
2017-01-09
spirv: add DF support to vtn_const_ssa_value()
Samuel Iglesias Gonsálvez
1
-3
/
+5
2017-01-09
spirv: add support for loading DF constants
Samuel Iglesias Gonsálvez
1
-2
/
+10
2017-01-09
spirv: add definition of double based data types
Samuel Iglesias Gonsálvez
1
-2
/
+4
2017-01-09
spirv: fix typo in spec_constant_decoration_cb()
Samuel Iglesias Gonsálvez
1
-2
/
+2
[next]