aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/serialize.h
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Split out shader program serializationJordan Justen2017-12-081-0/+50
This will allow us to use the program serialization to implement ARB_get_program_binary. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>