[Mesa-dev] [Bug 29225] [bisected] compiz could not be enabled on gnome desktop

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29225 Gordon Jin changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |k...@bitplanet.net |org

Re: [Mesa-dev] r600g LIT support

2010-07-25 Thread Stephan Schmid
ok sorry for sending you broken code this patch is a modified version of the last one (i attached a diff between the two patches) the old version might create invalid instruction groups in certain situations Regards, Stephan Schmid Am 25.07.2010 11:43, schrieb Stephan Schmid: > Am 25.07.2010 06:4

[Mesa-dev] [Bug 29225] [bisected] compiz could not be enabled on gnome desktop

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29225 Gordon Jin changed: What|Removed |Added Priority|medium |high Component|Drivers/DRI/i965

Re: [Mesa-dev] [PATCH] i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves

2010-07-25 Thread Segovia, Benjamin
Also, is there any way to completely deactivate all forms of synchronization for the display? There are some posts related to that. I would like to swap the frame buffers with no wait (if it is possible). Otherwise, it is still hard to monitor the performance changes. Cheers, Ben __

[Mesa-dev] [PATCH] i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves

2010-07-25 Thread Benjamin Segovia
- Several routines directly analyze the grf-to-mrf moves from the Gen binary code. When it is possible, the mov is removed and the message register is directly written in the arithmetic instruction - Also redundant mrf-to-grf moves are removed (frequently for example, when sampling many text

Re: [Mesa-dev] [PATCHES] misc. fixes

2010-07-25 Thread Vinson Lee
> -Original Message- > From: Jakob Bornecrantz [mailto:wallbra...@gmail.com] > Subject: Re: [Mesa-dev] [PATCHES] misc. fixes > > On Sun, Jul 25, 2010 at 7:30 PM, Vinson Lee wrote: > >> -Original Message- > >> From: Jakob Bornecrantz [mailto:wallbra...@gmail.com] > >> > >> On Sun,

Re: [Mesa-dev] [PATCHES] misc. fixes

2010-07-25 Thread Jakob Bornecrantz
On Sun, Jul 25, 2010 at 7:30 PM, Vinson Lee wrote: >> -Original Message- >> From: Jakob Bornecrantz [mailto:wallbra...@gmail.com] >> Subject: Re: [Mesa-dev] [PATCHES] misc. fixes >> >> On Sun, Jul 25, 2010 at 3:25 PM, nobled wrote: >> >> > 4. u_cpu_detect was using PIPE_OS_DARWIN instead

Re: [Mesa-dev] [PATCHES] misc. fixes

2010-07-25 Thread Vinson Lee
> -Original Message- > From: Jakob Bornecrantz [mailto:wallbra...@gmail.com] > Subject: Re: [Mesa-dev] [PATCHES] misc. fixes > > On Sun, Jul 25, 2010 at 3:25 PM, nobled wrote: > > > 4. u_cpu_detect was using PIPE_OS_DARWIN instead of *_APPLE > > Vinson or some other mac-type person shou

Re: [Mesa-dev] [PATCHES] misc. fixes

2010-07-25 Thread Jakob Bornecrantz
On Sun, Jul 25, 2010 at 3:25 PM, nobled wrote: > Attached several small patches; review appreciated. > > 1. i915g: fix llvm build (typo) > 2. st/xorg: fix use-after-free > 5. fix copy/paste error in the debug output These three are Acked-by: Jakob Bornecrantz Do you have commit access? Or shoul

[Mesa-dev] [PATCHES] misc. fixes

2010-07-25 Thread nobled
Attached several small patches; review appreciated. 1. i915g: fix llvm build (typo) 2. st/xorg: fix use-after-free 3. scons: Allow explicitly selecting MSVC version 10.0 4. u_cpu_detect was using PIPE_OS_DARWIN instead of *_APPLE 5. fix copy/paste error in the debug output 6. scons: wrap abspath t

[Mesa-dev] [Bug 27512] Illegal instruction _mesa_x86_64_transform_points4_general

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27512 Chris Wilson changed: What|Removed |Added CC||l...@oddbit.com --- Comment #3 from Chris

[Mesa-dev] [Bug 29242] [regression] Tiny and Big segfaults on launch

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29242 Sven Arvidsson changed: What|Removed |Added Component|GLUT|GLX -- Configure bugmail: https://bugs

[Mesa-dev] [Bug 29242] New: [regression] Tiny and Big segfaults on launch

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29242 Summary: [regression] Tiny and Big segfaults on launch Product: Mesa Version: git Platform: Other URL: http://www.tinyandbig.com/ OS/Version: All Status: NEW S

[Mesa-dev] [Bug 29235] OpenGL applications segfault in glxMakeCurrent with git mesa

2010-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29235 Giacomo Perale changed: What|Removed |Added Product|DRI |Mesa Version|DRI CVS

Re: [Mesa-dev] r600g LIT support

2010-07-25 Thread Stephan Schmid
Am 25.07.2010 06:45, schrieb Jerome Glisse: > On 07/24/2010 09:46 AM, Stephan Schmid wrote: >> Hello, >> i've created a patch that implements the LIT instuction in r600g >> Cheers, >> Stephan Schmid >> > > Avoid the // for comment otherwise looks good will test > on monday. > > Please resend usi