summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_rast.h
blob: 6ceaa1fb0991ab185d8bb537762d8cb2ef9c8f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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