diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2016-05-12 17:38:56 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2016-05-13 16:28:25 -0700 |
commit | c564348a2ec601b28ae607ca0f77054ea53f6912 (patch) | |
tree | 44312abbc8162862bebb751b3cd323b881b50b39 /src/mesa/drivers/dri/i965/brw_compiler.h | |
parent | a1c244479247a736961f637b415e07d327203250 (diff) |
i965: Add support for GL_ARB_cull_distance
Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h index 580730589c3..3d1dc88eebc 100644 --- a/src/mesa/drivers/dri/i965/brw_compiler.h +++ b/src/mesa/drivers/dri/i965/brw_compiler.h @@ -592,6 +592,8 @@ struct brw_vue_prog_data { GLuint urb_read_length; GLuint total_grf; + uint32_t cull_distance_mask; + /* Used for calculating urb partitions. In the VS, this is the size of the * URB entry used for both input and output to the thread. In the GS, this * is the size of the URB entry used for output. |