summaryrefslogtreecommitdiff
path: root/hw/kdrive
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-07-01 17:36:02 +0200
committerAdam Jackson <ajax@redhat.com>2016-09-28 14:53:39 -0400
commit445271ec00f25405fa5ed0e149dd4a9d9f6098d4 (patch)
treec49ee782933036739732e6af9be364c7f7038efb /hw/kdrive
parent02ff0a5d7e32ce8460d6d0669f532d65ad212fcd (diff)
glx: Always enable EXT_texture_from_pixmap for DRI swrast glx
Prior to commit f95645c6f700 ("glx: Don't enable EXT_texture_from_pixmap unconditionally") DRI glx would always advertise EXT_texture_from_pixmap. That commit moved the setting of the extension in the extension bits from __glXInitExtensionEnableBits to its callers so that __glXInitExtensionEnableBits can be used more generally, but at the same time made the setting of EXT_texture_from_pixmap conditionally on __DRI_TEX_BUFFER being present. This has result in an unintended behavior change which breaks e.g. compositors running on llvmpipe. This commit makes the DRI swrast glx code advertise EXT_texture_from_pixmap unconditionally again fixing this. Fixes: f95645c6f700 ("glx: Don't enable EXT_texture_from_pixmap unconditionally") Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- Changes in v2: -Only add unconditional advertising of GLX_EXT_texture_from_pixmap to glxdriswrast.c, do not also add it to glxdri2.c
Diffstat (limited to 'hw/kdrive')
0 files changed, 0 insertions, 0 deletions