Bug 17558 - tdfx_dri: Missing updates causing crash
Summary: tdfx_dri: Missing updates causing crash
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/TDFX (show other bugs)
Version: 7.1
Hardware: All All
: medium major
Assignee: Adam Jackson
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 22:04 UTC by Jakub Bogusz
Modified: 2008-09-22 12:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
add missing NULL, use driCreateConfigs() (3.17 KB, patch)
2008-09-12 22:04 UTC, Jakub Bogusz
Details | Splinter Review

Description Jakub Bogusz 2008-09-12 22:04:37 UTC
Created attachment 18855 [details] [review]
add missing NULL, use driCreateConfigs()

tdfx_dri driver in Mesa 7.1.0 is missing some parts of update, at least:
1) tdfxExtensions is missing terminating NULL, which leads to X server
  crash on startup if DRI is enabled
2) configs creation was not updated to use driCreateConfigs(), which
  leads to no available visuals
Comment 1 Jakub Bogusz 2008-09-22 12:32:00 UTC
Patch already merged in Mesa 7.2 release.


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.