diff options
author | Eric Anholt <[email protected]> | 2010-06-25 12:37:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-06-25 12:37:21 -0700 |
commit | 364fcd8ee1af39e215338fba59306a14dd81c2b2 (patch) | |
tree | f8cac6a8a903645ae72fc506b0c1ee00a2778945 /src/mesa/shader/shader_api.h | |
parent | 7f2bf62d25b2fdc059163ee046cf2fe007e5041e (diff) |
glsl2: Start integrating ir_to_mesa.cpp into shader_api.h
The compiler is now called by the driver, and generates program
instructions. Parameter lists are still not set up, so the driver
chokes on it shortly thereafter.
Diffstat (limited to 'src/mesa/shader/shader_api.h')
-rw-r--r-- | src/mesa/shader/shader_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/shader_api.h b/src/mesa/shader/shader_api.h index 9743a23ce63..557e910595a 100644 --- a/src/mesa/shader/shader_api.h +++ b/src/mesa/shader/shader_api.h @@ -30,7 +30,7 @@ #include "main/glheader.h" #include "main/mtypes.h" - +#include "ir_to_mesa.h" /** * Internal functions |