aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/program.h
Commit message (Collapse)AuthorAgeFilesLines
* glsl: add transform feedback buffers to resource listTimothy Arceri2016-03-311-1/+2
| | | | Reviewed-by: Dave Airlie <[email protected]>
* mesa: call build_program_resource_list inside Driver.LinkShaderMarek Olšák2016-02-111-1/+4
| | | | | | to allow LinkShader to free the GLSL IR. Reviewed-by: Ian Romanick <[email protected]>
* glsl: move to compiler/Emil Velikov2016-01-261-0/+55
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]>