summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-25 07:15:07 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-25 07:15:49 -0700
commitdef5660c9eed84f92838f9f7679deef94ab27c58 (patch)
treee477f964ef86f1fa01ffae1552aa70e0f59c875f /src/gallium/drivers/r300/r300_context.h
parent1db736f74a911f74228d6843f4d981eeafb8669d (diff)
r300-gallium: r300-fs: Moar.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 0e5e471d11..ed6480bea7 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -169,10 +169,7 @@ struct r300_fragment_shader {
int indirections;
/* Indirection node offsets */
- int offset0;
- int offset1;
- int offset2;
- int offset3;
+ int alu_offset[4];
/* Machine instructions */
struct {