mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Mesa: update to Mesa-d133592
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ff7330770
commit
f9b1e3f2f2
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="Mesa"
|
PKG_NAME="Mesa"
|
||||||
PKG_VERSION="ckoenig-8d56907"
|
PKG_VERSION="d133592"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
File diff suppressed because it is too large
Load Diff
29
packages/graphics/Mesa/patches/Mesa-002-compile-fix.patch
Normal file
29
packages/graphics/Mesa/patches/Mesa-002-compile-fix.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
commit d8fcfd06c417daee69335ff867d72c23b87f5fc3
|
||||||
|
Author: fritsch <peter.fruehberger@gmail.com>
|
||||||
|
Date: Thu Oct 3 08:50:50 2013 +0200
|
||||||
|
|
||||||
|
Fix compilation of glinterop after e9b410b54dd893568a50af661fdbba12b4573ed9
|
||||||
|
|
||||||
|
diff --git a/src/mesa/state_tracker/st_vdpau.c b/src/mesa/state_tracker/st_vdpau.c
|
||||||
|
index 406df0f..9b165ee 100644
|
||||||
|
--- a/src/mesa/state_tracker/st_vdpau.c
|
||||||
|
+++ b/src/mesa/state_tracker/st_vdpau.c
|
||||||
|
@@ -154,7 +154,7 @@ st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access,
|
||||||
|
stObj->depth0 = 1;
|
||||||
|
stObj->surface_format = res->format;
|
||||||
|
|
||||||
|
- _mesa_dirty_texobj(ctx, texObj, GL_TRUE);
|
||||||
|
+ _mesa_dirty_texobj(ctx, texObj);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
@@ -170,7 +170,7 @@ st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access,
|
||||||
|
pipe_sampler_view_reference(&stObj->sampler_view, NULL);
|
||||||
|
pipe_resource_reference(&stImage->pt, NULL);
|
||||||
|
|
||||||
|
- _mesa_dirty_texobj(ctx, texObj, GL_TRUE);
|
||||||
|
+ _mesa_dirty_texobj(ctx, texObj);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user