Originally posted by mannerov
View Post
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
Collapse
X
-
-
Originally posted by mannerov View PostIt can be either llvm or gallium nine.
that's probably gallium nine though, and testing again when last serie of patches is merged to mesa git can change that.
Comment
-
Updates
* added ubuntu 15.04/vivid support
* updated llvm 3.6 to rc2, including radeon fixes (building now)
* added gallium-nine instructions here: https://launchpad.net/~oibaf/+archiv...aphics-drivers
Comment
-
Originally posted by oibaf View Post* added ubuntu 15.04/vivid support
* updated llvm 3.6 to rc2, including radeon fixes (building now)
* added gallium-nine instructions here: https://launchpad.net/~oibaf/+archiv...aphics-drivers
Can you add that lower kernel is supported (above 3.13 or 3.14, I'm not sure) if you add to the boot option drm.rnodes=1 That activates render-nodes.
Also perhaps you can add the wine version can be installed via PlayOnLinux.
Comment
-
Originally posted by oibaf View Post* updated llvm 3.6 to rc2, including radeon fixes (building now)
Comment
-
Originally posted by SystemCrasher View PostStrange, lib has really updated. However, compiled binaries (e.g. OpenCL kernels) contain mention of -rc1 inside of them once they're compiled. Is it just as planned? (e.g. runtime from rc1?)
Comment
-
Originally posted by oibaf View Postupdated llvm 3.6 to rc2, including radeon fixes (building now)
Code:$ glxinfo | grep OpenGL
'+vgpr-spilling' is not a recognized feature for this target (ignoring feature)
'+vgpr-spilling' is not a recognized feature for this target (ignoring feature)
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD BONAIRE
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.0-devel (git-6094619 2015-01-31 trusty-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.5.0-devel (git-6094619 2015-01-31 trusty-oibaf-ppa)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.5.0-devel (git-6094619 2015-01-31 trusty-oibaf-ppa)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Code:$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD BONAIRE
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.0-devel (git-753c327 2015-02-02 trusty-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.5.0-devel (git-753c327 2015-02-02 trusty-oibaf-ppa)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.5.0-devel (git-753c327 2015-02-02 trusty-oibaf-ppa)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Thanks.
Comment
Comment