[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #4 from Tobias Jakobi liquid.a...@gmx.net 2010-01-02 04:44:37 PST --- Each OpenGL version has a list of mandatory features which must be supported by the GL (graphics library). Of course you could just advertise OpenGL 3.2

[Mesa3d-dev] [PATCH] fix build breakage

2010-01-02 Thread Marc Dietrich
commit c847a13d38d4e8c5f4c386d060dcc8ec09e491a3 caused the gallium build with autoconf/configure/make to fail. --- configs/autoconf.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/autoconf.in b/configs/autoconf.in index a7f3c9d..241ac99 100644 ---

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #5 from Ruslan b7.10110...@gmail.com 2010-01-02 07:17:04 PST --- SW-rendering is slow, much slower than HW-accelerated rendering This shouldn't be the reason for refusing to support any features in the driver. OpenGL is not only

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #6 from Alex Deucher ag...@yahoo.com 2010-01-02 08:02:00 PST --- You can force software rendering with an env var: LIBGL_ALWAYS_SOFTWARE=1 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #7 from Ruslan b7.10110...@gmail.com 2010-01-02 08:19:00 PST --- You can force software rendering Yes, that's just what i don't want ;) What this bug is about is to have Mesa accelerate everything it (given the hardware) can,

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #8 from Joakim Sindholt b...@zhasha.com 2010-01-02 08:52:53 PST --- Listen now, lots and lots of programs will check the extension string to determine whether certain functionality is available. So say you check for GLSL in order

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 Ruslan b7.10110...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25847] Enable OpenGL 1.4 support in most commonly used drivers

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #9 from Tobias Jakobi liquid.a...@gmx.net 2010-01-02 09:12:44 PST --- (In reply to comment #7) What this bug is about is to have Mesa accelerate everything it (given the hardware) can, and do in software what is can't

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

2010-01-02 Thread Brian Paul
On Sat, Jan 2, 2010 at 5:51 AM, Marc Dietrich marvi...@gmx.de wrote: commit c847a13d38d4e8c5f4c386d060dcc8ec09e491a3 caused the gallium build with autoconf/configure/make to fail. Committed. Thanks! -Brian -- This

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

2010-01-02 Thread Jose Fonseca
Thanks. I've hunted down and fixed/removed all other references GALLIUM_AUXILIARY_DIRS variable. Jose From: Brian Paul [brian.e.p...@gmail.com] Sent: Saturday, January 02, 2010 17:34 To: Marc Dietrich Cc: Mesa3d-dev@lists.sourceforge.net Subject: Re:

[Mesa3d-dev] [Regression] [bisected] r7xx rendering problems with master branch

2010-01-02 Thread Francis Galiegue
Hello list, The environment: * Gentoo amd64; * kernel from the drm-radeon-testing branch of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (latest HEAD); * lspci says about my card: 01:00.0 VGA compatible controller: ATI Technologies Inc RV790 [Radeon HD 4800 Series]; * libdrm

Re: [Mesa3d-dev] [Regression] [bisected] r7xx rendering problems with master branch

2010-01-02 Thread Francis Galiegue
On Sat, Jan 2, 2010 at 10:21 PM, Francis Galiegue fgalie...@gmail.com wrote: [...] (glsnake is not the one with which that happens). Sorry, I meant not the _only_ one :/ -- Francis Galiegue, fgalie...@gmail.com It seems obvious [...] that at least some 'business intelligence' tools invest so

[Mesa3d-dev] Removing DRI1 from Intel dri driver

2010-01-02 Thread Kristian Høgsberg
Hi all, I have a patch series here: http://cgit.freedesktop.org/~krh/mesa/log/?h=remove-dri1 to remove DRI1 support from the Intel DRI driver. The Intel DDX no longer supports DRI1 and it makes sense to remove DRI1 support from the DRI driver as well. I split it up in a series of commits,

[Mesa3d-dev] [Bug 25863] New: Vega state tracker fail when using multiply, screen, darken and light blend option

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25863 Summary: Vega state tracker fail when using multiply, screen, darken and light blend option Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Mesa3d-dev] [PATCH] Compile with -fvisibility-hidden by default

2010-01-02 Thread Kristian Høgsberg
We have all functions that need to be visible marked with PUBLIC and this is trimming around 4% off the DRI driver .so size. --- Is there a reason this isn't on by default? cheers, Kristian configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac

Re: [Mesa3d-dev] [PATCH 0/2] opengl-es-v2: Switch to XML based APIspec

2010-01-02 Thread Chia-I Wu
On Tue, Dec 08, 2009 at 02:25:14PM +0800, Chia-I Wu wrote: On Sun, Nov 22, 2009 at 9:02 PM, Chia-I Wu olva...@gmail.com wrote: This patch series replaces APIspec.txt by APIspec.xml.  The new XML-based format resolves two issues with APIspec.txt * Not easy to read * Code duplication

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2010-01-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Chia-I Wu olva...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa3d-dev] [PATCH] Compile with -fvisibility-hidden by default

2010-01-02 Thread Chia-I Wu
On Sat, Jan 02, 2010 at 07:01:02PM -0500, Kristian Høgsberg wrote: We have all functions that need to be visible marked with PUBLIC and this is trimming around 4% off the DRI driver .so size. I love this change! It might require another patch, but would it be possible to stop marking functions

Re: [Mesa3d-dev] [PATCH] Add EGL/GLX extension for direct Gallium access

2010-01-02 Thread Chia-I Wu
On Sat, Dec 26, 2009 at 03:04:51AM +0100, Luca Barbieri wrote: This patch adds two extensions, EGL_MESA_gallium and GLX_MESA_gallium, which allow an application to directly access the Gallium3D API bypassing OpenGL and using EGL or GLX for general setup. The python state tracker already uses

[Mesa3d-dev] [PATCH] egl_g3d: Yet another EGL (meta) driver

2010-01-02 Thread Chia-I Wu
Hi all, This patch series brings a new EGL (meta) driver, libegl.a. Like libegldrm.a living under state_trackers/egl/, the build process uses it to build various EGL drivers, like egl_i915.so, egl_radeon.so, and etc. I've only tested egl_i915. myself, and others are only compile tested. This