diff options
author | Keith Whitwell <[email protected]> | 2009-10-24 13:18:34 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-24 13:19:26 +0100 |
commit | 074606a806df755ecbb84e0a1182c66fd0b2a8dd (patch) | |
tree | 7a1bbe361281dbd7000cceaa813cab03585a8a8c /src/gallium/drivers/i965/brw_pipe_rast.h | |
parent | 7ee60648a3696d8166d76b20156c4b43fddf9e71 (diff) |
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/brw_pipe_rast.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_pipe_rast.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_pipe_rast.h b/src/gallium/drivers/i965/brw_pipe_rast.h new file mode 100644 index 00000000000..6ceaa1fb099 --- /dev/null +++ b/src/gallium/drivers/i965/brw_pipe_rast.h @@ -0,0 +1,14 @@ +#ifndef BRW_PIPE_RAST_H +#define BRW_PIPE_RAST_H + +#include "brw_clip.h" + +struct brw_rasterizer_state { + struct pipe_rasterizer_state templ; /* for draw module */ + + /* Precalculated hardware state: + */ + struct brw_clip_prog_key clip_key; +}; + +#endif |