summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2013-10-14 12:18:53 +1000
committerDave Airlie <[email protected]>2013-10-17 08:35:42 +0100
commit038a9aab33070b9ff48bb082dd1c731d89e2f9b4 (patch)
treef153a6e7a89eb626179d70ace8c8ba700f4508c3 /src/mesa/state_tracker/st_atom.c
parent20cad7fd6f6cbd8fc330c7bc54e8e1c62ae5f431 (diff)
st/mesa: add geometry shader ubo support
This just adds the missing bits so the ubo tests don't crash. Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_atom.c')
-rw-r--r--src/mesa/state_tracker/st_atom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom.c b/src/mesa/state_tracker/st_atom.c
index 1abaf8f3e91..682073ed62b 100644
--- a/src/mesa/state_tracker/st_atom.c
+++ b/src/mesa/state_tracker/st_atom.c
@@ -66,6 +66,7 @@ static const struct st_tracked_state *atoms[] =
&st_update_fs_constants,
&st_bind_vs_ubos,
&st_bind_fs_ubos,
+ &st_bind_gs_ubos,
&st_update_pixel_transfer,
/* this must be done after the vertex program update */