index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-28
glsl: fix lower jumps for returns when loop is inside an if
Timothy Arceri
1
-5
/
+12
2017-03-27
glsl: Interface Block instances don't need linking validation
Andres Gomez
1
-5
/
+9
2017-03-27
glsl: UBOs and SSBOs must match the binding qualifier too
Andres Gomez
1
-0
/
+3
2017-03-27
glsl: on UBO/SSBOs link error reset the number of active blocks to 0
Andres Gomez
1
-0
/
+6
2017-03-27
glsl, st/shader_cache: check the whole sha1 for zero
Grazvydas Ignotas
1
-1
/
+2
2017-03-27
glsl/shader_cache: restore evicted shader keys
Grazvydas Ignotas
1
-0
/
+17
2017-03-25
glsl: Link tests with CLOCK_LIB.
Vinson Lee
1
-3
/
+6
2017-03-25
tests/cache_test: mark arguments const
Grazvydas Ignotas
1
-4
/
+4
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2
-8
/
+25
2017-03-24
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
1
-11
/
+2
2017-03-24
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
1
-5
/
+5
2017-03-23
nir: Return progress from nir_convert_from_ssa().
Matt Turner
2
-8
/
+15
2017-03-23
nir: Return progress from nir_lower_io().
Matt Turner
2
-6
/
+15
2017-03-23
nir: Return progress from nir_lower_regs_to_ssa().
Matt Turner
2
-6
/
+10
2017-03-23
nir: Return progress from nir_lower_samplers().
Matt Turner
2
-12
/
+19
2017-03-23
nir: Return progress from nir_lower_atomics().
Matt Turner
2
-7
/
+13
2017-03-23
nir: Return progress from nir_lower_clamp_color_outputs().
Matt Turner
2
-10
/
+22
2017-03-23
nir: Return progress from nir_lower_clip_fs().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Return progress from nir_lower_clip_vs().
Matt Turner
2
-5
/
+7
2017-03-23
nir: Return progress from nir_move_vec_src_uses_to_dest().
Matt Turner
2
-6
/
+18
2017-03-23
nir: Return progress from nir_lower_to_source_mods().
Matt Turner
2
-6
/
+29
2017-03-23
nir: Return progress from nir_lower_clip_cull_distance_arrays().
Matt Turner
2
-5
/
+21
2017-03-23
nir: Return progress from nir_lower_var_copies().
Matt Turner
2
-4
/
+16
2017-03-23
nir: Return progress from nir_lower_load_const_to_scalar().
Matt Turner
2
-7
/
+21
2017-03-23
nir: Return progress from nir_lower_64bit_pack().
Matt Turner
2
-4
/
+14
2017-03-23
nir: Return progress from nir_lower_doubles().
Matt Turner
2
-22
/
+42
2017-03-23
nir: Return progress from nir_lower_vars_to_ssa().
Matt Turner
2
-3
/
+7
2017-03-23
nir: Fix syntax.
Matt Turner
2
-6
/
+6
2017-03-23
nir: Fix misspellings.
Matt Turner
4
-7
/
+7
2017-03-23
nir: Stop using apostrophes to pluralize.
Matt Turner
21
-43
/
+43
2017-03-22
glsl: Link glsl_compiler with CLOCK_LIB.
Vinson Lee
1
-1
/
+2
2017-03-22
glsl: lower sqrt(abs()) and inversesqrt(abs()) if requested
Samuel Pitoiset
2
-0
/
+15
2017-03-22
Android: clean-up trailing '\' in make variables
Rob Herring
2
-3
/
+3
2017-03-22
spirv: consistently use ifndef guards over pragma once
Emil Velikov
3
-2
/
+10
2017-03-22
nir: consistently use ifndef guards over pragma once
Emil Velikov
10
-11
/
+38
2017-03-22
glsl: consistently use ifndef guards over pragma once
Emil Velikov
31
-23
/
+48
2017-03-22
compiler: consistently use ifndef guards over pragma once
Emil Velikov
2
-2
/
+4
2017-03-21
nir: Add positional argument specifiers.
Vinson Lee
2
-2
/
+2
2017-03-21
tests/cache_test: use the blob key's actual first byte
Grazvydas Ignotas
1
-6
/
+2
2017-03-21
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
3
-17
/
+20
2017-03-20
spirv: Implement IsInf using an integer comparison
Jason Ekstrand
1
-1
/
+1
2017-03-18
glsl: use set for copy propagation kills
Timothy Arceri
1
-37
/
+28
2017-03-18
glsl: don't leak memory when trying to count loop iterations
Timothy Arceri
1
-2
/
+3
2017-03-15
util/sha1: drop _mesa_sha1_{update, format} return type
Emil Velikov
2
-9
/
+10
2017-03-15
util/disk_cache: actually enforce cache size
Alan Swanson
1
-3
/
+19
2017-03-15
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
1
-0
/
+47
2017-03-14
nir/constant_expressions: Refactor helper functions
Jason Ekstrand
1
-24
/
+27
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
9
-191
/
+127
2017-03-14
glsl/nir: Use nir_type_conversion_op
Jason Ekstrand
1
-37
/
+32
2017-03-14
nir: Rewrite nir_type_conversion_op
Jason Ekstrand
1
-63
/
+92
[prev]
[next]