Re: [Mesa-dev] [PATCH] st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupported

2011-02-09 Thread Dave Airlie
On Thu, Feb 10, 2011 at 11:27 AM, Marek Olšák wrote: > In this case, we always use the corresponding linear format in create_surface, > therefore we should check for linear format support as well. Seems sane to me. Dave. ___ mesa-dev mailing list mesa-

[Mesa-dev] [PATCH] st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupported

2011-02-09 Thread Marek Olšák
In this case, we always use the corresponding linear format in create_surface, therefore we should check for linear format support as well. --- src/mesa/state_tracker/st_cb_fbo.c | 29 - 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/src/mesa/state_tr

[Mesa-dev] [PATCH] New configure option for mesa to enable readonly text segments for x86

2011-02-09 Thread Magnus Granberg
Hi This patch add new configure options to enable readonly text segments for x86 For any apps that use any libGL with writeble text segments on x86 with a Grsec/PaX/Selinux enable kernel get killed with cannot make segment writable for relocation: Permission denied. This patch was okay with Dan

[Mesa-dev] [Bug 30390] Mesa-7.8.2: dri2.h missing in src/gallium/state_trackers/xorg

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30390 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29012] [RADEON:::R300G] gallium drivers should respect force_s3tc_enable option (and maybe other) as classic driver

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29012 --- Comment #3 from Fabio Pedretti 2011-02-09 07:39:30 PST --- (In reply to comment #2) > Is this still an issue ? Yes. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Mesa-dev] [Bug 29012] [RADEON:::R300G] gallium drivers should respect force_s3tc_enable option (and maybe other) as classic driver

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29012 Jerome Glisse changed: What|Removed |Added Summary|Gallium drivers should |[RADEON:::R300G] gallium

[Mesa-dev] [Bug 13288] Missing extension GL_EXT_texture_compression_dxt1

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=13288 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 27586] texture3d max sizes are too small

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27586 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 23400] ogl conformance test - api-color segement fault error, patch for funcion is_interleaved_arrays is attached

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=23400 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 17266] gl_NormalMatrix definition is wrong

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17266 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 17259] gl_FrontColor does not get clamped when FS is enabled

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17259 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 9062] tnl - full vertex buffers may cause additional primitives to be introduced

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9062 Roland Scheidegger changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa-dev] [Bug 32285] Check OpenGL and OpenGL ES2.0 renderer info in one process

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32285 --- Comment #8 from Jammy Zhou 2011-02-09 03:28:01 PST --- (In reply to comment #7) > (In reply to comment #6) > > Created an attachment (id=42698) View: https://bugs.freedesktop.org/attachment.cgi?id=42698 Review: https://bugs.freedesktop.org

[Mesa-dev] [Bug 32285] Check OpenGL and OpenGL ES2.0 renderer info in one process

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32285 --- Comment #7 from Jammy Zhou 2011-02-09 03:17:56 PST --- (In reply to comment #6) > Created an attachment (id=42698) View: https://bugs.freedesktop.org/attachment.cgi?id=42698 Review: https://bugs.freedesktop.org/review?bug=32285&attachment=

[Mesa-dev] [Bug 8645] Issue when rendering with 2 contexts to one window

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=8645 --- Comment #8 from Michel Dänzer 2011-02-09 02:05:04 PST --- Does this work better now? FWIW, the Mesa demos repository contains a demo src/xdemos/corender which seems to work perfectly here with both the classic and Gallium r300 drivers. -- C

[Mesa-dev] [Bug 9062] tnl - full vertex buffers may cause additional primitives to be introduced

2011-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9062 --- Comment #7 from Michel Dänzer 2011-02-09 01:59:07 PST --- (In reply to comment #5) > It seems it's still wrong for the save_api code (display lists), though I'm > not > 100% confident the same fix will work there... Is this still an issue?