[Mesa-dev] [PATCH 1/3] st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
emil.velikov at collabora.com
emil.velikov at collabora.com
Wed Jun 20 12:57:41 UTC 2018
Hi Tomeu,
On Wed, May 23, 2018 at 10:54:06AM +0200, Tomeu Vizoso wrote:
> --- a/src/mesa/main/texcompress_etc.h
> +++ b/src/mesa/main/texcompress_etc.h
> @@ -28,6 +28,7 @@
> #include "glheader.h"
> #include "texcompress.h"
> #include "texstore.h"
> +#include "pipe/p_format.h"
>
Gallium includes should not be present in mesa/main/.
If needed, having it in mesa/state_tracker/ sources is fine.
HTH
Emil
More information about the mesa-dev
mailing list