[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] [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

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

2010-01-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #1 from Matt Turner matts...@gmail.com 2010-01-01 13:50:17 PST --- You fundamentally misunderstand how OpenGL support works in Mesa. If a driver doesn't state that it supports OpenGL x.y, that means it _actually doesn't support

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

2010-01-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #2 from Ruslan b7.10110...@gmail.com 2010-01-01 13:56:04 PST --- But why couldn't it fall back to software rendering if it doesn't support some feature? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

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

2010-01-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25847 --- Comment #3 from Ruslan b7.10110...@gmail.com 2010-01-01 13:57:43 PST --- You fundamentally misunderstand how OpenGL support works in Mesa. Maybe there is some documentation which would make me understand it properly? I couldn't find it.