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
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
2017-07-05
glsl: explicitly zero out padding to gl_shader_variable bitfield
Nicolai Hähnle
1
-1
/
+4
2017-07-05
glsl: look for multiple variables simultaneously with find_assignment_visitor
Nicolai Hähnle
1
-41
/
+81
2017-07-03
spirv: fix OpBitcast when the src and dst bitsize are different (v3)
Connor Abbott
1
-1
/
+66
2017-07-03
glsl: simplify disable_varying_optimizations_for_sso
Nicolai Hähnle
1
-18
/
+11
2017-07-03
glsl: always print non-zero var->data.location_frac
Nicolai Hähnle
1
-1
/
+1
2017-06-30
nir: Add a lowering pass for UYVY textures
Johnson Lin
2
-0
/
+19
2017-06-27
nir: implement GLSL.std.450 NMax, NMIn and NClamp operations
Juan A. Suarez Romero
1
-0
/
+3
2017-06-27
nir: add support for 64-bit in SmoothStep function
Juan A. Suarez Romero
1
-3
/
+5
2017-06-27
nir: sge operation is defined for floating-point types
Juan A. Suarez Romero
1
-1
/
+1
2017-06-26
glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders
Juan A. Suarez Romero
1
-2
/
+5
2017-06-22
glsl: tidy up int declaration
Timothy Arceri
1
-2
/
+1
2017-06-22
glsl: fix typo in comment
Timothy Arceri
1
-1
/
+1
2017-06-22
glsl: Track whether uniforms are active per stage
Kenneth Graunke
3
-0
/
+9
[next]