[Mesa-dev] [PATCH 4/7] freedreno: a2xx: Support TEXTURE_RECT

Wladimir J. van der Laan laanwj at gmail.com
Thu Mar 22 14:43:17 UTC 2018


Hello Ilia,

On Thu, Jan 25, 2018 at 08:41:11AM -0500, Ilia Mirkin wrote:
> Should you also expose PIPE_CAP_TEXTURE_RECTANGLE? (Or whatever it's
> called... I forget.)

I checked and I don't think a capability exists for this (anymore?).

Everywhere, the assumption is meant that all Gallium drivers support, or at least emulate this.

For example in src/mesa/state_tracker/st_extensions.c:

    extensions->NV_texture_rectangle = GL_TRUE;

Regards,
Wladimir


More information about the mesa-dev mailing list