diff options
Diffstat (limited to 'meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch')
-rw-r--r-- | meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch b/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch index 979e8afc4c..43acc361a0 100644 --- a/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch +++ b/meta/packages/qemu/qemu-git/qemugl-allow-glxcontext-release.patch | |||
@@ -10,11 +10,11 @@ committer Andrzej Zaborowski <andrew.zaborowski@intel.com> Tue, 16 Jun 2009 22:2 | |||
10 | target-i386/opengl_exec.c | 31 ++++++++++++++++--------------- | 10 | target-i386/opengl_exec.c | 31 ++++++++++++++++--------------- |
11 | 1 files changed, 16 insertions(+), 15 deletions(-) | 11 | 1 files changed, 16 insertions(+), 15 deletions(-) |
12 | 12 | ||
13 | diff --git a/target-i386/opengl_exec.c b/target-i386/opengl_exec.c | 13 | Index: qemu/target-i386/opengl_exec.c |
14 | index 4a69b9b..3d6fb21 100644 | 14 | =================================================================== |
15 | --- a/target-i386/opengl_exec.c | 15 | --- qemu.orig/target-i386/opengl_exec.c 2010-05-10 18:46:43.175394992 -0400 |
16 | +++ b/target-i386/opengl_exec.c | 16 | +++ qemu/target-i386/opengl_exec.c 2010-05-10 18:46:43.218419933 -0400 |
17 | @@ -1600,10 +1600,9 @@ int do_function_call(int func_number, arg_t *args, char *ret_string) | 17 | @@ -1600,10 +1600,9 @@ int do_function_call(int func_number, ar |
18 | fprintf(stderr, "client_drawable=%p fake_ctx=%d\n", | 18 | fprintf(stderr, "client_drawable=%p fake_ctx=%d\n", |
19 | (void *) client_drawable, fake_ctxt); | 19 | (void *) client_drawable, fake_ctxt); |
20 | 20 | ||
@@ -27,7 +27,7 @@ index 4a69b9b..3d6fb21 100644 | |||
27 | get_association_fakepbuffer_pbuffer( | 27 | get_association_fakepbuffer_pbuffer( |
28 | process, client_drawable))) { | 28 | process, client_drawable))) { |
29 | GLXContext ctxt = get_association_fakecontext_glxcontext( | 29 | GLXContext ctxt = get_association_fakecontext_glxcontext( |
30 | @@ -1651,19 +1650,21 @@ int do_function_call(int func_number, arg_t *args, char *ret_string) | 30 | @@ -1651,19 +1650,21 @@ int do_function_call(int func_number, ar |
31 | } | 31 | } |
32 | 32 | ||
33 | if (ret_int) { | 33 | if (ret_int) { |