summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_varyings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move count_attribute_slots() out of the linker and into glsl_type.Paul Berry2013-08-011-1/+1
* glsl: Use a consistent technique for tracking link success/failure.Paul Berry2013-07-301-7/+5
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-24/+8
* glsl/linker: check against varying limit after unused varyings are eliminatedMarek Olšák2013-07-021-11/+24
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-5/+10
* glsl link_varyings: link interface blocks using the block nameJordan Justen2013-05-231-4/+29
* glsl/linker: Reduce scope of non-flat integer varying fix.Paul Berry2013-04-091-4/+3
* glsl/linker: Adapt flat varying handling in preparation for geometry shaders.Paul Berry2013-04-091-10/+20
* glsl/linker: fix varying packing for non-flat integer varyings.Paul Berry2013-04-091-0/+19
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-7/+6
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-2/+2
* glsl: Remove VS output varyings which are optimized out of the FSJordan Justen2013-02-231-1/+18
* glsl: Initialize all tfeedback_candidate_generator member variables.Vinson Lee2013-02-071-1/+3
* glsl: Support transform feedback of varying structs.Paul Berry2013-02-041-63/+131
* glsl: Use parse_program_resource_name to parse transform feedback varyings.Paul Berry2013-02-041-18/+15
* glsl: Disable transform feedback of varying structs.Paul Berry2013-01-241-1/+10
* glsl: Generalize compute_packing_order for varying structs.Paul Berry2013-01-241-3/+2
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-17/+11
* glsl: Pack flat "varyings" of mixed types together.Paul Berry2013-01-081-6/+14
* glsl: Separate varying linking code to its own file.Paul Berry2013-01-081-0/+1043