diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-08-23 18:58:12 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-08-23 18:58:12 -0400 |
commit | f170dddd3538a587f2363ef5fa10a4b484e762da (patch) | |
tree | f69ac2e795cff6fb12802e5b21d12215d2431504 /src/radeon.h | |
parent | eede93b057bbdddcde5da3220a3f8c6f73784a7e (diff) |
evergreen: use vbo pool for constant buffers
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index a6a9dd23..e85d941d 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -740,6 +740,7 @@ struct radeon_accel_state { drmBufPtr ib; struct radeon_vbo_object vbo; + struct radeon_vbo_object cbuf; /* where to discard IB from if we cancel operation */ uint32_t ib_reset_op; |