[Bug 14127] Qt4 SvgViewer Demo

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14127 --- Comment #4 from Bernd Buschinski <[EMAIL PROTECTED]> 2008-04-06 01:50:16 PST --- I tried to get the mesa/drm master branch working, but I failed, sorry cant test it. (intel-batchfuffer branch didnt make a difference) -- Configure bugma

Re: GSOC Radeon/r200/r300 Code Cleanup Project

2008-04-06 Thread Jerome Glisse
On Sun, 6 Apr 2008 02:42:24 -0400 "Erik Boettcher" <[EMAIL PROTECTED]> wrote: > Hello everyone, I'm a community college student interested in working > on dri for Google Summer of Code. I was reading over the r300 todo > list, http://dri.freedesktop.org/wiki/R300ToDo, and the code and I > think a

[Bug 3862] Seg. fault with r128 driver

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=3862 Egon Alter <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[RFC] Use kernel_map_pages() to avoid illegal page aliasing.

2008-04-06 Thread Thomas Hellström
Hi! For a long time now, the agpgart module has been creating illegal mapping aliases, since the user-space mappings of the pages in the gart are usually write-combined, whereas the kernel linear mapping of the same pages are uc for x86, and may even be wb for some architectures. In order to f

[Bug 15376] New: X aborts on running glxinfo

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15376 Summary: X aborts on running glxinfo Product: DRI Version: DRI CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component:

[Bug 15376] X aborts on running glxinfo

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15376 --- Comment #1 from Johan Bilien <[EMAIL PROTECTED]> 2008-04-06 09:52:57 PST --- lspci output: sudo lspci -s 00:02.0 -v 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) (prog-if

Re: [RFC] Use kernel_map_pages() to avoid illegal page aliasing.

2008-04-06 Thread Thomas Hellström
Jeremy Fitzhardinge wrote: > Thomas Hellström wrote: >> Hi! >> >> For a long time now, the agpgart module has been creating illegal >> mapping aliases, since the user-space mappings of the pages in the >> gart are usually write-combined, whereas the kernel linear mapping of >> the same pages are

Re: GSOC Radeon/r200/r300 Code Cleanup Project

2008-04-06 Thread Erik Boettcher
On Sun, Apr 6, 2008 at 6:06 AM, Jerome Glisse <[EMAIL PROTECTED]> wrote: > > # [HARD] Cleanup the code which really needs it. You could help by > > looking at the code, see what's useless, and propose to erase it. > > # [MEDIUM] Check for common stuff in the code and put it into the > > radeon

Re: GSOC Radeon/r200/r300 Code Cleanup Project

2008-04-06 Thread Alex Deucher
On Sun, Apr 6, 2008 at 5:19 PM, Erik Boettcher <[EMAIL PROTECTED]> wrote: > On Sun, Apr 6, 2008 at 6:06 AM, Jerome Glisse <[EMAIL PROTECTED]> wrote: > > > # [HARD] Cleanup the code which really needs it. You could help by > > > looking at the code, see what's useless, and propose to erase it. >

[Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 Gordon Jin <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[Bug 15380] New: [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 Summary: [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case Product: Mesa Version: unspecified Platform: All OS/Version: Linux (All) Status: NEW

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 --- Comment #1 from Shuang He <[EMAIL PROTECTED]> 2008-04-06 20:31:38 PST --- backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1212086576 (LWP 12151)] intel_miptree_image_offset (mt=0x0, face=0, level=1) a

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 --- Comment #2 from Shuang He <[EMAIL PROTECTED]> 2008-04-06 20:33:06 PST --- Created an attachment (id=15730) --> (http://bugs.freedesktop.org/attachment.cgi?id=15730) xorg conf -- Configure bugmail: http://bugs.freedesktop.org/userprefs.

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 --- Comment #3 from Shuang He <[EMAIL PROTECTED]> 2008-04-06 20:33:46 PST --- Created an attachment (id=15731) --> (http://bugs.freedesktop.org/attachment.cgi?id=15731) xorg log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.c

Re: [Mesa3d-dev] intel-batchbuffer with DRI2

2008-04-06 Thread Ben Gamari
I'm definitely in the same position here (still). I looked into the issue with gdb and I also observed no FBConfigs being returned. Any input? - Ben On Sun, 2008-04-06 at 02:33 +0200, Johannes Engel wrote: > Hi, Kristian and the rest of the DRI world! ;) > > Testing your most recent DRI2 work