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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
5
-0
/
+255
2017-07-31
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
3
-0
/
+6
2017-07-31
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
1
-2
/
+4
2017-07-31
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2
-0
/
+15
2017-07-27
glsl: small builtin inline tidy up
Timothy Arceri
1
-4
/
+4
2017-07-26
compiler: move glsl_interface_packing enum to shader_enums.h
Timothy Arceri
3
-17
/
+10
2017-07-23
glsl: rework misleading block layout code
Timothy Arceri
1
-4
/
+4
2017-07-23
glsl: remove placeholder comment
Timothy Arceri
1
-4
/
+0
2017-07-21
Android: fix spirv_info.c generation
Chih-Wei Huang
1
-5
/
+2
2017-07-21
android: fix libmesa_nir build
Tapani Pälli
1
-0
/
+1
2017-07-20
nir: Optimize find_lsb/imsb/umsb error checks
Matt Turner
1
-0
/
+11
2017-07-20
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
2
-0
/
+20
2017-07-20
nir: Add pass to scalarize read_invocation/read_first_invocation
Matt Turner
3
-1
/
+114
2017-07-20
nir: Add system values from ARB_shader_ballot
Matt Turner
5
-1
/
+81
2017-07-20
nir: Add intrinsics from ARB_shader_ballot
Matt Turner
2
-0
/
+58
2017-07-20
nir: Support lowering vote intrinsics
Matt Turner
2
-2
/
+4
2017-07-20
nir: Add pass to optimize intrinsics
Matt Turner
3
-0
/
+98
2017-07-20
nir: Add intrinsics from ARB_shader_group_vote
Matt Turner
2
-0
/
+27
2017-07-18
nir: Use nir_src_copy instead of direct assignments.
Kenneth Graunke
3
-9
/
+9
2017-07-19
glsl: disable array splitting for AoA
Timothy Arceri
1
-0
/
+23
2017-07-19
nir: fix nir_opt_copy_prop_vars() for arrays of arrays
Timothy Arceri
1
-6
/
+6
2017-07-19
nir/vars_to_ssa: Handle missing struct members in foreach_deref_node
Jason Ekstrand
1
-2
/
+6
2017-07-18
build: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGS
Kenneth Graunke
1
-0
/
+1
2017-07-18
compiler/spirv: Add a .gitignore and ignore spirv_info.c
Jason Ekstrand
1
-0
/
+1
2017-07-18
nir/spirv: Add support for SPV_KHR_variable_pointers
Jason Ekstrand
5
-10
/
+108
2017-07-18
nir/spirv: Add a helper for pushing SSA values
Jason Ekstrand
4
-10
/
+20
2017-07-18
nir/spirv: Implement OpPtrAccessChain for buffers
Jason Ekstrand
3
-4
/
+34
2017-07-18
spirv/nir: Add some useful asserts for type decorations
Jason Ekstrand
1
-0
/
+4
2017-07-18
spirv: Add support for the StorageBuffer storage class
Jason Ekstrand
1
-0
/
+4
2017-07-18
spirv: Generate spirv_info.c
Ian Romanick
5
-159
/
+106
2017-07-18
spirv: Import the lastest 1.0.2 JSON from Khronos
Ian Romanick
1
-0
/
+5792
2017-07-18
spirv: Import the latest 1.2 header from Khronos
Jason Ekstrand
1
-4
/
+37
2017-07-13
nir/lower_io_to_temporaries: don't set compact on shadow vars
Connor Abbott
1
-0
/
+1
2017-07-13
nir: don't segfault when printing variables with no name
Connor Abbott
1
-1
/
+1
2017-07-10
spirv: Fix reaching unreachable for compare exchange on images
James Legg
1
-0
/
+1
2017-07-08
nir: copy front interpolation when creating fake back color input
Ilia Mirkin
1
-2
/
+6
2017-07-08
nir/spirv: Remove unnecessary comment.
Andres Gomez
1
-5
/
+0
2017-07-05
glsl: check if any of the named builtins are available first
Ilia Mirkin
3
-4
/
+14
2017-07-05
nir/spirv: Rework function argument setup
Jason Ekstrand
3
-28
/
+34
2017-07-05
nir/spirv: Stop trying to convert pointers to SSA in glsl450
Jason Ekstrand
1
-1
/
+6
2017-07-05
nir/spirv: Use real pointer types
Jason Ekstrand
4
-15
/
+60
2017-07-05
nir/spirv: Stop using glsl_type for function types
Jason Ekstrand
3
-31
/
+31
2017-07-05
nir/spirv: Beef up the type system a bit
Jason Ekstrand
2
-28
/
+59
2017-07-05
nir/spirv: Compact vtn_type
Jason Ekstrand
2
-26
/
+39
2017-07-05
nir/spirv: Simplify type copying
Jason Ekstrand
1
-7
/
+1
2017-07-05
nir/spirv: Compute offsets for UBOs and SSBOs up-front
Jason Ekstrand
2
-27
/
+138
2017-07-05
nir/spirv: Rework the way pointers get dereferenced
Jason Ekstrand
2
-64
/
+88
2017-07-05
nir/spirv: Break variable creation out into a helper
Jason Ekstrand
1
-172
/
+184
2017-07-05
nir/spirv: Remove unneeded parameters from pointer_to_offset
Jason Ekstrand
3
-19
/
+8
2017-07-05
nir/spirv: Simplify matrix loads/stores
Jason Ekstrand
2
-100
/
+90
[prev]
[next]