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-13
DBG lots of debug printing
Nicolai Hähnle
3
-0
/
+70
2017-07-13
mesa: store uniform location in gl_program_parameter
Nicolai Hähnle
1
-5
/
+15
2017-07-13
glsl/linker: add finalize_linked_nir_shader
Nicolai Hähnle
3
-0
/
+17
2017-07-13
glsl/linker: don't run deadcode elimination for SPIR-V shaders
Nicolai Hähnle
1
-2
/
+4
2017-07-13
glsl/linker: prevent segfaults in packed varyings when linking SPIR-V shaders
Nicolai Hähnle
1
-7
/
+22
2017-07-13
glsl/linker: skip optimisations for SPIR-V shaders
Nicolai Hähnle
1
-7
/
+9
2017-07-13
glsl/linker: implement find_assignment_visitor for NIR shaders
Nicolai Hähnle
4
-28
/
+88
2017-07-13
glsl/linker: find built-in variable assignments by location instead of name
Nicolai Hähnle
1
-13
/
+17
2017-07-13
glsl/linker: start linking NIR shaders for SPIR-V
Nicolai Hähnle
4
-10
/
+251
2017-07-13
spirv: translate default-block uniforms (TODO)
Nicolai Hähnle
2
-3
/
+7
2017-07-13
nir: initialize nir_variable::data.location to -1
Nicolai Hähnle
1
-0
/
+2
2017-07-13
glsl/linker: move some non-GLSL specific steps to link_shader
Nicolai Hähnle
1
-53
/
+55
2017-07-13
mesa: implement glSpecializeShaderARB (WIP)
Nicolai Hähnle
1
-1
/
+1
2017-07-13
glsl: use bitfield for options to lower_variable_index_to_cond_assign
Nicolai Hähnle
3
-22
/
+26
2017-07-13
glsl: allow inputs in interface blocks in interpolateAt*
Nicolai Hähnle
2
-2
/
+23
2017-07-13
nir/print: add const qualifiers to some more function arguments
Nicolai Hähnle
2
-5
/
+5
2017-07-13
glsl: add operator new(mem_ctx) to glsl_type (UNUSED???)
Nicolai Hähnle
1
-0
/
+12
2017-07-13
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
1
-1
/
+3
2017-07-13
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
3
-0
/
+99
2017-07-13
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
5
-0
/
+255
2017-07-13
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
3
-0
/
+6
2017-07-13
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
1
-2
/
+4
2017-07-13
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2
-0
/
+15
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
2017-07-05
nir/spirv: Use the correct stride for non-32-bit vectors
Jason Ekstrand
1
-1
/
+1
2017-07-05
nir/spirv: Wrap access chains in a new vtn_pointer data structure
Jason Ekstrand
4
-159
/
+187
2017-07-05
nir/spirv: Rename some things from access_chain to pointer
Jason Ekstrand
4
-82
/
+73
2017-07-05
nir/spirv: Split up Uniform and UniformConstant storage classes
Jason Ekstrand
1
-3
/
+7
2017-07-05
nir/spirv: Add a storage_class_to_mode helper
Jason Ekstrand
1
-45
/
+78
2017-07-05
nir/spirv: Use the type from the deref for atomics
Jason Ekstrand
1
-3
/
+3
2017-07-05
nir/spirv: Move a "}"
Jason Ekstrand
1
-1
/
+1
2017-07-05
glsl_to_nir: zero-initialize var->data.descriptor_set
Nicolai Hähnle
1
-0
/
+1
2017-07-05
glsl: add glsl_base_type_is_integer
Nicolai Hähnle
1
-0
/
+11
2017-07-05
nir: add NIR_PRINT environment variable
Nicolai Hähnle
1
-0
/
+19
2017-07-05
glsl/blob: add valgrind checks that written data is defined
Nicolai Hähnle
2
-0
/
+13
[next]