Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / compiler /
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-04 Timothy Arceriglsl: simplify setting of image access qualifiers
2016-02-04 Matt Turnerglsl: Ensure glsl/ exists before making the lexer/parser.
2016-02-03 Rob ClarkRevert "compiler: removed unused Makefile.sources"
2016-02-03 Rob Clarkcompiler: fix .gitignore for glsl_compiler
2016-02-03 Rob Clarkcompiler: removed unused Makefile.sources
2016-02-02 Jordan Justenglsl: Disable tree grafting optimization for shared...
2016-02-02 Jordan Justenglsl: Enable debug prints for do_common_optimization
2016-02-01 Matt Turnernir: Add lowering support for unpacking opcodes.
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
2016-02-01 Matt Turnernir: Add opcodes to extract bytes or words.
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-02-01 Matt Turnernir: Add lowering of nir_op_unpack_half_2x16.
2016-02-01 Matt Turnernir: Make argument order of unop_convert match binop_co...
2016-01-30 Ilia Mirkinglsl: keep track of ssbo variable being accessed, add...
2016-01-30 Ilia Mirkinglsl: always initialize image_* fields, copy them on...
2016-01-28 Ilia Mirkinglsl: disallow implicit conversions in ESSL shaders
2016-01-28 Samuel Iglesias... glsl: double-precision values don't support interpolation
2016-01-27 Ilia Mirkinglsl: only expose double mod when doubles are available
2016-01-26 Timothy Arceriglsl: remove old FINISHME
2016-01-26 Ilia Mirkinglsl: add GL_OES_geometry_point_size and conditionalize...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovcompiler: move the glsl_types C wrapper alongside their...
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-26 Emil Velikovcompiler: introduce a libcompiler static library