diff options
author | Tom Stellard <[email protected]> | 2011-09-20 21:05:55 -0700 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-13 22:24:16 -0400 |
commit | b2df031a959f36743527b9abc89913ce4f895de3 (patch) | |
tree | adf844d0e5fd6708f78c2c4422f367cb4c9df75d /src/gallium/drivers/r300/compiler/radeon_compiler.h | |
parent | 4a269a8dc0170c75ff22af3910786228727ea41e (diff) |
r300/compiler: Fix nested flow control in r500 vertex shaders
Diffstat (limited to 'src/gallium/drivers/r300/compiler/radeon_compiler.h')
-rw-r--r-- | src/gallium/drivers/r300/compiler/radeon_compiler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/compiler/radeon_compiler.h b/src/gallium/drivers/r300/compiler/radeon_compiler.h index e7ccbb732d1..d42cee9cce1 100644 --- a/src/gallium/drivers/r300/compiler/radeon_compiler.h +++ b/src/gallium/drivers/r300/compiler/radeon_compiler.h @@ -137,11 +137,10 @@ struct r300_vertex_program_compiler { void * UserData; void (*SetHwInputOutput)(struct r300_vertex_program_compiler * c); - int PredicateIndex; - unsigned int PredicateMask; }; void r3xx_compile_vertex_program(struct r300_vertex_program_compiler* c); +void rc_vert_fc(struct radeon_compiler *compiler, void *user); void r300_vertex_program_dump(struct radeon_compiler *compiler, void *user); struct radeon_compiler_pass { |