diff options
author | Keith Whitwell <[email protected]> | 2010-01-29 20:24:26 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-01-29 20:24:26 +0000 |
commit | 3fc73c389a62228792608b3c7a9cf7ad24f1a8b3 (patch) | |
tree | ec251b5fcf24cc34da25e7d67434375f94b50ee0 /src/gallium/drivers/softpipe/sp_state.h | |
parent | 882279d31a15181316b8bf0f18d558deb13d99a4 (diff) | |
parent | b2299d80b4278b8b6553d4e4da4d40d37881d76e (diff) |
Merge commit 'lb2/arb_fragment_coord_conventions'
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index 7f244c4fd49..a83cae73617 100644 --- a/src/gallium/drivers/softpipe/sp_state.h +++ b/src/gallium/drivers/softpipe/sp_state.h @@ -68,6 +68,9 @@ struct sp_fragment_shader { struct tgsi_shader_info info; + boolean origin_lower_left; /**< fragment shader uses lower left position origin? */ + boolean pixel_center_integer; /**< fragment shader uses integer pixel center? */ + void (*prepare)( const struct sp_fragment_shader *shader, struct tgsi_exec_machine *machine, struct tgsi_sampler **samplers); |