[Mesa3d-dev] [Bug 25719] progs/perf/genmipmap segfaults in glGenerateMipmap()

2009-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25719 --- Comment #4 from Brian Paul brian.e.p...@gmail.com 2009-12-21 12:51:35 PST --- I've added a test for GL_ARB_framebuffer_object in genmipmap.c on the 7.7 branch. If you want to submit a patch for using GL_EXT_framebuffer_object, feel

[Mesa3d-dev] [Bug 25735] git master libOSMesa fails to link (missing link against libglslpp.a)

2009-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25735 --- Comment #3 from Jeremy Huddleston jerem...@freedesktop.org 2009-12-21 17:47:07 PST --- Looks like a copy/paste error: make[4]: *** No rule to make target `../../../../src/glsl/cl/libglslpp.a', needed by

[Mesa3d-dev] [Bug 25735] git master libOSMesa fails to link (missing link against libglslpp.a)

2009-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25735 Jeremy Huddleston jerem...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25735] New: git master libOSMesa fails to link (missing link against libglslpp.a)

2009-12-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25735 Summary: git master libOSMesa fails to link (missing link against libglslpp.a) Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW

[Mesa3d-dev] [Bug 25719] progs/perf/genmipmap segfaults in glGenerateMipmap()

2009-12-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25719 Rafael Monica monr...@gmail.com changed: What|Removed |Added CC||monr...@gmail.com

[Mesa3d-dev] [Bug 25719] progs/perf/genmipmap segfaults in glGenerateMipmap()

2009-12-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25719 --- Comment #2 from Rafael Monica monr...@gmail.com 2009-12-19 19:52:21 PST --- On second thought, the radeonGenerateMipmap function isn't called at all. So maybe it is a mesa bug? When run normal:

[Mesa3d-dev] [Bug 25719] progs/perf/genmipmap segfaults in glGenerateMipmap()

2009-12-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25719 --- Comment #3 from Ian Romanick i...@freedesktop.org 2009-12-19 22:30:26 PST --- The bug is that the test uses the GL_ARB_framebuffer_object version of the function, but the driver doesn't support GL_ARB_framebuffer_object. It doesn't

[Mesa3d-dev] [Bug 25706] New: Broken rendering when compiling with --enable-debug

2009-12-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25706 Summary: Broken rendering when compiling with --enable-debug Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal

[Mesa3d-dev] [Bug 25719] New: progs/perf/genmipmap segfaults in glGenerateMipmap()

2009-12-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25719 Summary: progs/perf/genmipmap segfaults in glGenerateMipmap() Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #5 from Ben Matthews mbe...@gmail.com 2009-12-16 00:09:01 PST --- BG/L is more or less Linux based (not AIX at all, though still an IBM product). The host string is powerpc-bgl-blrts-gnu-gcc. As such, _AIX is not defined. __blrts

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #6 from Brian Paul brian.e.p...@gmail.com 2009-12-16 06:58:13 PST --- I'll pick through your patch, clean things up, and make some commits... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #8 from Ben Matthews mbe...@gmail.com 2009-12-16 09:32:44 PST --- Aside from one missed semicolon that branch now compiles with xlc (though I do see some weird linker warnings at the end) The fix is here: diff --git

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #9 from Brian Paul brian.e.p...@gmail.com 2009-12-16 09:40:23 PST --- OK, I added the missing semicolon. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #10 from Ben Matthews mbe...@gmail.com 2009-12-16 09:42:25 PST --- The gcc build is still tripping up on sys/endian.h not being found (I have no idea why): /bgl/BlueLight/ppcfloor/blrts-gnu/bin/powerpc-bgl-blrts-gnu-gcc -c

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #11 from Tom Fogal tfo...@alumni.unh.edu 2009-12-16 16:02:49 PST --- bugzilla-dae...@freedesktop.org writes: --- Comment #10 from Ben Matthews mbe...@gmail.com 2009-12-16 09:42:25 PST The gcc build is still tripping up on

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #12 from Tom Fogal tfo...@alumni.unh.edu 2009-12-16 16:29:43 PST --- Created an attachment (id=32135) -- (http://bugs.freedesktop.org/attachment.cgi?id=32135) Patch to use the fallback code in more cases It appears patches get

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #13 from Tom Fogal tfo...@alumni.unh.edu 2009-12-16 20:05:46 PST --- Created an attachment (id=32137) -- (http://bugs.freedesktop.org/attachment.cgi?id=32137) Fix LIB_EXTENSION in configure.ac This should address the issue

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #14 from Ben Matthews mbe...@gmail.com 2009-12-16 21:17:50 PST --- I think it's safe to assume that .a is always going to be the library extension. Some background which hopefully helps answer the question better: It's

[Mesa3d-dev] [Bug 25654] New: glsl ifelse BranchTargets seem off

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25654 Summary: glsl ifelse BranchTargets seem off Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25654] glsl ifelse BranchTargets seem off

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25654 --- Comment #1 from Andre Maasikas amaasi...@gmail.com 2009-12-15 02:31:56 PST --- Actually for r600 it was my problem, I used _mesa_init_instructions + _mesa_copy_instructions for rewrite without adjusting branch targets and got

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #12 from Fabio fabio@libero.it 2009-12-15 05:15:58 PST --- (In reply to comment #11) Can you check current mesa master? The problem persists, tried with both UMS/KMS. It works with the 7.7 branch now, however! --

[Mesa3d-dev] [Bug 25588] [Segmentation fault] vbo_get_minmax_index at vbo/vbo_exec_array.c:81

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25588 --- Comment #2 from Fabio fabio@libero.it 2009-12-15 05:17:50 PST --- (In reply to comment #1) Thanks to mishandling of DOS line endings, that shader snippet doesn't include the actual error. :( Could you run under GDB, and put a

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #13 from Maciej Cencora m.cenc...@gmail.com 2009-12-15 05:29:54 PST --- (In reply to comment #12) (In reply to comment #11) Can you check current mesa master? The problem persists, tried with both UMS/KMS. It works

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #5 from Brian Paul brian.e.p...@gmail.com 2009-12-15 08:13:20 PST --- It works OK with the Intel driver here for me. I don't know what to suggest. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Severity|critical|normal

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #7 from Michael Ivko mi...@gorodok.net 2009-12-15 12:28:46 PST --- video card: Intel Corporation Mobile 945GM uname -srm: Linux 2.6.31-ARCH i686 distribution: Arch Linux xf86-video-intel-2.9.1-1, xorg-server-1.7.3.901-1,

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 Fabio fabio@libero.it changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 25663] New: Compile Failures on Bluegene/L

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 Summary: Compile Failures on Bluegene/L Product: Mesa Version: 7.6 Platform: PowerPC OS/Version: other Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #1 from Ben Matthews mbe...@gmail.com 2009-12-15 21:17:36 PST --- Created an attachment (id=32101) -- (http://bugs.freedesktop.org/attachment.cgi?id=32101) patch to make MesaLib-7.6.1-rc3 compile on a BG/L -- Configure

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 Ben Matthews mbe...@gmail.com changed: What|Removed |Added CC||mbe...@gmail.com ---

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #3 from Tom Fogal tfo...@alumni.unh.edu 2009-12-15 23:25:40 PST --- bugzilla-dae...@freedesktop.org writes: --- Comment #1 from Ben Matthews mbe...@gmail.com 2009-12-15 21:17:36 PST Created an attachment (id=32101) --

[Mesa3d-dev] [Bug 25663] Compile Failures on Bluegene/L

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25663 --- Comment #4 from Tom Fogal tfo...@alumni.unh.edu 2009-12-15 23:27:18 PST --- bugzilla-dae...@freedesktop.org writes: --- Comment #2 from Ben Matthews mbe...@gmail.com 2009-12-15 21:40:25 PST The install process is also slightly broken

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #11 from Fabio fabio@libero.it 2009-12-14 05:11:13 PST --- Can you check current mesa master? The problem persists, tried with both UMS/KMS. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #2 from Michael Ivko mi...@gorodok.net 2009-12-14 05:53:46 PST --- gdb output: Program received signal SIGSEGV, Segmentation fault. 0xb78fa084 in vbo_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so --

[Mesa3d-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24572 --- Comment #3 from Dario wallac...@gmail.com 2009-12-14 06:00:41 PST --- Ok... now the source code was cutted out from git... exist anymore? where can i find the drm code (kernel various .ko driver)? thanks -- Configure bugmail:

[Mesa3d-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24572 --- Comment #4 from Alex Deucher ag...@yahoo.com 2009-12-14 06:12:24 PST --- (In reply to comment #3) Ok... now the source code was cutted out from git... exist anymore? where can i find the drm code (kernel various .ko driver)? In the

[Mesa3d-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24572 --- Comment #5 from Dario wallac...@gmail.com 2009-12-14 06:58:33 PST --- (In reply to comment #4) (In reply to comment #3) Ok... now the source code was cutted out from git... exist anymore? where can i find the drm code (kernel

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2009-12-14 12:47:32 PST --- The test program seems to work OK here. Which driver are you using? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #4 from Michael Ivko mi...@gorodok.net 2009-12-14 22:32:34 PST --- intel -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #10 from Maciej Cencora m.cenc...@gmail.com 2009-12-13 08:52:10 PST --- Can you check current mesa master? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Mesa3d-dev] [Bug 25631] New: glNewList segfaults

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Summary: glNewList segfaults Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium

[Mesa3d-dev] [Bug 25631] glNewList segfaults

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #1 from Michael Ivko mi...@gorodok.net 2009-12-13 23:50:02 PST --- Created an attachment (id=32056) -- (http://bugs.freedesktop.org/attachment.cgi?id=32056) example -- Configure bugmail:

[Mesa3d-dev] [Bug 23525] Software rendering on QEMU guests badly broken

2009-12-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23525 --- Comment #2 from Andrew Randrianasulu rand...@mail.ru 2009-12-12 22:07:21 PST --- May be it was bug in Qemu emulator itself OR Mesa's swrast doesn't work too well with 24/24 (as opposed to 24/32) screen/framebuffer (bpp/fbbpp)

[Mesa3d-dev] [Bug 25585] New: Request for a developer account

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25585 Summary: Request for a developer account Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25585] Request for a developer account

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25585 --- Comment #1 from Marek Olšák mar...@gmail.com 2009-12-11 06:29:51 PST --- Created an attachment (id=31978) -- (http://bugs.freedesktop.org/attachment.cgi?id=31978) SSH public key -- Configure bugmail:

[Mesa3d-dev] [Bug 25585] Request for a developer account

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25585 --- Comment #2 from Alex Deucher ag...@yahoo.com 2009-12-11 07:04:33 PST --- Marek has done a lot of good work on the r300 gallium driver. Please set up the account. -- Configure bugmail:

[Mesa3d-dev] [Bug 25585] Request for a developer account

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25585 Alex Deucher ag...@yahoo.com changed: What|Removed |Added AssignedTo|mesa3d-

[Mesa3d-dev] [Bug 25588] New: [Segmentation fault] vbo_get_minmax_index at vbo/vbo_exec_array.c:81

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25588 Summary: [Segmentation fault] vbo_get_minmax_index at vbo/vbo_exec_array.c:81 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 25579] glsl compiled condition codes or temps seem wrong

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25579 --- Comment #1 from Brian Paul brian.e.p...@gmail.com 2009-12-11 08:20:08 PST --- Fixed on the Mesa 7.6 branch with commit 5076a4f53a2f34cc9116b45951037f639885c7a1. However, I think there's another bug related to this in Mesa 7.7 and

[Mesa3d-dev] [Bug 25579] glsl compiled condition codes or temps seem wrong

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25579 Brian Paul brian.e.p...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25588] [Segmentation fault] vbo_get_minmax_index at vbo/vbo_exec_array.c:81

2009-12-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25588 Ian Romanick i...@freedesktop.org changed: What|Removed |Added CC||i...@freedesktop.org

[Mesa3d-dev] [Bug 25579] New: glsl compiled condition codes or temps seem wrong

2009-12-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25579 Summary: glsl compiled condition codes or temps seem wrong Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25550] New: [gallium] intel_drm_fence.c does not compile

2009-12-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25550 Summary: [gallium] intel_drm_fence.c does not compile Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25550] [gallium] intel_drm_fence.c does not compile

2009-12-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25550 Roland Scheidegger srol...@tungstengraphics.com changed: What|Removed |Added Status|NEW

[Mesa3d-dev] [Bug 25499] New: Add DESTDIR support to src/gallium/winsys/xlib/Makefile

2009-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25499 Summary: Add DESTDIR support to src/gallium/winsys/xlib/Makefile Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Mesa3d-dev] [Bug 25499] Add DESTDIR support to src/gallium/winsys/xlib/Makefile

2009-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25499 Robert Schwebel r.schwe...@pengutronix.de changed: What|Removed |Added CC|

[Mesa3d-dev] [Bug 25500] New: Add linker option to mklib call

2009-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25500 Summary: Add linker option to mklib call Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 25500] Add linker option to mklib call

2009-12-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25500 --- Comment #1 from Robert Schwebel r.schwe...@pengutronix.de 2009-12-07 13:39:06 PST --- Created an attachment (id=31828) -- (http://bugs.freedesktop.org/attachment.cgi?id=31828) patch to fix the issue -- Configure bugmail:

[Mesa3d-dev] [Bug 25016] corruption regression probably after texformat-rework branch

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #2 from Maciej Cencora m.cenc...@gmail.com 2009-12-04 03:46:33 PST --- Please compile mesa with --enable-debug option, and attach full app output. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa3d-dev] [Bug 25016] corruption regression probably after texformat-rework branch

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #4 from Fabio fabio@libero.it 2009-12-04 04:21:16 PST --- Created an attachment (id=31734) -- (http://bugs.freedesktop.org/attachment.cgi?id=31734) full console output with mesa *7.7* compiled with --enable-debug and with KMS

[Mesa3d-dev] [Bug 25016] corruption regression probably after texformat-rework branch

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #3 from Fabio fabio@libero.it 2009-12-04 04:20:26 PST --- Created an attachment (id=31733) -- (http://bugs.freedesktop.org/attachment.cgi?id=31733) full console output with mesa *7.6* compiled with --enable-debug and with KMS

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 Fabio fabio@libero.it changed: What|Removed |Added Summary|corruption regression |missing/corrupted textures

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #7 from Maciej Cencora m.cenc...@gmail.com 2009-12-04 08:57:55 PST --- (In reply to comment #6) I'm taking a quick look at the diffs between 0ea575d721821262a862ceef010db9b1a8b4a6d9 and 1f196b786d6bd0c6a5dbdc638574ff716cc3d4de

[Mesa3d-dev] [Bug 25016] missing/corrupted textures since texformat-rework branch merge

2009-12-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #8 from Maciej Cencora m.cenc...@gmail.com 2009-12-04 15:02:18 PST --- Created an attachment (id=31756) -- (http://bugs.freedesktop.org/attachment.cgi?id=31756) proposed patch Fabio: Could you try this patch? -- Configure

[Mesa3d-dev] [Bug 25318] Lag when typing when using Mesa with Opacity enabled in Compiz Fusion

2009-11-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25318 --- Comment #2 from Michel Dänzer mic...@daenzer.net 2009-11-28 03:35:38 PST --- What exactly does 'opacity enabled' mean? Assuming it's about translucent windows, is the blur plugin enabled in compiz, or other plugins which may interact

[Mesa3d-dev] [Bug 25318] Lag when typing when using Mesa with Opacity enabled in Compiz Fusion

2009-11-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25318 --- Comment #4 from Michel Dänzer mic...@daenzer.net 2009-11-28 05:56:08 PST --- Not sure this is really unexpected... Obviously a translucent cube creates a lot more work on screen updates for compiz and consequently the drivers and GPU.

[Mesa3d-dev] [Bug 25318] New: Lag when typing when using Mesa with Opacity enabled in Compiz Fusion

2009-11-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25318 Summary: Lag when typing when using Mesa with Opacity enabled in Compiz Fusion Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 25318] Lag when typing when using Mesa with Opacity enabled in Compiz Fusion

2009-11-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25318 dman777 coo...@ymail.com changed: What|Removed |Added CC||coo...@ymail.com ---

[Mesa3d-dev] [Bug 25016] corruption regression probably after texformat-rework branch

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 Fabio fabio@libero.it changed: What|Removed |Added Component|Mesa core |Drivers/DRI/r300 --

[Mesa3d-dev] [Bug 25239] Invalid CFLAGS break PowerPC build

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25239 Ian Romanick i...@freedesktop.org changed: What|Removed |Added CC||dberkh...@gentoo.org

[Mesa3d-dev] [Bug 22767] Wrong colors in softwate rendering

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22767 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25239] Invalid CFLAGS break PowerPC build

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25239 José Fonseca jfons...@vmware.com changed: What|Removed |Added AssignedTo|mesa3d- |ja...@vmware.com

[Mesa3d-dev] [Bug 25251] New: kwin corruption with 2198497203ec427f836978098028abf3350e5e57

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25251 Summary: kwin corruption with 2198497203ec427f836978098028abf3350e5e57 Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 25251] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25251 Aidan Marks ai...@cisco.com changed: What|Removed |Added Summary|kwin corruption with|kwin corruption with

[Mesa3d-dev] [Bug 25251] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25251 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25172] Coldest game crashes while compiling shader

2009-11-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25172 Ian Romanick i...@freedesktop.org changed: What|Removed |Added AssignedTo|mesa3d- |e...@anholt.net

[Mesa3d-dev] [Bug 22953] The g3dvl State-Tracker failes to compile

2009-11-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22953 --- Comment #8 from Brian Paul brian.e.p...@gmail.com 2009-11-18 07:08:59 PST --- OK, I've cherry-picked e9d6ab72be065becf7a077c33919d37faa8db92e to the 7.6 branch. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa3d-dev] [Bug 25164] New: glBitmap directly to the front buffer when using double-buffering has no effect

2009-11-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25164 Summary: glBitmap directly to the front buffer when using double- buffering has no effect Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All)

[Mesa3d-dev] [Bug 25172] New: Coldest game crashes while compiling shader

2009-11-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25172 Summary: Coldest game crashes while compiling shader Product: Mesa Version: git Platform: Other URL: http://www.coldestgame.com/site/content/download OS/Version: All

[Mesa3d-dev] [Bug 25172] Coldest game crashes while compiling shader

2009-11-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25172 --- Comment #1 from Sven Arvidsson s...@whiz.se 2009-11-18 15:35:34 PST --- Created an attachment (id=31301) -- (http://bugs.freedesktop.org/attachment.cgi?id=31301) backtrace from crash -- Configure bugmail:

[Mesa3d-dev] [Bug 25094] [gallium] xorg state tracker does not compile

2009-11-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25094 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 25094] New: [gallium] xorg state tracker does not compile

2009-11-14 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25094 Summary: [gallium] xorg state tracker does not compile Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa3d-dev] [Bug 22953] The g3dvl State-Tracker failes to compile

2009-11-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22953 --- Comment #7 from Chi-Thanh Christopher Nguyen chith...@cs.tu-berlin.de 2009-11-13 02:58:57 PST --- This was not yet fixed in the Mesa 7.6 branch, is it planned to apply the patch there as well? -- Configure bugmail:

[Mesa3d-dev] [Bug 24436] [swrast] piglit depth-tex-compare fails

2009-11-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24436 Vinson Lee v...@vmware.com changed: What|Removed |Added AssignedTo|mesa3d- |bri...@vmware.com

[Mesa3d-dev] [Bug 24436] [swrast] piglit depth-tex-compare fails

2009-11-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24436 Ian Romanick i...@freedesktop.org changed: What|Removed |Added CC||i...@freedesktop.org

[Mesa3d-dev] [Bug 24969] google earth install error under ubuntu linux

2009-11-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24969 --- Comment #4 from Tormod Volden bugzi07.fdo.tor...@xoxy.net 2009-11-11 06:15:47 PST --- Bill, the bug is not in the googleearth package (from Google) but in the mesa library shipped with Ubuntu 8.10. -- Configure bugmail:

[Mesa3d-dev] [Bug 24969] google earth install error under ubuntu linux

2009-11-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24969 --- Comment #5 from Bill Mitchell bill.mitch...@pobox.com 2009-11-11 17:22:28 PST --- Re Comment #4, from my perspective the problem is that the Google Earth package for Linux available for download at earth.google.com includes a version of

[Mesa3d-dev] [Bug 25016] New: corruption regression probably after texformat-rework branch

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 Summary: corruption regression probably after texformat-rework branch Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Mesa3d-dev] [Bug 25016] corruption regression probably after texformat-rework branch

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25016 --- Comment #1 from Fabio fabio@libero.it 2009-11-10 07:13:34 PST --- Created an attachment (id=31090) -- (http://bugs.freedesktop.org/attachment.cgi?id=31090) Screenshot of corruption -- Configure bugmail:

[Mesa3d-dev] [Bug 6098] Wrong normals with GL_AUTO_NORMAL

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6098 --- Comment #2 from t...@users.sourceforge.net 2009-11-10 07:55:13 PST --- Created an attachment (id=31092) -- (http://bugs.freedesktop.org/attachment.cgi?id=31092) Testcase The attached file contains a testcase for this bug. Instructions

[Mesa3d-dev] [Bug 6098] Wrong normals with GL_AUTO_NORMAL

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6098 --- Comment #3 from t...@users.sourceforge.net 2009-11-10 07:57:04 PST --- BTW, I'm on a Fedora 11 system with an Intel 945 graphics card. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

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

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=2466 --- Comment #14 from S.Andreason sandrea...@yahoo.com 2009-11-10 08:38:55 PST --- I guess not. Everything has been updated since then. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Mesa3d-dev] [Bug 24969] google earth install error under ubuntu linux

2009-11-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24969 --- Comment #3 from Bill Mitchell bill.mitch...@pobox.com 2009-11-10 15:18:06 PST --- Re Comment #2, Thanks. I re-downloaded GoogleEarthlinux.bin from http://earth.google.com/intl/en/download-earth.html, and see that it still Google earth

[Mesa3d-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24572 --- Comment #2 from Dario wallac...@gmail.com 2009-11-09 01:45:50 PST --- (In reply to comment #1) struct agp_memory now uses 'pages' not 'memory' in 2.6.31. need to update the following files to reflect this change

[Mesa3d-dev] [Bug 24321] glXQueryExtension doesn't set eventBase and errorBase

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24321 Brian Paul brian.e.p...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 Brian Paul brian.e.p...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 24817] shadowtex asserts in indirect mode

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24817 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa3d-dev] [Bug 9733] Bug when calling glPixelZoom( 1.0, -1.0 )?

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9733 Ian Romanick i...@freedesktop.org changed: What|Removed |Added CC||i...@freedesktop.org

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

2009-11-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=2466 --- Comment #13 from Ian Romanick i...@freedesktop.org 2009-11-09 18:32:17 PST --- Are you still able to reproduce this bug with the version of GLUT in Mesa? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa3d-dev] [Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2009-11-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24572 --- Comment #1 from samit vats hysv...@gmail.com 2009-11-08 23:02:42 PST --- (In reply to comment #0) Hi all, i must compile from git to get the mach64 drm module, but compiling in kernel 2.6.31 i got the error: CC [M]

<    1   2   3   4   5   6   7   8   9   10   >