Bug 49326 - softpipe regressed back to OpenGL 2.1
Summary: softpipe regressed back to OpenGL 2.1
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 23:47 UTC by Vinson Lee
Modified: 2012-05-01 06:12 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2012-04-30 23:47:24 UTC
mesa: 2d75a1e25e6ddcd65964d30fc3c782df2e880cc4 (master)

Run glxinfo on softpipe.

$ glxinfo
[...]
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on softpipe
OpenGL version string: 2.1 Mesa 8.1-devel (git-2d75a1e)
OpenGL shading language version string: 1.30
[...]


8e90913e9f99ff3296a3c3da36e73cd2d4730269 is the first bad commit
commit 8e90913e9f99ff3296a3c3da36e73cd2d4730269
Author: Dylan Noblesmith <nobled@dreamwidth.org>
Date:   Sat Apr 21 19:35:48 2012 +0000

    mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
    
    As noted in commit be4e46b21a60cfdc826bf89d1078df54966115b1,
    this was missing before.
    
    NOTE: This is a candidate for the 8.0 branch.
    
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Comment 1 Alex Deucher 2012-05-01 06:12:29 UTC
GL3 requires MSAA support which isn't implemented yet.


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.