[Mesa3d-dev] [Bug 27469] Mesa 7.8: Problems with two games, using OpenGL

2010-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27469 Pauli suok...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 27464] Mesa 7.8: screen/keyboard frozen when using menus in GLUT application

2010-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27464 Pauli suok...@gmail.com changed: What|Removed |Added Keywords||NEEDINFO

[Mesa3d-dev] [Bug 27461] Mesa 7.8: Screen lock-ups, when drawing 3D built-in figures (probably GLUT?)

2010-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27461 Pauli suok...@gmail.com changed: What|Removed |Added Component|GLUT|Drivers/DRI/r200

[Mesa3d-dev] [Bug 23494] Swrast regression has broken fog

2010-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=23494 Pauli suok...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa3d-dev] gallium-resources branch merge

2010-04-06 Thread Keith Whitwell
On Fri, 2010-04-02 at 23:23 -0700, Marek Olšák wrote: There's something fishy in u_upload_mgr, could you please review the first two patches here? http://cgit.freedesktop.org/~mareko/mesa/log/?h=gallium-resources With this, r300g works again. Hmm, I think the second of the patches (flush

Re: [Mesa3d-dev] ARB draw buffers + texenv program

2010-04-06 Thread Keith Whitwell
On Fri, 2010-04-02 at 20:43 -0700, Dave Airlie wrote: Just going down the r300g piglit failures and noticed fbo-drawbuffers failed, I've no idea if this passes on Intel hw, but it appears the texenvprogram really needs to understand the draw buffers. The attached patch fixes it here for me on

Re: [Mesa3d-dev] Mesa (master): egl_dri2: Flush before context switch and swap buffers.

2010-04-06 Thread Michel Dänzer
On Tue, 2010-04-06 at 04:56 -0700, Chia-I Wu wrote: Module: Mesa Branch: master Commit: d18d0fdcd8daa0d9979b72978795f0305d2db7c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d18d0fdcd8daa0d9979b72978795f0305d2db7c8 Author: Chia-I Wu o...@lunarg.com Date: Tue Apr 6

Re: [Mesa3d-dev] Mesa (master): egl_dri2: Flush before context switch and swap buffers.

2010-04-06 Thread Chia-I Wu
2010/4/6 Michel Dänzer mic...@daenzer.net: On Tue, 2010-04-06 at 04:56 -0700, Chia-I Wu wrote: Module: Mesa Branch: master Commit: d18d0fdcd8daa0d9979b72978795f0305d2db7c8 URL:     http://cgit.freedesktop.org/mesa/mesa/commit/?id=d18d0fdcd8daa0d9979b72978795f0305d2db7c8 Author: Chia-I Wu

Re: [Mesa3d-dev] [xserver patch v4 3/5] glx: Enforce a 1:1 correspondence between GLX and X11 windows.

2010-04-06 Thread Jesse Barnes
On Mon, 8 Feb 2010 19:25:14 +0100 Francisco Jerez curroje...@riseup.net wrote: The spec says (regarding glXCreateWindow): If there is already a GLXFBConfig associated with win (as a result of a previous glXCreateWindow call), then a BadAlloc error is generated.. It will also come useful to

[Mesa3d-dev] [PATCH] fix cell build

2010-04-06 Thread Marc Dietrich
From: root r...@fb07-iapwap2.physik.uni-giessen.de compile fix for cell driver. --- src/gallium/drivers/cell/ppu/cell_screen.c |3 +++ src/gallium/drivers/cell/ppu/cell_texture.c |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git

[Mesa3d-dev] Mesa 7.8 and 7.7.1 DRI SDK and modular drivers available.

2010-04-06 Thread Luc Verhaegen
Hi all, After having spent a few pleasant hours on an ICE, I made updated DRI SDKs available at: http://cgit.freedesktop.org/~libv/mesa-dri-sdk/ Updated modular dri drivers are available in my http://cgit.freedesktop.org/~libv/ repos too, namely at:

[Mesa3d-dev] Current tinderbox regression (swrast_dri)

2010-04-06 Thread Chris Ball
http://tinderbox.x.org/builds/2010-04-07-0001/logs/libGL/#build swrastg_dri.so.tmp: undefined reference to draw_pt_fetch_pipeline_or_emit_llvm collect2: ld returned 1 exit status http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae69f9fbf0a1aab7186e5b644085a5fe5aea99af -- Chris Ball

Re: [Mesa3d-dev] Current tinderbox regression (swrast_dri)

2010-04-06 Thread Brian Paul
On Tue, Apr 6, 2010 at 8:00 PM, Chris Ball c...@laptop.org wrote: http://tinderbox.x.org/builds/2010-04-07-0001/logs/libGL/#build swrastg_dri.so.tmp: undefined reference to draw_pt_fetch_pipeline_or_emit_llvm collect2: ld returned 1 exit status

Re: [Mesa3d-dev] [PATCH] fix cell build

2010-04-06 Thread Brian Paul
On Tue, Apr 6, 2010 at 3:44 PM, Marc Dietrich marvi...@gmx.de wrote: From: root r...@fb07-iapwap2.physik.uni-giessen.de compile fix for cell driver. ---  src/gallium/drivers/cell/ppu/cell_screen.c  |    3 +++  src/gallium/drivers/cell/ppu/cell_texture.c |    2 +-  2 files changed, 4