[Mesa-dev] [Bug 31245] New: mesa does not check for new enough libdrm

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31245 Summary: mesa does not check for new enough libdrm Product: Mesa Version: 7.9 Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 31244] New: does not check for recent enough xcb

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31244 Summary: does not check for recent enough xcb Product: Mesa Version: 7.9 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Comp

Re: [Mesa-dev] adaptation of egl to proprietary window system

2010-10-30 Thread Chia-I Wu
On Sat, Oct 30, 2010 at 5:58 AM, Eugen Friedrich wrote: > > Hello dear mesa developers, > > I will use one of the mesa drivers to render some gles1 gles2 and openvg > applications. > This applications will run in the virtual machine so the software rendering > should be used. > > Additionally I wi

Re: [Mesa-dev] Fwd: openGL ES on openGL with mesa3d hardware acceleration

2010-10-30 Thread Chia-I Wu
On Sat, Oct 30, 2010 at 4:30 PM, firos ismail wrote: > Hi, >      I am working on porting openGL ES 1.0 on openGL sorce code available > in Khronos website to PowerPC architecture. It would have no operating > system will run as a standalone code. openGL library is built from mesa and > is build f

[Mesa-dev] [Bug 31161] compilation fails with "except getopt.GetoptError"

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31161 --- Comment #2 from Chia-I Wu 2010-10-30 10:40:45 PDT --- Just to keep a record. This looks more like a python2 vs. python3 issue. See 3acc8265200295265b47699a013791050b73. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?

Re: [Mesa-dev] adaptation of egl to proprietary window system

2010-10-30 Thread Corbin Simpson
Have you seen Xephyr? Sending from a mobile, pardon the brevity. ~ C. On Oct 30, 2010 2:38 AM, "Eugen Friedrich" wrote: > > Hello dear mesa developers, > > I will use one of the mesa drivers to render some gles1 gles2 and openvg > applications. > This applications will run in the virtual machine

[Mesa-dev] [Bug 31128] Memory leak on multiple OSMesaMakeCurrent calls

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31128 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31161] compilation fails with "except getopt.GetoptError"

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31161 Martin Stolpe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [PATCH 3/3] r600g: Made radeon_bo::map_count signed.

2010-10-30 Thread Tilman Sauerbeck
That way assert(map_count >= 0) can actually fail when we screwed up. Signed-off-by: Tilman Sauerbeck --- src/gallium/winsys/r600/drm/r600_priv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/winsys/r600/drm/r600_priv.h b/src/gallium/winsys/r600/drm/r600_

[Mesa-dev] [PATCH 2/3] r600g: Fixed unmap condition in radeon_bo_pb_destroy().

2010-10-30 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- src/gallium/winsys/r600/drm/radeon_bo_pb.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gallium/winsys/r600/drm/radeon_bo_pb.c b/src/gallium/winsys/r600/drm/radeon_bo_pb.c index f74b934..312552f 100644 --- a/src/gallium

[Mesa-dev] [PATCH 1/3] r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().

2010-10-30 Thread Tilman Sauerbeck
This ensures that we increase bo->map_count when radeon_bo_map_internal() returns successfully, which in turn makes sure we don't decrement bo->map_count below zero later. Signed-off-by: Tilman Sauerbeck --- src/gallium/winsys/r600/drm/radeon_bo_pb.c | 20 +++- 1 files changed,

[Mesa-dev] [PATCH] r600g: Removed unused 'ptr' argument from radeon_bo().

2010-10-30 Thread Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck --- src/gallium/winsys/r600/drm/r600_priv.h|2 +- src/gallium/winsys/r600/drm/radeon_bo.c|5 + src/gallium/winsys/r600/drm/radeon_bo_pb.c |5 ++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/gallium/winsys/r600/drm/r6

[Mesa-dev] adaptation of egl to proprietary window system

2010-10-30 Thread Eugen Friedrich
Hello dear mesa developers, I will use one of the mesa drivers to render some gles1 gles2 and openvg applications. This applications will run in the virtual machine so the software rendering should be used. Additionally I will use proprietary window system that supports many logical scre

[Mesa-dev] Fwd: openGL ES on openGL with mesa3d hardware acceleration

2010-10-30 Thread firos ismail
Hi, I am working on porting openGL ES 1.0 on openGL sorce code available in Khronos website to PowerPC architecture. It would have no operating system will run as a standalone code. openGL library is built from mesa and is build for powerpc. The problem iam facing is i cannot use any drivers c

[Mesa-dev] [Bug 31225] State tracker vega fails to compile

2010-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31225 Martin Stolpe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|