Bug 52174 - radeonsi enable GLSL 1.3 by default
Summary: radeonsi enable GLSL 1.3 by default
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/radeonsi (show other bugs)
Version: git
Hardware: All All
: medium enhancement
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 23:57 UTC by Alec Ari
Modified: 2013-05-28 09:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alec Ari 2012-07-16 23:57:17 UTC
GLSL 1.3 has now been static to the r600g driver. Shouldn't this be done for radeonsi as well?

case PIPE_CAP_GLSL_FEATURE_LEVEL:
return debug_get_bool_option("R600_GLSL130", FALSE) ? 130 : 120;

to

case PIPE_CAP_GLSL_FEATURE_LEVEL:
return 130;

Thanks!
Comment 1 Michel Dänzer 2013-05-28 09:26:52 UTC
It wasn't actually ready yet, but now it is. :)

commit cdad129f9cda038fb29cde94645d2fcab7207c50
Author: Michel Dänzer <michel.daenzer@amd.com>
Date:   Fri May 24 16:49:42 2013 +0200

    radeonsi: Enable GLSL 1.30


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.