glsl/tests/optimization-test: error if zero tests were executed
[mesa.git] / src / compiler / glsl /
2017-03-28 Emil Velikovglsl/tests/optimization-test: error if zero tests were...
2017-03-28 Emil Velikovglsl/tests/optimization-test: pass glsl_test as argument
2017-03-28 Emil Velikovglsl/tests/optimization-test: error out if we fail...
2017-03-28 Emil Velikovglsl/tests/optimization-test: correctly manage srcdir...
2017-03-28 Emil Velikovglsl/tests/optimisation-test: ensure that compare_ir...
2017-03-28 Emil Velikovglsl/tests/optimization-test: correctly set compare_ir
2017-03-28 Emil Velikovglsl/tests/optimization-test: add fallback srcdir/abs_b...
2017-03-28 Emil Velikovglsl/tests/optimisation-test: make sure that $PYTHON2...
2017-03-28 Emil Velikovglsl/tests/warnings-test: print only the test basename
2017-03-28 Emil Velikovglsl/tests/warnings-test: error if zero tests were...
2017-03-28 Emil Velikovglsl/tests/warnings-test: correctly manage srcdir/builddir
2017-03-28 Emil Velikovglsl/tests/warnings-test: add fallback srcdir/abs_build...
2017-03-28 Emil Velikovglsl/tests/warnings-test: error out if glsl_compiler...
2017-03-27 Timothy Arceriglsl: fix spelling of embedded in comment
2017-03-27 Timothy Arceriglsl: fix lower jumps for returns when loop is inside...
2017-03-27 Andres Gomezglsl: Interface Block instances don't need linking...
2017-03-27 Andres Gomezglsl: UBOs and SSBOs must match the binding qualifier too
2017-03-27 Andres Gomezglsl: on UBO/SSBOs link error reset the number of activ...
2017-03-27 Grazvydas Ignotasglsl, st/shader_cache: check the whole sha1 for zero
2017-03-26 Grazvydas Ignotasglsl/shader_cache: restore evicted shader keys
2017-03-25 Grazvydas Ignotastests/cache_test: mark arguments const
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash pointer size and gpu name into...
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash timestamps into the cache keys
2017-03-22 Samuel Pitoisetglsl: lower sqrt(abs()) and inversesqrt(abs()) if requested
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2017-03-21 Grazvydas Ignotastests/cache_test: use the blob key's actual first byte
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-18 Timothy Arceriglsl: use set for copy propagation kills
2017-03-18 Timothy Arceriglsl: don't leak memory when trying to count loop itera...
2017-03-15 Emil Velikovutil/sha1: drop _mesa_sha1_{update, format} return...
2017-03-15 Alan Swansonutil/disk_cache: actually enforce cache size
2017-03-15 Timothy Arceriutil/disk_cache: use a thread queue to write to shader...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandglsl/nir: Use nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Make image_size a variable-width intrinsic
2017-03-12 Timothy Arceriglsl: don't use ralloc for blob creation
2017-03-12 Timothy Arceriglsl: don't recompile a shader on fallback unless needed
2017-03-12 Timothy Arcerimesa/glsl: introduce new gl_compile_status enum
2017-03-10 Emil Velikovglsl/tests: remove any bashisms
2017-03-10 Emil Velikovglsl: remove shebang from python scripts
2017-03-10 Emil Velikovglsl/tests: remove execute bit from compare_ir python...
2017-03-10 Emil Velikovglsl/tests: suffix .sh/.py files as applicable
2017-03-09 Robert Braggexec_list: Add a foreach_list_typed_from macro
2017-03-09 Grazvydas Ignotasglsl/blob: clear padding bytes
2017-03-09 Lionel Landwerlinglsl: builtin: always return clones of the builtins
2017-03-06 Timothy Arceriutil/disk_cache: fix make check
2017-03-05 Timothy ArceriRevert "glsl: Switch to disable-by-default for the...
2017-03-02 Samuel Pitoisetglsl: fix subroutine mismatch between declarations...
2017-03-02 Jason Ekstrandglsl/nir: Use nir_builder's new control-flow helpers
2017-03-01 Jason Ekstrandglsl/int64: Fix a typo in imod64
2017-03-01 Samuel Pitoisetglsl: remove unecessary flags.q.subroutine_def
2017-02-27 Samuel Pitoisetglsl: reject samplers not declared as uniform/function...
2017-02-27 Samuel Pitoisetglsl: use is_sampler() anywhere it's possible
2017-02-27 Samuel Pitoisetglsl: use is_image() anywhere it's possible
2017-02-27 Samuel Pitoisetglsl: add missing blend_support qualifier in validate_f...
2017-02-27 Samuel Pitoisetglsl: use an enum for AMD_conservative_depth layout...
2017-02-27 Samuel Pitoisetglsl: add has_shader_image_load_store()
2017-02-25 Timothy Arcericompiler: style clean-ups in blob.h
2017-02-25 Vinson Leeglsl: Fix missing-braces warning.
2017-02-23 Kenneth Graunkeglsl: Raise a link error for non-SSO ES programs with...
2017-02-23 Iago Toral Quirogaglsl: enable early_fragment_tests implicitly with post_...
2017-02-23 Samuel Iglesias... glsl: refactor get_variable_being_redeclared() to retur...
2017-02-23 Samuel Iglesias... glsl: fix heap-use-after-free in ast_declarator_list...
2017-02-21 Timothy Arceriutil/disk_cache: create timestamp and gpu_id dirs when...
2017-02-21 Emil Velikovglsl: resolve extern C workarounds/hacks
2017-02-21 Rhys Kiddglsl/tests: Add UINT64 and INT64 types
2017-02-17 Jose Maria Casanov... glsl: link error if unsized array not-last in ssbo
2017-02-17 Timothy Arceriglsl: fix scons builds with shader cache
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-02-17 Timothy Arceriutil/disk_cache: allow drivers to pass a directory...
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-17 Timothy Arceriglsl: reserve parameter storage on cache restore
2017-02-17 Timothy Arceriglsl: don't try to load/store buffer object values...
2017-02-17 Timothy Arceriglsl: don't reprocess or clear UBOs on cache fallback
2017-02-17 Timothy Arceriglsl: skip more uniform initialisation when doing fallb...
2017-02-17 Timothy Arceriglsl: don't lose uniform values when falling back to...
2017-02-17 Timothy Arceriglsl: don't reference shader prog data during cache...
2017-02-17 Timothy Arcerimesa/glsl: add cache_fallback flag to gl_shader_program...
2017-02-17 Timothy Arceriglsl: add api and glsl version to hash generation for...
2017-02-17 Timothy Arceriglsl: cache uniform values
2017-02-17 Timothy Arceriglsl: make uniform values helper available for use...
2017-02-17 Timothy Arceriglsl: cache some more image metadata
2017-02-17 Timothy Arceriglsl: add support for caching atomic buffers
2017-02-17 Timothy Arceriglsl: add shader cache support for buffer blocks
2017-02-17 Timothy Arceriglsl: store subroutine remap table in shader cache
2017-02-17 Timothy Arceriglsl: add support for caching subroutines
2017-02-17 Timothy Arceriglsl: add support for caching shaders with xfb qualifiers
2017-02-17 Timothy Arceriglsl: add shader cache support for samplers
2017-02-17 Timothy Arceriglsl: add basic support for resource list to shader...
2017-02-17 Timothy Arceriglsl: fix uniform remap table cache when explicit locat...
2017-02-17 Carl Worthglsl: Serialize three additional hash tables with progr...
2017-02-17 Timothy Arceriglsl: use correct shader source in case of cache fallback
2017-02-17 Timothy Arceriglsl: make use of on disk shader cache
2017-02-17 Timothy Arceriglsl: add initial implementation of shader cache
2017-02-14 Kenneth Graunkeglsl: Handle packed_type == ivec4[] in lower_packed_var...
2017-02-14 Anuj Phogatmesa: Add EXT_frag_depth bits and enable it on all...
2017-02-13 Kenneth Graunkeglsl: Drop resize-to-MaxPatchVertices hack.
2017-02-13 Kenneth Graunkeglsl: Update a comment about link errors for TCS &...
2017-02-11 Jose Maria Casanov... glsl: non-last member unsized array on SSBO must fail...
2017-02-09 Matt Turnerglsl: Allow compatibility shaders with MESA_GL_VERSION_...
next