Re: [Mesa-dev] Mesa (master): glsl: Autogenerate builtin_functions.cpp as part of the build process.

2011-01-11 Thread Vinson Lee
Windows MSVC SCons build src\glsl\main.cpp(25) : fatal error C1083: Cannot open include file: 'getopt.h': No such file or directory Linux MinGW SCons build Linking build/windows-x86-debug/glsl/builtin_compiler.exe ... /usr/lib/gcc/i586-mingw32msvc/4.4.4/../../../../i586-mingw32msvc/bin/ld: cann

[Mesa-dev] [Bug 8794] Can't build static mesa library: glxcmds.c:2545: error: `X_GLXvop_BindTexImageEXT' undeclared

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=8794 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 9749] Drawing smooth lines with 6.5.2 is quite slow comparing to with 3.3

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9749 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 2466] application gives seg fault, error in glutGetWindow in libglut.so.3.7.1

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=2466 Ian Romanick changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Mesa-dev] [Bug 13804] Mesa crash in _mesa_DrawBuffer when running the sproingies screensaver

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=13804 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 11983] xorg server aborts due to signal 11 fatal error.

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=11983 Ian Romanick changed: What|Removed |Added CC||i...@freedesktop.org --- Comment #3 from

[Mesa-dev] [PATCH 1/2] amendment: Change dependency on some extension strings

2011-01-11 Thread Chad Versace
On 01/11/2011 11:20 AM, Ian Romanick wrote: > On 01/09/2011 11:53 PM, Chad Versace wrote: >> + { "GL_OES_framebuffer_object", >> o(ARB_framebuffer_object), ES1 }, > > I think this and the other OES framebuffer object related extensions > should depen

[Mesa-dev] [PATCH 1/2] amendment: Replace occurences of 0 in extension table with DISABLE

2011-01-11 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian, I have amended patch 1/2 with the following. It replaces all occurences of 0 in the extension table with DISABLE. On the changed lines, it also replaces dummy_true with dummy_false. - --- src/mesa/main/extensions.c | 11 ++- 1 files ch

[Mesa-dev] [Bug 30413] mesa xdemo glxsnoop failed with Segmentation fault

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30413 Ian Romanick changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |k...@bitplanet.net |org

Re: [Mesa-dev] Uploading PIPE_FORMAT_B8G8R8A8_UNORM to pixmap texture in PIPE_FORMAT_B8G8R8X8_UNORM

2011-01-11 Thread Alex Deucher
On Fri, Jan 7, 2011 at 2:57 AM, Fredrik Höglund wrote: > On Thursday 16 December 2010, Michel Dänzer wrote: >> The bigger issue here is that no blit should be necessary in the first >> place. According to Dave on IRC he implemented this using sampler views >> at some point, I guess that was probab

Re: [Mesa-dev] [PATCH] r600c: add evergreen ARL support

2011-01-11 Thread Alex Deucher
On Tue, Jan 11, 2011 at 10:01 AM, Alberto Milone wrote: > Hi all, > > The attached patch adds ARL support in r600c. I followed the code in > the equivalent commit in r600g: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=98b3f27439ba3a48286ed0d6a4467e5482b41fec > > Thanks a lot to Alex Deucher

Re: [Mesa-dev] [PATCH 2/2] mesa: Add/remove extensions in extension string

2011-01-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2011 11:23 PM, Chad Versace wrote: > Add GL_OES_stencil8 to ES2. > > Remove the following: > GL_OES_compressed_paletted_texture : ES1 > GL_OES_depth32 : ES1, ES2 > GL_OES_stencil1: ES1, ES2 > GL_OES_ste

Re: [Mesa-dev] [PATCH 1/2] mesa: Refactor handling of extension strings

2011-01-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2011 11:53 PM, Chad Versace wrote: > + { "GL_OES_framebuffer_object", > o(ARB_framebuffer_object), ES1 }, I think this and the other OES framebuffer object related extensions should depend on EX

Re: [Mesa-dev] [PATCH] glsl: Autogenerate builtin_functions.cpp as part of the build process.

2011-01-11 Thread José Fonseca
This breaks cross-compilation because builtin_function.cpp needs to be built with the native compiler, instead of the cross compiler. I see there is a python program too. Is this native program unavoidable? Jose On Sat, 2011-01-08 at 21:53 -0800, Kenneth Graunke wrote: > Now that this works with

[Mesa-dev] [Bug 31544] bad format in _mesa_format_to_type_and_comps

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31544 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [PATCH 0/2] RFC: Refactor handling of extension strings

2011-01-11 Thread Chia-I Wu
On Mon, Jan 10, 2011 at 3:23 PM, Chad Versace wrote: > I am refactoring the method by which extension strings are handled in > mesa/main/extensions.c. If there are no objections, regressions, nor > significantly better refactoring alternatives proposed, then I plan to push > the patch set on Frida

[Mesa-dev] [Bug 31544] bad format in _mesa_format_to_type_and_comps

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31544 --- Comment #25 from Brian Paul 2011-01-11 07:44:54 PST --- (In reply to comment #24) > Three questions: > > 1. Can we come up with a test case that would have triggered this bug? I think I can add some code in Mesa to check that all cases are

[Mesa-dev] [PATCH] r600c: add evergreen ARL support

2011-01-11 Thread Alberto Milone
Hi all, The attached patch adds ARL support in r600c. I followed the code in the equivalent commit in r600g: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98b3f27439ba3a48286ed0d6a4467e5482b41fec Thanks a lot to Alex Deucher for the help. Regards, -- Alberto Milone Sustaining Engineer (syst

Re: [Mesa-dev] Uploading PIPE_FORMAT_B8G8R8A8_UNORM to pixmap texture in PIPE_FORMAT_B8G8R8X8_UNORM

2011-01-11 Thread Michel Dänzer
On Fre, 2011-01-07 at 08:57 +0100, Fredrik Höglund wrote: > On Thursday 16 December 2010, Michel Dänzer wrote: > > The bigger issue here is that no blit should be necessary in the first > > place. According to Dave on IRC he implemented this using sampler views > > at some point, I guess that was

Re: [Mesa-dev] Mesa 7.10 release

2011-01-11 Thread Sebastian Holtermann
Am 08.01.2011 18:32, schrieb Sebastian H.: > Am 08.01.2011 18:24, schrieb Julien Cristau: >> On Sat, Jan 8, 2011 at 17:00:54 +0100, Sebastian H. wrote: >> >>> make then stopped like this >>> >>> gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver >>> -I../../../../../include -I../../.