diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2008-07-19 13:02:02 -0700 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-08-25 06:20:07 -0400 |
commit | a4a7d5f5967c51c394229de5eccaec44cfec8f50 (patch) | |
tree | ad086ba796448a41f9f695fe199989d2f8f2ad55 /src/radeon_video.h | |
parent | 20c1db2d7c110ab5c1117a57b169baa1ab070518 (diff) |
Upload pixel shader to card for r5xx. This was ridiculous. Also it doesn't work yet...
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index e81ac945..b9ead1c5 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -95,6 +95,7 @@ typedef struct { void *bicubic_memory; int bicubic_offset; Bool bicubic_enabled; + uint32_t bicubic_src_offset; Atom device_id, location_id, instance_id; |