scons: put the generated git_sha1.h file in top-level src/ directory
[mesa.git] / src / compiler /
2016-06-16 Ian Romanickglsl: Always strip arrayness in precision_qualifier_allowed
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-15 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-14 Eduardo Lima Mitevglsl/builtin_variables: Populate MaxCombinedShaderStora...
2016-06-14 Timothy Arceriglsl: make sure UBO arrays are sized in ES
2016-06-12 Timothy Arceriglsl: fix component overlap validation for doubles
2016-06-12 Timothy Arceriglsl: fix max varyings count for ARB_enhanced_layouts
2016-06-10 Dave Airlieglsl/ir: remove TABs in ir_constant_expression.cpp
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airlieglsl/link_varyings: switch to 64bit check instead of...
2016-06-08 Dave Airlieglsl: use new interfaces for 64-bit checks.
2016-06-08 Dave Airliecompiler: use 64bit check for sizing instead of double...
2016-06-08 Dave Airliecompiler/types: add 64-bitness queries.
2016-06-08 Timothy Arceriglsl: stop allocating memory for SSBOs and builtins
2016-06-07 Jakob Sinclairglsl: initialise pointer to NULL
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-06-06 Kenneth Graunkeglsl: Make opt_copy_propagation_elements actually propa...
2016-06-06 Kenneth Graunkeglsl: Make opt_copy_propagation actually propagate...
2016-06-06 Dave Airlieglsl: geom shader max_vertices layout must match.
2016-06-06 Dave Airlieglsl: use enum glsl_interface_packing in more places...
2016-06-06 Dave Airlieglsl: for anonymous struct matching use without_array...
2016-06-06 Dave Airlieglsl/ast: don't crash when func_name is NULL
2016-06-06 Dave Airlieglsl: handle ast_aggregate in has_sequence_subexpressio...
2016-06-04 Jason Ekstrandnir/spirv: Make a decoration switch complete
2016-06-04 Jason Ekstrandnir/spirv: Make unhandled decorations and capabilities...
2016-06-04 Jason Ekstrandnir/spirv: Add a way to print non-fatal warnings
2016-06-04 Jason Ekstrandnir/spirv: Add string lookup tables for a couple of...
2016-06-04 Jason Ekstrandnir/spirv: Complete the list of capabilities
2016-06-04 Jason Ekstrandnir/info: Get rid of uses_interp_var_at_offset
2016-06-04 Jason Ekstrandnir/spirv: Handle the WorkgroupSize builtin decoration
2016-06-04 Jason Ekstrandnir/spirv: Use breaks instead of returns in constant...
2016-06-04 Jason Ekstrandnir/lower_indirect_derefs: Use the direct array deref...
2016-06-03 Emil Velikovnir: automake: add nir_search_helpers.h to the sources...
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations
2016-06-02 Mauro Rossiandroid: libmesa_glsl: add a dependency on libmesa_nir...
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-01 Dave Airlieglsl/distance: make sure we use clip dist varying slot...
2016-06-01 Ian Romanickglsl: Use Geom.VerticesOut == -1 to specify unset
2016-06-01 Ilia Mirkinnir: allow sat on all float destination types
2016-06-01 Dave Airlieglsl: define some GLES3 constants in GLSL 4.1
2016-06-01 Dave Airlieglsl/linker: fix multiple streams transform feedback.
2016-06-01 Timothy ArceriRevert "glsl: fix xfb_offset unsized array validation"
2016-05-31 Dave Airlieglsl/images: bounds check image unit assignment
2016-05-30 Emil Velikovnir: add the SConscript.nir to the tarball
2016-05-30 Timothy Arceriglsl: fix xfb_offset unsized array validation
2016-05-30 Timothy Arceriglsl: dont crash when attempting to assign a value...
2016-05-30 Dave Airliemesa/program_interface_query: fix transform feedback...
2016-05-30 Dave Airlieglsl/ast: subroutineTypes can't be returned from functions.
2016-05-30 Timothy Arceriglsl: use has_double() helper
2016-05-30 Timothy Arceriglsl: fix explicit uniform block alignment
2016-05-27 Dave Airlieglsl/linker: call link_uniform blocks on linked shader.
2016-05-27 Jason Ekstrandnir/inline: Also rewrite param derefs for texture instr...
2016-05-27 Jason Ekstrandnir/inline: Break the guts of rewrite_param-derefs...
2016-05-27 Jason Ekstrandnir/inline: Make the rewrite_param_derefs helper work...
2016-05-27 Jason Ekstrandnir/inline: Don't use foreach_instr_safe unless we...
2016-05-27 Jason Ekstrandnir/spirv: Allow pointless variable decorations on...
2016-05-26 Ian Romanickglsl: Allow shader interface blocks in GLSL ES
2016-05-26 Ian Romanickglsl: Add a has_shader_io_blocks helper
2016-05-26 Ian Romanickmesa: Add extension tracking for GL_OES_shader_io_blocks
2016-05-26 Ian Romanickmesa: Track the additional data in gl_shader_variable
2016-05-26 Jason Ekstrandnir: Make nir_const_value a union
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-26 Alejandro Piñeiroglsl: add unit tests data vertex/expected outcome for...
2016-05-26 Alejandro Piñeiroglsl: add warning-test
2016-05-26 Alejandro Piñeiroglsl: add just-log option for the standalone compiler.
2016-05-26 Alejandro Piñeiroglsl: do not raise uninitialized warning with out funct...
2016-05-26 Alejandro Piñeiroglsl: add a empty set_is_lhs on ast_node
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-05-26 Dave Airlieglsl: fix error message on uniform block mismatch
2016-05-26 Dave Airlieglsl/ast: assign explicit_xfb_buffer from correct place
2016-05-25 Rob Clarkglsl: split out libstandalone
2016-05-25 Rob Clarkandroid: drop build of standalone glsl_compiler
2016-05-25 Matt Turnernir: Strengthen assertion that 'out' is nonnull.
2016-05-25 Matt Turnerspirv: Mark default cases unreachable().
2016-05-25 Giuseppe Bilottascons: whitespace cleanup
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-05-25 Ilia Mirkinglsl: add GL_EXT_clip_cull_distance define, add helpers
2016-05-25 Jason Ekstrandnir/spirv: Handle location decorations on structure...
2016-05-25 Jason Ekstrandnir/spirv: Add explicit handling for all decorations
2016-05-24 Ian Romanickglsl/linker: Silence unused parameter warning
2016-05-24 Kristian Høgsberg... nir: Add a lowering pass for YUV textures
2016-05-24 Kristian Høgsberg... nir: Handle NULL in nir_copy_deref()
2016-05-24 Kristian Høgsberg... nir: Add new 'plane' texture source type
2016-05-24 Timothy Arceriglsl: add support for explicit components to frag outputs
2016-05-24 Ilia Mirkinglsl: add EXT_clip_cull_distance support based on ARB_c...
2016-05-24 Jason Ekstrandnir/lower_samplers: Protect against sampler index overflow
2016-05-24 Jason Ekstrandglsl: Add an option to clamp block indices when lowerin...
2016-05-24 Jason Ekstrandglsl/linker: Add a helper variable for compiler options
2016-05-24 Timothy Arceriglsl: fix explicit location validation for doubles
2016-05-24 Dave Airlieglsl: rewrite clip/cull distance lowering pass
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-05-24 Dave Airlieglsl: reindent line in ast_function.cpp
2016-05-23 Bas Nieuwenhuizenglsl: Use correct mode for split components.
2016-05-23 Rob Clarknir/validate: fix null deref coverity warning
2016-05-23 Juan A. Suarez Romeroglsl/linker: dvec3/dvec4 consume twice input vertex...
2016-05-23 Iago Toral Quiroganir: handle double-precision in fsign, fsat, fnot and...
2016-05-23 Iago Toral Quiroganir: handle double-precision in fabs, frsq and fsqrt
next