| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glsl/tests/warnings-test: error out if glsl_compiler is missing | Emil Velikov | 2017-03-28 | 1 | -0/+5 |
* | glsl: automake: export abs_builddir for the tests | Emil Velikov | 2017-03-28 | 1 | -0/+1 |
* | glsl/tests: automake: cleanup all artefacts during clean-local | Emil Velikov | 2017-03-28 | 1 | -0/+6 |
* | glsl: fix spelling of embedded in comment | Timothy Arceri | 2017-03-28 | 1 | -1/+1 |
* | glsl: fix lower jumps for returns when loop is inside an if | Timothy Arceri | 2017-03-28 | 1 | -5/+12 |
* | glsl: Interface Block instances don't need linking validation | Andres Gomez | 2017-03-27 | 1 | -5/+9 |
* | glsl: UBOs and SSBOs must match the binding qualifier too | Andres Gomez | 2017-03-27 | 1 | -0/+3 |
* | glsl: on UBO/SSBOs link error reset the number of active blocks to 0 | Andres Gomez | 2017-03-27 | 1 | -0/+6 |
* | glsl, st/shader_cache: check the whole sha1 for zero | Grazvydas Ignotas | 2017-03-27 | 1 | -1/+2 |
* | glsl/shader_cache: restore evicted shader keys | Grazvydas Ignotas | 2017-03-27 | 1 | -0/+17 |
* | glsl: Link tests with CLOCK_LIB. | Vinson Lee | 2017-03-25 | 1 | -3/+6 |
* | tests/cache_test: mark arguments const | Grazvydas Ignotas | 2017-03-25 | 1 | -4/+4 |
* | nir/lower_wpos_center: support adding sample position to fragment coordinate | Iago Toral Quiroga | 2017-03-24 | 2 | -8/+25 |
* | util/disk_cache: hash pointer size and gpu name into cache keys | Grazvydas Ignotas | 2017-03-24 | 1 | -11/+2 |
* | util/disk_cache: hash timestamps into the cache keys | Grazvydas Ignotas | 2017-03-24 | 1 | -5/+5 |
* | nir: Return progress from nir_convert_from_ssa(). | Matt Turner | 2017-03-23 | 2 | -8/+15 |
* | nir: Return progress from nir_lower_io(). | Matt Turner | 2017-03-23 | 2 | -6/+15 |
* | nir: Return progress from nir_lower_regs_to_ssa(). | Matt Turner | 2017-03-23 | 2 | -6/+10 |
* | nir: Return progress from nir_lower_samplers(). | Matt Turner | 2017-03-23 | 2 | -12/+19 |
* | nir: Return progress from nir_lower_atomics(). | Matt Turner | 2017-03-23 | 2 | -7/+13 |
* | nir: Return progress from nir_lower_clamp_color_outputs(). | Matt Turner | 2017-03-23 | 2 | -10/+22 |
* | nir: Return progress from nir_lower_clip_fs(). | Matt Turner | 2017-03-23 | 2 | -3/+7 |
* | nir: Return progress from nir_lower_clip_vs(). | Matt Turner | 2017-03-23 | 2 | -5/+7 |
* | nir: Return progress from nir_move_vec_src_uses_to_dest(). | Matt Turner | 2017-03-23 | 2 | -6/+18 |
* | nir: Return progress from nir_lower_to_source_mods(). | Matt Turner | 2017-03-23 | 2 | -6/+29 |
* | nir: Return progress from nir_lower_clip_cull_distance_arrays(). | Matt Turner | 2017-03-23 | 2 | -5/+21 |
* | nir: Return progress from nir_lower_var_copies(). | Matt Turner | 2017-03-23 | 2 | -4/+16 |
* | nir: Return progress from nir_lower_load_const_to_scalar(). | Matt Turner | 2017-03-23 | 2 | -7/+21 |
* | nir: Return progress from nir_lower_64bit_pack(). | Matt Turner | 2017-03-23 | 2 | -4/+14 |
* | nir: Return progress from nir_lower_doubles(). | Matt Turner | 2017-03-23 | 2 | -22/+42 |
* | nir: Return progress from nir_lower_vars_to_ssa(). | Matt Turner | 2017-03-23 | 2 | -3/+7 |
* | nir: Fix syntax. | Matt Turner | 2017-03-23 | 2 | -6/+6 |
* | nir: Fix misspellings. | Matt Turner | 2017-03-23 | 4 | -7/+7 |
* | nir: Stop using apostrophes to pluralize. | Matt Turner | 2017-03-23 | 21 | -43/+43 |
* | glsl: Link glsl_compiler with CLOCK_LIB. | Vinson Lee | 2017-03-22 | 1 | -1/+2 |
* | glsl: lower sqrt(abs()) and inversesqrt(abs()) if requested | Samuel Pitoiset | 2017-03-22 | 2 | -0/+15 |
* | Android: clean-up trailing '\' in make variables | Rob Herring | 2017-03-22 | 2 | -3/+3 |
* | spirv: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 3 | -2/+10 |
* | nir: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 10 | -11/+38 |
* | glsl: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 31 | -23/+48 |
* | compiler: consistently use ifndef guards over pragma once | Emil Velikov | 2017-03-22 | 2 | -2/+4 |
* | nir: Add positional argument specifiers. | Vinson Lee | 2017-03-21 | 2 | -2/+2 |
* | tests/cache_test: use the blob key's actual first byte | Grazvydas Ignotas | 2017-03-21 | 1 | -6/+2 |
* | util/disk_cache: use a helper to compute cache keys | Grazvydas Ignotas | 2017-03-21 | 3 | -17/+20 |
* | spirv: Implement IsInf using an integer comparison | Jason Ekstrand | 2017-03-20 | 1 | -1/+1 |
* | glsl: use set for copy propagation kills | Timothy Arceri | 2017-03-18 | 1 | -37/+28 |
* | glsl: don't leak memory when trying to count loop iterations | Timothy Arceri | 2017-03-18 | 1 | -2/+3 |
* | util/sha1: drop _mesa_sha1_{update, format} return type | Emil Velikov | 2017-03-15 | 2 | -9/+10 |
* | util/disk_cache: actually enforce cache size | Alan Swanson | 2017-03-15 | 1 | -3/+19 |
* | util/disk_cache: use a thread queue to write to shader cache | Timothy Arceri | 2017-03-15 | 1 | -0/+47 |