2013-10-02, 18:39
Sorry about the log, the HTPC was running the whole day already and a lot of crap was in it, so I thought I'd cut it a bit to make sure the important part is easily visible. Will check with latest master again, thanks.
commit d8fcfd06c417daee69335ff867d72c23b87f5fc3
Author: fritsch <[email protected]>
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
(2013-10-02, 06:44)ddeeds Wrote: 1. Install of Arch.Hello,
2. Re-Compile Kernel from ABS with the Radeon and ALSA patches for HD Audio (see below).
3. Install Mesa, Xorg, libva, libva-vdpau-driver, etc. using Pacman (Arch Package Manager).
4. Install mesa patches from http://cgit.freedesktop.org/~deathsimple/mesa/log/.
git clone git://anongit.freedesktop.org/mesa/mesa
cd mesa
git remote add ckoenig git://people.freedesktop.org/~deathsimple/mesa
git fetch ckoenig
git cherry-pick 8d56907a4f1933913b0c2fd94098e52b90ae72a6