diff options
author | Gurchetan Singh <[email protected]> | 2017-07-27 20:47:51 -0700 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-08-07 18:15:13 +0100 |
commit | 1825280128f4bce5fddae8fc132f13e091071bb9 (patch) | |
tree | c4bf54aba1f856b3af6004c9c217982577f0ee01 /src/gallium/state_trackers/dri/dri2.c | |
parent | e7a52cc381d275b4ab8ee2fb230e32ab97090daf (diff) |
st/dri: change dri_extensions to dri_helpers
These files provide helper structs and functions for dri2.c and drisw.c,
and name change better conveys that.
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/dri/dri2.c')
-rw-r--r-- | src/gallium/state_trackers/dri/dri2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/dri2.c b/src/gallium/state_trackers/dri/dri2.c index 3555107856c..eb22a16249b 100644 --- a/src/gallium/state_trackers/dri/dri2.c +++ b/src/gallium/state_trackers/dri/dri2.c @@ -48,7 +48,7 @@ #include "dri_screen.h" #include "dri_context.h" #include "dri_drawable.h" -#include "dri_extensions.h" +#include "dri_helpers.h" #include "dri_query_renderer.h" #include "dri2_buffer.h" |