Summary: | tdfx driver 1.2.1 crashes, 1.1.1.3 works fine | ||
---|---|---|---|
Product: | xorg | Reporter: | Leszek Matok <lam> |
Component: | Driver/tdfx | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED WORKSFORME | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | major | ||
Priority: | high | CC: | jjardon |
Version: | 7.1 (2006.05) | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
URL: | http://cgit.freedesktop.org/xorg/driver/xf86-video-tdfx/commit/?id=55954625ff815b932d365422864745b31c4eadb4 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Leszek Matok
2006-08-23 10:30:54 UTC
See this bugs from Ubuntu: https://launchpad.net/distros/ubuntu/+source/xorg/+bug/68291 https://launchpad.net/distros/ubuntu/+source/xserver-xorg-video-tdfx/+bug/63796 Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. Hello, I'd like to report an additional instance of this bug. I've been following it with Mandriva, dealing with the DRI crashing all GLX Programs. https://qa.mandriva.com/show_bug.cgi?id=44460 This gives all the detail I have on the problem. The updated URL for cgit (as opposed to gitweb) is: http://cgit.freedesktop.org/xorg/driver/xf86-video-tdfx/commit/?id=55954625ff815b932d365422864745b31c4eadb4 Which updated the PutImage function to the new prototype: typedef int (* PutImageFuncPtr)( ScrnInfoPtr pScrn, short src_x, short src_y, short drw_x, short drw_y, short src_w, short src_h, short drw_w, short drw_h, int image, unsigned char* buf, short width, short height, Bool Sync, RegionPtr clipBoxes, pointer data, DrawablePtr pDraw ); from this commit: http://cgit.freedesktop.org/xorg/xserver/commit/?id=2387bfa5ff5ed82f3f732fb9152c1ea95850a914 Unfortunately the change was not done with source compatibility in mind, so you probably hit issues when using the same source with an incompatible server. This should work with the current driver and current server. If it doesn't, please reopen. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.