freedreno: add helper to mark all state dirty
[mesa.git] / src / compiler /
2017-04-17 Jason Ekstrandnir: Add GLSL_TYPE_[U]INT64 to some switch statements
2017-04-15 Timothy Arceriglsl: don't run the GLSL pre-processor when we are...
2017-04-15 Timothy Arceriglsl: delay optimisations on individual shaders when...
2017-04-14 Boyan Dingnir: Destination component count of shader_clock intrin...
2017-04-14 Rob Clarknir/print: add compute shader info
2017-04-13 Samuel Pitoisetglsl: simplify apply_image_qualifier_to_variable()
2017-04-13 Samuel Pitoisetglsl: add validate_fragment_flat_interpolation_input()
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureQueryLevels()
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureSamples()
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureCubeArrayShadow()
2017-04-08 Timothy Arceriglsl: fix lower jumps for nested non-void returns
2017-04-05 Nicolai Hähnleglsl: add gl_SubGroup*ARB builtins
2017-04-05 Nicolai Hähnleglsl: add ARB_shader_ballot builtin functions
2017-04-05 Nicolai Hähnleglsl: add ARB_shader_ballot operations
2017-04-05 Nicolai Hähnleglsl: add ARB_shader_ballot enable
2017-04-05 Matt Turnermesa: Replace program locks with atomic inc/dec.
2017-04-04 Elie TOURNIERglsl: remove unused file
2017-04-03 Bartosz Tomczykglsl: Fix blob memory leak
2017-03-31 Brian Paulglsl: use -O1 optimization for builtin_functions.cpp...
2017-03-31 Nicolai Hähnleglsl: fix clockARB builtin function
2017-03-30 Jason Ekstrandnir: Add support for 8 and 16-bit types
2017-03-30 Jason Ekstrandnir/constant_expressions: Don't switch on bit size...
2017-03-30 Jason Ekstrandnir/constant_expressions: Pull the guts out into a...
2017-03-30 Samuel Pitoisetglsl: allow glsl_type::sampler_index() with images
2017-03-29 Timothy Arcerimesa: update lower_jumps tests after bug fix
2017-03-28 Juan A. Suarez Romerotests/cache_test: allow crossing mount points
2017-03-28 Emil Velikovglcpp/tests/glcpp-test-cr-lf: error out if we cannot...
2017-03-28 Emil Velikovglcpp/tests/glcpp-test-cr-lf: correctly set/use srcdir...
2017-03-28 Emil Velikovglcpp/tests: update testname in help string
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: error out if we cannot find...
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: print only the test basename
2017-03-28 Emil Velikovglcpp/tests/glcpp-test: set srcdir/abs_builddir variables
2017-03-28 Emil Velikovglsl/tests/optimization-test: 'echo' only folders which...
2017-03-28 Emil Velikovglsl/tests/optimization-test: print only the test based...
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-28 Emil Velikovglsl: automake: export abs_builddir for the tests
2017-03-28 Emil Velikovglsl/tests: automake: cleanup all artefacts during...
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 Vinson Leeglsl: Link tests with CLOCK_LIB.
2017-03-25 Grazvydas Ignotastests/cache_test: mark arguments const
2017-03-24 Iago Toral Quiroganir/lower_wpos_center: support adding sample position...
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-23 Matt Turnernir: Return progress from nir_convert_from_ssa().
2017-03-23 Matt Turnernir: Return progress from nir_lower_io().
2017-03-23 Matt Turnernir: Return progress from nir_lower_regs_to_ssa().
2017-03-23 Matt Turnernir: Return progress from nir_lower_samplers().
2017-03-23 Matt Turnernir: Return progress from nir_lower_atomics().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clamp_color_outputs().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_fs().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_vs().
2017-03-23 Matt Turnernir: Return progress from nir_move_vec_src_uses_to_dest().
2017-03-23 Matt Turnernir: Return progress from nir_lower_to_source_mods().
2017-03-23 Matt Turnernir: Return progress from nir_lower_clip_cull_distance_...
2017-03-23 Matt Turnernir: Return progress from nir_lower_var_copies().
2017-03-23 Matt Turnernir: Return progress from nir_lower_load_const_to_scalar().
2017-03-23 Matt Turnernir: Return progress from nir_lower_64bit_pack().
2017-03-23 Matt Turnernir: Return progress from nir_lower_doubles().
2017-03-23 Matt Turnernir: Return progress from nir_lower_vars_to_ssa().
2017-03-23 Matt Turnernir: Fix syntax.
2017-03-23 Matt Turnernir: Fix misspellings.
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-03-22 Vinson Leeglsl: Link glsl_compiler with CLOCK_LIB.
2017-03-22 Samuel Pitoisetglsl: lower sqrt(abs()) and inversesqrt(abs()) if requested
2017-03-22 Rob HerringAndroid: clean-up trailing '\' in make variables
2017-03-22 Emil Velikovspirv: consistently use ifndef guards over pragma once
2017-03-22 Emil Velikovnir: consistently use ifndef guards over pragma once
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2017-03-22 Emil Velikovcompiler: consistently use ifndef guards over pragma...
2017-03-21 Vinson Leenir: Add positional argument specifiers.
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-20 Jason Ekstrandspirv: Implement IsInf using an integer comparison
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/constant_expressions: Refactor helper functions
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandglsl/nir: Use nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Rewrite nir_type_conversion_op
next