aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2013-11-22 21:15:26 -0800
committerFrancisco Jerez <[email protected]>2014-01-15 16:42:07 +0100
commit7a98741ef2bde20c33522ca4960253fa06cae2e2 (patch)
treefac6f8fc415b53439eca8a7d1c83832850166d81 /src/mesa/main/dd.h
parentd9b0b4e960b07140e5ece4b4ff6a142277408bfb (diff)
mesa: Add state data structures required for ARB_shader_image_load_store.
v2: Increase MAX_IMAGE_UNITS to what i965 wants and add a separate MAX_IMAGE_UNIFORMS define, clarify a couple of comments. Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 6e73691eab1..f8237c91edb 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -39,6 +39,7 @@ struct gl_buffer_object;
struct gl_context;
struct gl_display_list;
struct gl_framebuffer;
+struct gl_image_unit;
struct gl_pixelstore_attrib;
struct gl_program;
struct gl_renderbuffer;