diff options
author | Mathias Fröhlich <[email protected]> | 2018-10-29 06:13:20 +0100 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2018-11-01 06:08:49 +0100 |
commit | ad52e19408c1b830dc059bda84443341f6b4e65c (patch) | |
tree | a3e21aaca21911b14ccd71f340ecec66b1b0a3cf /src/mesa/drivers/common | |
parent | 3d64f3c79564f562cc56add8b8ba9659fd19a97d (diff) |
mesa: Collect all the draw functions in draw.{h,c}.
Some of these functions were distributed across different
implementation and header files. Put them at a central place.
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r-- | src/mesa/drivers/common/meta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index 056a181c17b..4392c4bbd88 100644 --- a/src/mesa/drivers/common/meta.c +++ b/src/mesa/drivers/common/meta.c @@ -42,6 +42,7 @@ #include "main/buffers.h" #include "main/clear.h" #include "main/condrender.h" +#include "main/draw.h" #include "main/depth.h" #include "main/enable.h" #include "main/fbobject.h" |