diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-03-14 06:20:29 +0100 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-03-14 06:20:29 +0100 |
commit | 6b263d1e2c599ddcc0ce4c84425dbc1ac8de020c (patch) | |
tree | 9280bc7c79dc7326d5f5172d978a4aa0ed58ed99 /shared/intel_tex_obj.h | |
parent | 4cfe98db595fd3876e252bd23ed48bf82836f795 (diff) |
Import i915 and i965 dri drivers from mesa 7.7.0.7.7.0
Diffstat (limited to 'shared/intel_tex_obj.h')
-rw-r--r-- | shared/intel_tex_obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/intel_tex_obj.h b/shared/intel_tex_obj.h index 5a93461..3ad10d3 100644 --- a/shared/intel_tex_obj.h +++ b/shared/intel_tex_obj.h @@ -66,6 +66,7 @@ struct intel_texture_image * Else there is no image data. */ struct intel_mipmap_tree *mt; + GLboolean used_as_render_target; }; static INLINE struct intel_texture_object * |