diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-02-07 19:20:52 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-03-12 09:57:07 +0800 |
commit | de8a879f5c77dbf5c31251e07b2f1b8d2635716c (patch) | |
tree | 77ad03688172ac016db0d1d9df4a7c4ecd64328a /src/mesa/state_tracker/st_context.c | |
parent | 8bcd616a3ffd040ef28b61b38b22da2dad9e2242 (diff) |
st/mesa: Implement st_api.h.
There is currently no user of this new interface. As the inteface can
coexist with st_public.h, everthing should work as before.
ST_TEXTURE_2D is both defined by st_public.h and st_api.h. Reorder the
headers in st/dri to avoid conflicts.
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index ca6d4dfb06..7c1a0b8bc5 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -30,9 +30,9 @@ #include "vbo/vbo.h" #include "shader/shader_api.h" #include "glapi/glapi.h" +#include "st_context.h" #include "st_public.h" #include "st_debug.h" -#include "st_context.h" #include "st_cb_accum.h" #include "st_cb_bitmap.h" #include "st_cb_blit.h" |