On Tue, Nov 4, 2008 at 18:05, RALOVICH, Kristóf
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> these patches are against mesa/master.
>
> The code paths were compile and run tested. Running glxgears with Mesa
> built with --enable-xcb yields some 5% speedup when indirect rendering
> (~10000FPS -> ~10500FPS), however this is mostly meaningless.
>
> Comments are welcome!
>
> Thanks,
> Kristóf
>
I have spotted a mistake, see attached patch.
Kristof
From bd585562feaca7d0b316378da9cb8c9711fcd0fe Mon Sep 17 00:00:00 2001
From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= <[EMAIL PROTECTED]>
Date: Wed, 5 Nov 2008 17:20:56 +0100
Subject: [PATCH] glx: remove debug leftover
---
src/glx/x11/glxcmds.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index 0daa1ef..6ae1eb0 100644
--- a/src/glx/x11/glxcmds.c
+++ b/src/glx/x11/glxcmds.c
@@ -255,10 +255,6 @@ GLXContext AllocateGLXContext( Display *dpy )
CARD8 opcode;
__GLXattribute *state;
-#ifdef USE_XCB
- printf("USE_XCB\n");
-#endif
-
if (!dpy)
return NULL;
--
1.6.0.2
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev