automake: small cleanup after the meson.build inclusion
[mesa.git] / src / compiler / glsl /
2018-01-22 Timothy Arceriglsl: add image and sampler (un)packing support to...
2018-01-17 Brian Paulglsl: remove unneeded extern "C" {} bracketing around...
2018-01-17 Brian Paulglsl: include util/bitscan.h in serialize.cpp
2018-01-16 Juan A. Suarez Romeroglsl/linker: link-error using the same name in unnamed...
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-11 Dylan Bakermeson: Use consistent style
2018-01-11 Tapani Pälliglsl: cleanup shader_cache header guard
2018-01-10 Ian Romanickglsl/linker: Safely generate mask of possible locations
2018-01-10 Ian Romanickglsl/linker: Mark no locations as invalid instead of...
2018-01-10 Ian Romanickglsl: Don't handle visit_stop in several ::accept methods
2018-01-10 Ian Romanickglsl: Remove unnecessary assignments to type
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-08 Florian Willglsl: Respect std430 layout in lower_buffer_access
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxTransformFeedbackBuffers
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxVertexStreams
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxUniformBufferBindings
2018-01-05 Alejandro Piñeiroglsl/standalone: point which arguments are mandatory
2017-12-20 Brian Paulglsl: disable vec3 packing/splitting in tfb separate...
2017-12-20 Brian Paulglsl: simply packing class comparison
2017-12-20 Brian Paulglsl: document varying_matches::assign_locations()...
2017-12-20 Brian Paulglsl: remove some continue statements
2017-12-20 Brian Paulglsl: use bitwise operators in varying_matches::compute...
2017-12-20 Brian Paulglsl: simplify loop in varying_matches::assign_locations()
2017-12-20 Brian Paulglsl: minor simplification in assign_varying_locations()
2017-12-20 Brian Paulglsl: make varying_matches::is_varying_packing_safe...
2017-12-20 Brian Paulglsl: trivial comment fixes in lower_packed_varyings.cpp
2017-12-13 Brian Paulglsl: trivial whitespace fixes in link_varyings.cpp
2017-12-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-08 Jordan Justenglsl: Split out shader program serialization
2017-12-07 Timothy Arceriglsl: get correct member type when processing xfb ifc...
2017-12-06 Jose Maria Casanov... nir: Handle fp16 rounding modes at nir_type_conversion_op
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-12-04 Samuel Iglesias... glsl: don't run intrastage array validation when the...
2017-12-04 Samuel Iglesias... glsl/es: precision qualifier doesn't need to match...
2017-12-04 Fabian Bielerglsl: Match order of gl_LightSourceParameters elements.
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-29 Timothy Arcerimesa: rework _mesa_add_parameter() to only add a single...
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-27 Gwan-gyeong Munglsl: Fix typo nagivation -> navigation
2017-11-20 George Barrettglsl: Catch subscripted calls to undeclared subroutines
2017-11-13 Iago Toral Quirogaglsl/linker: use without_array() to retrieve type
2017-11-12 Timothy Arcerinir: add streams to nir data
2017-11-09 Kenneth Graunkeglsl: Make #pragma STDGL invariant(all) only modify...
2017-11-09 Neil Robertsglsl: Transform fb buffers are only active if a variabl...
2017-11-09 Ian Romanickglsl: Minor cleanups after previous commit
2017-11-09 Ian Romanickglsl: Use more link_calculate_matrix_stride in lower_bu...
2017-11-09 Ian Romanickglsl: Use link_calculate_matrix_stride in lower_buffer_...
2017-11-09 Ian Romanickglsl: Refactor matrix stride calculation into a utility...
2017-11-09 Ian Romanickglsl/linker: Optimize swizzles again after linking
2017-11-09 Ian Romanickglsl: Combine nop-swizzle optimization with swizzle...
2017-11-09 Ian Romanickglsl: Make the swizzle-swizzle optimization greedy
2017-11-09 Ian Romanickglsl: Remove program_resource_visitor::visit_field...
2017-11-09 Ian Romanickglsl: Silence unused parameter warning
2017-11-09 Timothy Arceriglsl: use the correct parent when allocating program...
2017-11-09 Timothy Arceriglsl: drop cache_fallback
2017-11-08 Dylan Bakermeson: Add threads dependencies to glsl_compiler executable
2017-11-08 Andreas Bollglsl: Fix typo fragement -> fragment
2017-11-08 Juan A. Suarez Romeroglsl: add varying resources for arrays of complex types
2017-11-07 Jason Ekstrandnir: Make ballot intrinsics variable-size
2017-11-06 Tomasz Figaglsl: Allow precision mismatch on dead data with GLSL...
2017-11-03 Nicolai Hähnleglsl: fix interpolateAtXxx(some_vec[idx], ...) with...
2017-11-03 Nicolai Hähnleglsl: allow any l-value of an input variable as interpo...
2017-11-01 Jordan Justenglsl/shader_cache: Save fs (BlendSupport) metadata
2017-11-01 Timothy Arcerimesa/glsl: add api_enabled flag to gl_transform_feedbac...
2017-11-01 Jordan Justenglsl/shader_cache: Save and restore serialized nir...
2017-10-31 Ian Romanickglsl: Fix bad formatting in a comment
2017-10-30 Eduardo Lima Mitevglsl/linker: Check that re-declared, inter-shader built...
2017-10-30 Eduardo Lima Mitevglsl: Use the utility function to copy symbols between...
2017-10-30 Eduardo Lima Mitevglsl_parser_extra: Add utility to copy symbols between...
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-30 Ian Romanickglsl/parser: Track built-in types using the glsl_type...
2017-10-30 Ian Romanickglsl/parser: Return the glsl_type object from the lexer
2017-10-30 Ian Romanickglsl/parser: Allocate identifier inside classify_identifier
2017-10-30 Ian Romanickglsl/parser: Move anonymous struct name handling to...
2017-10-30 Ian Romanickglsl/parser: Silence unused parameter warning
2017-10-30 Ian Romanickglsl: Silence unused parameter warnings
2017-10-30 Emil VelikovRevert "foo"
2017-10-30 Emil Velikovfoo
2017-10-26 Iago Toral Quirogaglsl/linker: Fix type checks for location aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: refactor check_location_aliasing
2017-10-26 Iago Toral Quirogaglsl/linker: validate explicit locations for SSO programs
2017-10-26 Iago Toral Quirogaglsl/linker: generalize validate_explicit_variable_loca...
2017-10-26 Iago Toral Quirogaglsl/linker: create a helper function to validate expli...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: outputs in the same location must share...
2017-10-26 Iago Toral Quirogaglsl/linker: fix location aliasing checks for interface...
2017-10-26 Iago Toral Quirogaglsl/linker: refactor link-time validation of output...
2017-10-26 Iago Toral Quirogaglsl/linker: report linker errors for invalid explicit...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_constant in constant_copy for...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_variable struct for valgrind...
2017-10-25 Connor Abbottglsl: move shader_cache type handling to glsl_types
2017-10-23 Ilia Mirkinglsl: fix derived cs variables
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-19 Iago Toral Quirogaglsl/linker: produce error when invalid explicit locati...
2017-10-15 Timothy Arceriglsl: mark xfb inputs as always_active_io
2017-10-13 Dylan Bakermeson: fix blob test includes
2017-10-13 Jason Ekstrandnir: Get rid of the variable on vote intrinsics
2017-10-13 Jason Ekstrandcompiler/blob: Constify the reader
2017-10-13 Connor Abbottcompiler/blob: make blob_reserve_bytes() more useful
next