summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/shader
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-06-12 15:08:02 +0800
committerChia-I Wu <[email protected]>2015-06-15 01:22:13 +0800
commit54e0a8ed5dcaaa0ef483d5960ae86f88e0bf8990 (patch)
tree77bdfd3f492410d501d32e3a2c8232df3f8d61b0 /src/gallium/drivers/ilo/shader
parent30fcb31c9b095451ce5ac5a10c3c6b177dc03e20 (diff)
ilo: add ilo_state_ps to ilo_shader_cso
Diffstat (limited to 'src/gallium/drivers/ilo/shader')
-rw-r--r--src/gallium/drivers/ilo/shader/ilo_shader_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/shader/ilo_shader_internal.h b/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
index 9c17ec0e58d..01c86675202 100644
--- a/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
+++ b/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
@@ -77,6 +77,7 @@ struct ilo_shader_variant {
struct ilo_kernel_routing {
bool initialized;
+
bool is_point;
bool light_twoside;
uint32_t sprite_coord_enable;
@@ -140,6 +141,7 @@ struct ilo_shader {
int kernel_size;
struct ilo_kernel_routing routing;
+ struct ilo_state_ps_params_info ps_params;
/* what does the push constant buffer consist of? */
struct {