diff options
author | Dave Airlie <airlied@redhat.com> | 2009-02-09 03:50:38 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-02-09 03:50:38 +1000 |
commit | 3fafaf8959681cc41c988607bb6e387bab4fe1b5 (patch) | |
tree | 344aa17259c952fc178b16fa058183858b239649 /src/mesa/drivers/dri/radeon/common_context.h | |
parent | abdf1f65d2bafbad8020f1444a01eb18ae9f7159 (diff) |
radeon: make more r100 work
Diffstat (limited to 'src/mesa/drivers/dri/radeon/common_context.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/common_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/common_context.h b/src/mesa/drivers/dri/radeon/common_context.h index 90abca0bc1..618e74d458 100644 --- a/src/mesa/drivers/dri/radeon/common_context.h +++ b/src/mesa/drivers/dri/radeon/common_context.h @@ -269,6 +269,7 @@ struct radeon_swtcl_info { struct radeon_ioctl { GLuint vertex_offset; + struct radeon_bo *bo; GLuint vertex_size; }; |