[Mesa-dev] [Bug 49039] Gnome 3.4 ArchLinux Beta Testing

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49039 --- Comment #3 from Gregory M. Key 2012-04-21 16:15:10 PDT --- [daipengg ~]$ gnome-panel (gnome-panel:28822): Gtk-WARNING **: Theme parsing error: gtk.css:1:58: Failed to import: The resource at '/org/gnome/adwaita/gtk-main.css' does not exist

[Mesa-dev] [Bug 48351] wine FurMark crashes after llvm_pipeline_generic

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48351 Johannes Obermayr changed: What|Removed |Added CC||rand...@mail.ru --- Comment #1 from

[Mesa-dev] [Bug 48899] llvmpipe doesn't work with wine 1.5.2 and 3Dmark2001se

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48899 Johannes Obermayr changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 49039] Gnome 3.4 ArchLinux Beta Testing

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49039 --- Comment #2 from Alen Skondro 2012-04-21 08:49:38 PDT --- (In reply to comment #1) > CORRECTION: > > warning: clutter-gtk: ignoring package upgrade (1.0.4-1 => 1.2.0-1).. > > My current version is 1.2.0-1 for clutter-gtk. By using that I ca

Re: [Mesa-dev] WebGL WG interested in 1.0.1 conformance test results on real drivers

2012-04-21 Thread Benoit Jacob
Here's an update on the status of these failures. Scroll down to the part about program-test.html for the real news. > i965 driver: > > Results: (8866 of 8879 passed) > > > Failures: > > conformance/context/context-attributes-alpha-depth-stencil-antialias.html: > > 1 tests failed The part that

Re: [Mesa-dev] [PATCH 06/10] vbo: don't check twice whether it's valid to render

2012-04-21 Thread Andy Furniss
Marek Olšák wrote: It's already done in _mesa_validate_Draw* and it's not needed to do it again unless I am missing something. --- src/mesa/vbo/vbo_exec_array.c | 20 1 files changed, 0 insertions(+), 20 deletions(-) For me (rv790) this causes an assert with nexuiz (ha

[Mesa-dev] [Bug 49039] Gnome 3.4 ArchLinux Beta Testing

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49039 --- Comment #1 from Gregory M. Key 2012-04-21 05:47:25 PDT --- CORRECTION: warning: clutter-gtk: ignoring package upgrade (1.0.4-1 => 1.2.0-1).. My current version is 1.2.0-1 for clutter-gtk. By using that I can not open System Settings or Onl

[Mesa-dev] [Bug 49039] New: Gnome 3.4 ArchLinux Beta Testing

2012-04-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49039 Bug #: 49039 Summary: Gnome 3.4 ArchLinux Beta Testing Classification: Unclassified Product: Mesa Version: 8.0 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status:

Re: [Mesa-dev] [PATCH] st/mesa: no-op glCopyPixels if source region is out of bounds

2012-04-21 Thread Jose Fonseca
- Original Message - > If the source region for a glCopyPixels is completely outside the > source buffer bounds, no-op the copy. Fixes a failed assertion. > > NOTE: This is a candidate for the 8.0 branch. > --- > src/mesa/state_tracker/st_cb_drawpixels.c | 10 +- > 1 files chan