mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
swrastg: Add __DRI_TEX_BUFFER support
Without this, EXT_texture_from_pixmap is trivially broken. With it, it's merely subtly broken. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
d7db14ab7d
commit
2b64886c81
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ drisw_allocate_textures(struct dri_drawable *drawable,
|
|||
*/
|
||||
|
||||
static const __DRIextension *drisw_screen_extensions[] = {
|
||||
&driTexBufferExtension.base,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue