Bug 33392 - EGL w/ hardware accel. not possible with intel + nouveau in one build
Summary: EGL w/ hardware accel. not possible with intel + nouveau in one build
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 20:36 UTC by Darxus
Modified: 2011-01-24 13:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Darxus 2011-01-23 20:36:53 UTC
If you build mesa with gallium, with Intel video cards it uses swrast.

If you build mesa without gallium, nouveau doesn't work because none of the PCI IDs are listed in the dri2_driver_map.

So it's not possible to create one build that supports hardware acceleration with EGL for both Intel and nouveau.
Comment 1 Darxus 2011-01-23 22:41:40 UTC
This problem may have been solved by:  http://cgit.freedesktop.org/mesa/mesa/commit/?id=a22a332fc7cc54d4d0973dcd21a90159cc51de1a

(I lack Intel hardware to test.)
Comment 2 Darxus 2011-01-24 13:01:50 UTC
krh verified the above commit fixed this problem.  It's nolonger falling back to swrast on Intel.


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.