mesa/glspirv: Add struct gl_spirv_module
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Sat, 10 Jun 2017 18:14:44 +0000 (20:14 +0200)
committerEduardo Lima Mitev <elima@igalia.com>
Tue, 12 Dec 2017 07:18:32 +0000 (08:18 +0100)
commit74f98ab76f2a21ef511e6bbddaa08ac1748aca2e
tree9045907c78662e5c420dfa0ffb95e5e2551cb317
parent46b21b8f9060faafdb838aa94f2aef35de03901a
mesa/glspirv: Add struct gl_spirv_module

v2: * Make the SPIR-V module struct part of a larger gl_shader_spirv_data
    struct that will be introduced later, and don't reference it directly
    in gl_shader. (Eduardo Lima)
    * Readability improvements (Ian Romanick)

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/glspirv.c
src/mesa/main/glspirv.h