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-09-12
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
1
-2
/
+2
2017-09-12
glsl: Disallow unsized array of atomic_uint
Iago Toral Quiroga
1
-0
/
+11
2017-09-12
nir/spirv: handle if's with same label in both branches
Juan A. Suarez Romero
1
-2
/
+10
2017-09-11
nir/spirv: fix chain access with different index bit sizes
Samuel Iglesias Gonsálvez
1
-3
/
+8
2017-09-07
nir: put compact into bitfields in nir_variable_data
Dave Airlie
1
-1
/
+1
2017-09-05
spirv: Add support for the HelperInvocation builtin
Jason Ekstrand
1
-1
/
+4
2017-08-29
glsl: define YY_NO_INPUT to prevent unused symbol warnings
Matt Turner
1
-0
/
+1
2017-08-29
nir: Remove series of unnecessary conversions
Matt Turner
1
-1
/
+1
2017-08-29
nir/spirv: Use unreachable("...") rather than assert(!"...")
Matt Turner
2
-13
/
+13
2017-08-29
compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
1
-0
/
+1
2017-08-29
util: move string_to_uint_map to glsl
Emil Velikov
9
-7
/
+228
2017-08-28
nir: Fix system_value_from_intrinsic for subgroups
Jason Ekstrand
1
-4
/
+4
2017-08-28
nir: Fix some whatespace
Jason Ekstrand
1
-5
/
+5
2017-08-28
glsl: fix counting of vertex shader output slots used by explicit vars
Ilia Mirkin
1
-1
/
+2
2017-08-25
glsl: fix glsl_struct_field size calculations for shader cache
Nicolai Hähnle
1
-7
/
+4
2017-08-25
glsl: pass shader source keys to the disk cache
Timothy Arceri
2
-9
/
+23
2017-08-25
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
1
-2
/
+4
2017-08-24
glsl: stop adding pointers from bindless structs to the cache
Timothy Arceri
1
-4
/
+8
2017-08-24
glsl: stop adding pointers from shader_info to the cache
Timothy Arceri
1
-6
/
+25
2017-08-24
compiler: move pointers to the start of shader_info
Timothy Arceri
1
-3
/
+3
2017-08-24
glsl: always write a name/label string to the cache
Timothy Arceri
1
-4
/
+7
2017-08-24
glsl: don't write uniform storage offset if there isn't one
Timothy Arceri
1
-3
/
+10
2017-08-24
glsl: add has_uniform_storage() helper to shader cache
Timothy Arceri
1
-6
/
+13
2017-08-24
glsl: stop adding pointers from glsl_struct_field to the cache
Timothy Arceri
1
-7
/
+38
2017-08-24
glsl: stop adding pointers from gl_shader_variable to the cache
Timothy Arceri
1
-12
/
+28
2017-08-24
glsl: allow NULL to be passed to encode_type_to_blob()
Timothy Arceri
1
-0
/
+10
2017-08-22
glsl/linker: Make several functions not static
Ian Romanick
2
-4
/
+4
2017-08-22
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
8
-42
/
+90
2017-08-22
glsl: add get_internal_ifc_packing() type helper
Timothy Arceri
1
-0
/
+21
2017-08-21
glsl: Add prototype for udivmod64()
Matt Turner
1
-0
/
+3
2017-08-21
glsl: Mark functions static
Matt Turner
11
-36
/
+36
2017-08-21
glsl: Remove unused private fields
Matt Turner
1
-3
/
+1
2017-08-18
glsl: add a few missing int64 constant propagation cases
Ilia Mirkin
2
-0
/
+8
2017-08-18
glsl: set old ldexp operand to NULL when lowering
Timothy Arceri
1
-0
/
+1
2017-08-15
glsl/ast: update rhs in addition to the var's constant_value
Ilia Mirkin
1
-1
/
+1
2017-08-11
glsl: stop cloning builtin fuctions _mesa_glsl_find_builtin_function()
Timothy Arceri
1
-10
/
+1
2017-08-11
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
20
-86
/
+159
2017-08-11
glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()
Timothy Arceri
1
-31
/
+113
2017-08-11
glsl: remove unused field from ir_call
Timothy Arceri
1
-5
/
+0
2017-08-11
glsl: stop copying struct and interface member names
Timothy Arceri
11
-38
/
+31
2017-08-11
glsl: tidy up get_num_operands()
Timothy Arceri
2
-14
/
+9
2017-08-11
glsl: calculate number of operands in an expression once
Timothy Arceri
20
-27
/
+98
2017-08-07
glsl: update the extensions/functions that are enabled for 460
Samuel Pitoiset
2
-17
/
+99
2017-08-02
spirv: Fix SpvImageFormatR16ui
Jason Ekstrand
1
-1
/
+1
2017-08-02
glsl: recognize GLSL 4.60
Samuel Pitoiset
3
-3
/
+5
2017-08-02
glsl: look up for transform feedback varyings after linking
Juan A. Suarez Romero
1
-0
/
+7
2017-08-01
nir: fix algebraic optimizations
Connor Abbott
1
-2
/
+2
2017-08-01
glsl: xfb_stride applies to buffers, not block members
Juan A. Suarez Romero
1
-3
/
+2
2017-07-31
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
1
-1
/
+3
2017-07-31
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
3
-0
/
+99
[next]