aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove api_enabled tracking for transform feedbackJordan Justen2018-03-191-2/+0
* glsl: disable vec3 packing/splitting in tfb separate modeBrian Paul2017-12-201-1/+13
* glsl: simply packing class comparisonBrian Paul2017-12-201-2/+3
* glsl: document varying_matches::assign_locations() params and return valueBrian Paul2017-12-201-2/+7
* glsl: remove some continue statementsBrian Paul2017-12-201-13/+11
* glsl: use bitwise operators in varying_matches::compute_packing_class()Brian Paul2017-12-201-5/+10
* glsl: simplify loop in varying_matches::assign_locations()Brian Paul2017-12-201-5/+5
* glsl: minor simplification in assign_varying_locations()Brian Paul2017-12-201-5/+3
* glsl: make varying_matches::is_varying_packing_safe() constBrian Paul2017-12-201-2/+2
* glsl: trivial whitespace fixes in link_varyings.cppBrian Paul2017-12-131-2/+2
* glsl: get correct member type when processing xfb ifc arraysTimothy Arceri2017-12-071-2/+4
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-18/+33
* glsl/linker: use without_array() to retrieve typeIago Toral Quiroga2017-11-131-3/+4
* glsl: Transform fb buffers are only active if a variable uses themNeil Roberts2017-11-091-9/+15
* mesa/glsl: add api_enabled flag to gl_transform_feedback_infoTimothy Arceri2017-10-311-1/+4
* glsl/linker: Fix type checks for location aliasingIago Toral Quiroga2017-10-261-3/+19
* glsl/linker: refactor check_location_aliasingIago Toral Quiroga2017-10-261-64/+46
* glsl/linker: validate explicit locations for SSO programsIago Toral Quiroga2017-10-261-0/+55
* glsl/linker: generalize validate_explicit_variable_location for SSOIago Toral Quiroga2017-10-261-2/+16
* glsl/linker: create a helper function to validate explicit locationsIago Toral Quiroga2017-10-261-39/+55
* glsl/linker: outputs in the same location must share auxiliary storageIago Toral Quiroga2017-10-261-6/+30
* glsl/linker: outputs in the same location must share interpolationIago Toral Quiroga2017-10-261-4/+41
* glsl/linker: fix location aliasing checks for interface variablesIago Toral Quiroga2017-10-261-12/+33
* glsl/linker: refactor link-time validation of output locationsIago Toral Quiroga2017-10-261-55/+73
* glsl/linker: report linker errors for invalid explicit locations on inputsIago Toral Quiroga2017-10-261-0/+7
* glsl/linker: produce error when invalid explicit locations are usedIago Toral Quiroga2017-10-191-3/+40
* glsl: mark xfb inputs as always_active_ioTimothy Arceri2017-10-161-3/+19
* glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle2017-10-021-1/+16
* glsl: mark xfb varyings as always activeTimothy Arceri2017-09-261-0/+3
* glsl: fix counting of vertex shader output slots used by explicit varsIlia Mirkin2017-08-281-1/+2
* glsl/linker: Make several functions not staticIan Romanick2017-08-221-2/+2
* glsl: pass UseSTD430AsDefaultPacking to where it will be usedTimothy Arceri2017-08-221-1/+1
* glsl: Mark functions staticMatt Turner2017-08-211-4/+4
* glsl: simplify varying matchingNicolai Hähnle2017-06-131-32/+9
* glsl: Fix gl_shader_stage enum unsigned comparisonRob Herring2017-06-081-3/+3
* glsl: use ARB_enhahnced_layouts for packing where possibleTimothy Arceri2017-04-241-0/+70
* glsl: disable varying packing for varying used by interpolateAt*Timothy Arceri2017-04-241-4/+13
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-211-1/+1
* glsl: use last_vert_prog to get last {clip,cull}_distance_array_sizeTimothy Arceri2017-01-231-2/+4
* st/mesa/glsl: change xfb_program field to last_vert_progTimothy Arceri2017-01-231-1/+4
* mesa/glsl: move TransformFeedbackBufferStride to gl_shaderTimothy Arceri2017-01-191-2/+3
* glsl: exit loop early if we find xfb layout qualifersTimothy Arceri2017-01-191-0/+1
* glsl: make a bunch of varying linking functions staticTimothy Arceri2017-01-191-6/+6
* glsl: move more varying linking code to link_varyings.cppTimothy Arceri2017-01-191-0/+157
* Revert recent GLSL slot counting fiasco.Kenneth Graunke2017-01-071-2/+2
* glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.Kenneth Graunke2017-01-061-2/+2
* mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_programTimothy Arceri2016-12-301-18/+16
* st/mesa/glsl: move Version to gl_shader_program_dataTimothy Arceri2016-12-021-4/+4
* linker: Remove unnecessary overload of program_resource_visitor::visit_fieldIan Romanick2016-11-101-3/+4
* glsl: record number of components used in each slot for varying packingIlia Mirkin2016-11-091-3/+13