Add glsl_program that is similar to Mesa's gl_program
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 17 Jun 2010 19:00:25 +0000 (12:00 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 17 Jun 2010 19:00:25 +0000 (12:00 -0700)
commit869b6f680f4f998cc032b17557ea8b5879bbb250
tree08984752b7a61c997433f49023a8a678b0c5f8fe
parent298586fd6cf413e661a5ba47132827c5f7bac32e
Add glsl_program that is similar to Mesa's gl_program

This will be used as the header for individual compilation units.
program.h [new file with mode: 0644]