?id=1115323
Cc: "10.2"
Signed-off-by: Adel Gadllah
---
src/mesa/drivers/dri/i915/intel_screen.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c
b/src/mesa/drivers/dri/i915/intel_screen.c
index 9b4e490..4c9726c 100644
---
in known_glx_extensions.
Signed-off-by: Adel Gadllah
---
src/glx/glxextensions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glx/glxextensions.c b/src/glx/glxextensions.c
index ac1b4a7..ce5d66d 100644
--- a/src/glx/glxextensions.c
+++ b/src/glx/glxextensions.c
ound good?
Hi,
Sorry for the late response. Yes those changes make sense to me.
Reviewed-By: Adel Gadllah
Adel
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Am 27.02.2014 03:14, schrieb Jason Wood:
On 02/26/2014 06:55 PM, Ian Romanick wrote:
On 02/26/2014 05:22 PM, Jason Wood wrote:
On 02/26/2014 04:27 PM, Adel Gadllah wrote:
Move the pdraw != NULL check out so that they don't
have to be duplicated.
Signed-off-by: Adel Gadllah
Reviewed-by
Signed-off-by: Adel Gadllah
Reviewed-by: Robert Bragg
---
src/glx/dri2_glx.c | 1 +
src/glx/dri3_glx.c | 19 +++
src/glx/dri3_priv.h | 2 ++
src/glx/glx_pbuffer.c | 33 ++---
src/glx/glxclient.h | 1 +
src/glx/glxextensions.c
Move the pdraw != NULL check out so that they don't
have to be duplicated.
Signed-off-by: Adel Gadllah
Reviewed-by: Ian Romanick
---
src/glx/glx_pbuffer.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c
index 41
Signed-off-by: Adel Gadllah
Reviewed-by: Ian Romanick
---
include/GL/glxext.h | 32 +---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 8c642f3..826fda5 100644
--- a/include/GL/glxext.h
+++ b/include/GL
Hi,
First two patches are unmodified
(can someone with commit access please push them?).
The buffer_age patch itself now initalizes swap_count to 1
to fix the problem found by Eric (buffer age is 0 after
first swap).
Adel Gadllah (3):
glx: Update glxext.h to revision 25407
glx_pbuffer
Am 24.02.2014 19:37, schrieb Eric Anholt:
Adel Gadllah writes:
---
src/glx/dri2_glx.c | 1 +
src/glx/dri3_glx.c | 18 ++
src/glx/dri3_priv.h | 2 ++
src/glx/glx_pbuffer.c | 8
src/glx/glxclient.h | 1 +
src/glx/glxextensions.c | 1
Signed-off-by: Adel Gadllah
Reviewed-by: Robert Bragg
---
src/glx/dri2_glx.c | 1 +
src/glx/dri3_glx.c | 18 ++
src/glx/dri3_priv.h | 2 ++
src/glx/glx_pbuffer.c | 33 ++---
src/glx/glxclient.h | 1 +
src/glx/glxextensions.c
Move the pdraw != NULL check out so that they don't
have to be duplicated.
Signed-off-by: Adel Gadllah
Reviewed-by: Ian Romanick
---
src/glx/glx_pbuffer.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c
index 41
he current context as mandated by the spec.
Adel Gadllah (3):
glx: Update glxext.h to revision 25407
glx_pbuffer: Refactor GetDrawableAttribute
dri3: Add GLX_EXT_buffer_age support
include/GL/glxext.h | 32 +---
src/glx/dri2_glx.c | 1 +
src/glx/
Signed-off-by: Adel Gadllah
Reviewed-by: Ian Romanick
---
include/GL/glxext.h | 32 +---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 8c642f3..826fda5 100644
--- a/include/GL/glxext.h
+++ b/include/GL
Am 24.02.2014 17:58, schrieb Robert Bragg:
Hi Adel,
Hi,
Thanks for look at this; just a few comments...
diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c
index 978730c..afb4206 100644
--- a/src/glx/glx_pbuffer.c
+++ b/src/glx/glx_pbuffer.c
@@ -373,6 +373,14 @@ GetDrawableAttribute(Di
Am 21.02.2014 23:47, schrieb Ian Romanick:
On 02/20/2014 02:15 AM, Adel Gadllah wrote:
Hi,
OK here are updated patches based on the review comments. The first one simply
updates the glxext.h header even though that turned out to not be required
for this but it doesn't hurt doing it a
x 000..8c19ef0
--- /dev/null
+++ b/tests/glx/glx-buffer-age.c
@@ -0,0 +1,115 @@
+/*
+ * Copyright Christopher James Halse Rogers
+ * Copyright 2010 Red Hat, Inc.
+ * Adel Gadllah
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and asso
---
src/glx/dri2_glx.c | 1 +
src/glx/dri3_glx.c | 18 ++
src/glx/dri3_priv.h | 2 ++
src/glx/glx_pbuffer.c | 8
src/glx/glxclient.h | 1 +
src/glx/glxextensions.c | 1 +
src/glx/glxextensions.h | 1 +
7 files changed, 32 insertions(+)
diff --git
Move the pdraw != NULL check out so that they don't
have to be duplicated.
---
src/glx/glx_pbuffer.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/glx/glx_pbuffer.c b/src/glx/glx_pbuffer.c
index 411d6e5..978730c 100644
--- a/src/glx/glx_pbuffer.c
+++ b/src/glx
---
include/GL/glxext.h | 32 +---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index 8c642f3..826fda5 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -6,7 +6,7 @@ extern "C" {
#endif
/*
-** C
I got what he meant).
Finally the third patch adds glx_ext_buffer_age support to dri3.
Adel Gadllah (3):
glx: Update glxext.h to revision 25407
glx_pbuffer: Refactor GetDrawableAttribute
dri3: Add GLX_EXT_buffer_age support
include/GL/glxext.h | 32 +---
sr
Am 20.02.2014 02:59, schrieb Ian Romanick:
On 02/19/2014 02:49 PM, Adel Gadllah wrote:
Hi,
The attached patch adds support for the GLX_EXT_buffer_age extension,
which is mostly used by compositors for efficient sub screen updates.
The extension should not be reported as supported when running
sure why suggestions welcome.
P.S: Please CC me when replying as I am not subscribed to the list.
From: Adel Gadllah
Date: Sun, 16 Feb 2014 13:40:42 +0100
Subject: [PATCH] dri3: Add GLX_EXT_buffer_age support
---
include/GL/glx.h | 5 +
include/GL/glxext.h | 5
Hi,
The attached patch fixes the texture limits on nv50 to match what the
hardware is actually capable off.
-
From: Adel Gadllah
Date: Mon, 24 Oct 2011 19:41:03 +0200
Subject: [PATCH] Fix max texture levels on nv50
MAX_TEXTURE_2D_LEVELS and MAX_TEXTURE_CUBE_LEVELS are supposed to be
14
23 matches
Mail list logo