diff options
author | Brian <[email protected]> | 2007-08-21 20:13:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-21 20:18:58 -0600 |
commit | 0d9bcdbeb11ad1ce7e5257f652ccf9ebf1aa59a7 (patch) | |
tree | 1870f28e4635270a9be238cec0ab4f61f8611c62 /src/mesa/pipe/i915simple/i915_state.c | |
parent | d70d41eefc1045bd2f8ddf2cb701d7789c671012 (diff) |
Fragment shader translation seems to basically work now. More testing needed.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state.c')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state.c b/src/mesa/pipe/i915simple/i915_state.c index 1de6fea2e90..e8ffd1fd7b8 100644 --- a/src/mesa/pipe/i915simple/i915_state.c +++ b/src/mesa/pipe/i915simple/i915_state.c @@ -27,7 +27,7 @@ /* Authors: Keith Whitwell <[email protected]> */ -//#include "imports.h" + #include "pipe/draw/draw_context.h" |