diff options
author | Eric Anholt <[email protected]> | 2007-05-17 15:28:01 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-05-17 15:28:01 -0700 |
commit | cfc21190af1038f204d38ab4764a9c731b0323a5 (patch) | |
tree | 870a805778fa00a941c080217be4bb9fbbdd4b1b /src/mesa/drivers/dri/i915tex/i830_context.h | |
parent | 7b971a50088caeeb2d66d99dbf6bef580a01c5d9 (diff) |
Convert i915tex to the new interface and make it compile.
Diffstat (limited to 'src/mesa/drivers/dri/i915tex/i830_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i915tex/i830_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i915tex/i830_context.h b/src/mesa/drivers/dri/i915tex/i830_context.h index 3d754103c0a..9397fa45b52 100644 --- a/src/mesa/drivers/dri/i915tex/i830_context.h +++ b/src/mesa/drivers/dri/i915tex/i830_context.h @@ -114,10 +114,10 @@ struct i830_hw_state struct intel_region *depth_region; /* Regions aren't actually that appropriate here as the memory may - * be from a PBO or FBO. Just use the buffer id. Will have to do - * this for draw and depth for FBO's... + * be from a PBO or FBO. Will have to do this for draw and depth for + * FBO's... */ - struct _DriBufferObject *tex_buffer[I830_TEX_UNITS]; + dri_bo *tex_buffer[I830_TEX_UNITS]; GLuint tex_offset[I830_TEX_UNITS]; GLuint emitted; /* I810_UPLOAD_* */ |