Bug#684122: unblock: mesa/8.0.4-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package mesa. 8.0.4 is the latest release from upstream's stable branch. No regressions reported since its upload a week ago, ttbomk. There'll probably be at least one more upload later to switch over to xz compression for the non-debug debs, per Ansgar. diffstat: Makefile|2 +- configs/default |2 +- debian/changelog|9 + docs/relnotes-8.0.3.html|4 +- docs/relnotes-8.0.4.html| 202 + docs/relnotes.html |2 + src/gallium/auxiliary/draw/draw_llvm.c |5 + src/gallium/auxiliary/draw/draw_pipe_pstipple.c |5 + src/gallium/auxiliary/draw/draw_pt.c|9 +- src/gallium/drivers/i915/i915_flush.c |5 +- src/gallium/drivers/i915/i915_screen.c |4 +- src/gallium/drivers/nv50/nv50_pc_emit.c |4 +- src/gallium/drivers/r600/r600_shader.c |8 + src/gallium/drivers/svga/svga_pipe_blit.c |6 +- src/gallium/drivers/svga/svga_pipe_draw.c | 11 ++ src/gallium/drivers/svga/svga_pipe_sampler.c|4 +- src/gallium/drivers/svga/svga_screen.c |2 +- src/gallium/drivers/svga/svga_state_tss.c | 10 +- src/gallium/drivers/svga/svga_surface.c |5 + src/gallium/state_trackers/vega/vg_translate.c |4 +- src/gallium/targets/Makefile.xorg |2 +- src/glsl/ast_to_hir.cpp |3 - src/glsl/builtins/ir/acos.ir|8 +- src/glsl/builtins/tools/texture_builtins.py |6 +- src/glsl/ir.h |4 - src/glsl/loop_analysis.cpp | 28 +++ src/glsl/loop_analysis.h| 23 +++ src/glsl/ralloc.c |2 +- src/glu/sgi/libnurbs/internals/mapdesc.cc |2 +- src/glu/sgi/libnurbs/internals/nurbstess.cc |2 +- src/glx/glxext.c|3 + src/mesa/drivers/common/meta.c | 76 +++- src/mesa/drivers/dri/i915/i830_state.c |2 +- src/mesa/drivers/dri/i965/brw_context.c |2 +- src/mesa/drivers/dri/i965/brw_eu.c |8 +- src/mesa/drivers/dri/i965/brw_fs.h |1 + src/mesa/drivers/dri/i965/brw_fs_visitor.cpp| 50 +++-- src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 26 ++- src/mesa/main/attrib.c |8 + src/mesa/main/bufferobj.c | 27 ++- src/mesa/main/fbobject.c| 16 +- src/mesa/main/format_unpack.c |4 +- src/mesa/main/image.c | 221 +-- src/mesa/main/image.h |6 +- src/mesa/main/readpix.c |9 +- src/mesa/main/shaderobj.c |3 +- src/mesa/main/texformat.c | 10 +- src/mesa/main/texgetimage.c | 16 +- src/mesa/main/teximage.c| 39 ++-- src/mesa/main/transformfeedback.c | 21 ++- src/mesa/main/version.c |2 +- src/mesa/main/version.h |4 +- src/mesa/state_tracker/st_cb_drawpixels.c | 13 +- src/mesa/state_tracker/st_cb_fbo.c |8 + src/mesa/state_tracker/st_cb_texture.c | 27 ++- src/mesa/state_tracker/st_draw.c| 20 +- src/mesa/state_tracker/st_format.c | 34 ++-- src/mesa/state_tracker/st_gen_mipmap.c | 18 +- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 10 +- src/mesa/state_tracker/st_texture.c |3 + tests/glx/Makefile.am |4 +- tests/glx/fake_glx_screen.h |2 +- 62 files changed, 870 insertions(+), 206 deletions(-) unblock mesa/8.0.4-1 Cheers, Julien -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'stable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash signature.asc Description: Digital signature
Bug#684051: xserver-xorg-core: Vertical scrolling with emulated mouse wheel stopped working
On [Mon, 06.08.2012 17:32], Julien Cristau - jcris...@debian.org wrote: > On Mon, Aug 6, 2012 at 16:23:28 +0200, Arne Steffens wrote: > > > > > upgrading from xserver-xorg-core-1.12.1.902-1 to > > xserver-xorg-core-1.12.3-1 caused X to no longer register vertical > > scrolling using an emulated mouse wheel. Horizontal scrolling still > > works. xev shows no events for vertical scrolling (mouse button 4 and > > 5). > > If I downgrade back to xserver-xorg-core-1.12.1.902-1 vertical > > scrolling works again. > > > What's an emulated mouse wheel? > > Cheers, > Julien Think of it as something similar to an emulated 3rd button, only more complicated. ;) Basicly you define one mouse button using this code in the right InputClass section in /etc/X11/xorg.conf like this --snip-- Option "EmulateWheel" "true" Option "EmulateWheelButton" "8" Option "ZAxisMapping" "4 5 6 7" Option "YAxisMapping" "4 5" Option "XAxisMapping" "6 7" --snip-- If you hold this button (in my case button 8) pressed and move the mouse in a direction, it will not move the mouse pointer but generate corresponding button events. If the mouse is moved a longer distance, more events are generated. Example: Holding button 8 and moving the mouse left will generate several ButtonPressed and ButtonReleased events for button 6, effectively scrolling left. Same for right, up and down. I guess this sounds rather stupid if you are really using a mouse. It's way more useful if you are using a trackball or a trackpoint. Best wishes Arne -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120806165002.GA9048@e350-debian.intern
Bug#683796: xserver-xorg-video-radeon: No 3D acceleration in iBook2 powerpc
--- On Mon, 8/6/12, Michel Dänzer wrote: > > > > [ 36.987427] [drm] radeon defaulting to kernel modesetting. > > [ 36.987452] [drm] radeon kernel modesetting enabled. > > You should probably disable KMS with radeon.modeset=0 on the kernel > command line. You can also disable radeonfb with video=radeonfb:off, but > KMS may not work very well with your card. > Hi, After adding radeon.modeset=0 to my bootloader, still no change with glxinfo: dan@icebook:~$ glxinfo | grep render direct rendering: Yes OpenGL renderer string: Software Rasterizer GL_EXT_vertex_array_bgra, GL_NV_conditional_render, Though the error messages in my Xorg.0.log file are different, specifically: [39.505] (EE) AIGLX error: radeon does not export required DRI extension [39.506] (EE) AIGLX: reverting to software rendering Also, adding video=radeonfb:off did nothing but make my screen darker and disable my brightness hotkeys, and there was no change in the error messages, so I removed the line. The following is my entire /var/log/Xorg.0.log (with only radeon.modeset=0 in my yaboot.conf file): [36.239] X.Org X Server 1.12.1.902 (1.12.2 RC 2) Release Date: 2012-05-19 [36.239] X Protocol Version 11, Revision 0 [36.239] Build Operating System: Linux 2.6.32-5-powerpc64 ppc Debian [36.239] Current Operating System: Linux icebook 3.2.0-3-powerpc #1 Thu Jun 28 10:24:24 UTC 2012 ppc [36.239] Kernel command line: root=UUID=61161842-2523-4c5c-8675-d58941a7ed0c ro radeon.modeset=0 [36.239] Build Date: 20 May 2012 10:27:04AM [36.239] xorg-server 2:1.12.1.902-1 (Cyril Brulebois ) [36.239] Current version of pixman: 0.26.0 [36.239]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [36.240] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [36.240] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 7 03:51:14 2012 [36.295] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [36.343] (==) No Layout section. Using the first Screen section. [36.343] (==) No screen section available. Using defaults. [36.343] (**) |-->Screen "Default Screen Section" (0) [36.343] (**) | |-->Monitor "" [36.362] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [36.363] (==) Automatically adding devices [36.363] (==) Automatically enabling devices [36.409] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [36.409]Entry deleted from font path. [36.438] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. [36.438]Entry deleted from font path. [36.438] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [36.439] (==) ModulePath set to "/usr/lib/xorg/modules" [36.439] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [36.459] (II) Loader magic: 0x20688574 [36.459] (II) Module ABI versions: [36.459]X.Org ANSI C Emulation: 0.4 [36.460]X.Org Video Driver: 12.0 [36.460]X.Org XInput driver : 16.0 [36.460]X.Org Server Extension : 6.0 [36.461] (--) PCI:*(0:0:16:0) 1002:4c59:1002:4c59 rev 0, Mem @ 0x9800/134217728, 0x9000/65536, I/O @ 0x0400/256, BIOS @ 0x/131072 [36.461] (II) LoadModule: "extmod" [36.475] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [36.494] (II) Module extmod: vendor="X.Org Foundation" [36.495]compiled for 1.12.1.902, module version = 1.0.0 [36.495]Module class: X.Org Server Extension [36.495]ABI class: X.Org Server Extension, version 6.0 [36.495] (II) Loading extension SELinux [36.495] (II) Loading extension MIT-SCREEN-SAVER [36.495] (II) Loading extension XFree86-VidModeExtension [36.495] (II) Loading extension XFree86-DGA [36.495] (II) Loading extension DPMS [36.495] (II) Loading extension XVideo [36.495] (II) Loading extension XVideo-MotionCompensation [36.495] (II) Loading extension X-Resource [36.495] (II) LoadModule: "dbe" [36.496] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [36.512] (II) Module dbe: vendor="X.Org Foundation" [36.512]compiled for 1.12.1.902, module version = 1.0.0 [36.512]Module class: X.Org Server Extension [36.512]ABI class: X.Org Server Extension, version 6.0 [36.512] (II) Loading extension DOUBLE-BUFFER [36.512] (II) LoadModule: "glx" [36
Bug#677864: wat ?
moar compiz pl0x -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAAfS+1m+MUGUirAR0iUHLNT7BsRqQ12h=u5vzmtkuzyhvb3...@mail.gmail.com
Bug#683796: xserver-xorg-video-radeon: No 3D acceleration in iBook2 powerpc
On Die, 2012-08-07 at 04:38 -0700, Dan DeVoto wrote: > --- On Mon, 8/6/12, Michel Dänzer wrote: > > > > > > [ 36.987427] [drm] radeon defaulting to kernel modesetting. > > > [ 36.987452] [drm] radeon kernel modesetting enabled. > > > > You should probably disable KMS with radeon.modeset=0 on the kernel > > command line. You can also disable radeonfb with video=radeonfb:off, but > > KMS may not work very well with your card. > > After adding radeon.modeset=0 to my bootloader, still no change with glxinfo: > > dan@icebook:~$ glxinfo | grep render > direct rendering: Yes > OpenGL renderer string: Software Rasterizer > GL_EXT_vertex_array_bgra, GL_NV_conditional_render, > > Though the error messages in my Xorg.0.log file are different, specifically: > > [39.505] (EE) AIGLX error: radeon does not export required DRI extension Ah, so your version of libgl1-mesa-dri doesn't have non-KMS support. Upstream Mesa dropped it in 8.0. > Also, adding video=radeonfb:off did nothing but make my screen darker > and disable my brightness hotkeys, and there was no change in the > error messages, so I removed the line. Note that I meant using video=radeonfb:off instead of radeon.modeset=0, to allow radeon KMS to initialize. However, note that KMS doesn't support suspend/resume on PowerPC laptops yet. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1344345103.17900.94.camel@thor.local