https://bugs.freedesktop.org/show_bug.cgi?id=49309
Bug #: 49309 Summary: R600_STREAMOUT is broken Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/R600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: nedanfor@gmail.com
Created attachment 60802 --> https://bugs.freedesktop.org/attachment.cgi?id=60802 glxinfo output
I use drivers from this PPA: https://launchpad.net/~oibaf/+archive/graphics-drivers/. xserver-xorg-video-ati version is 1204181041.0bda30, mesa version is 1204271238.6af4c9.
I don't know when it has started but yesterday I discovered that "OpenGL version string" reports OGL 2.1 instead of 3.0 while using R600_STREAMOUT and R600_GLSL130.
My GPU is a AMD Radeon HD6570 (TURKS Pro, Northern Islands). If you need other information, please let me know.
https://bugs.freedesktop.org/show_bug.cgi?id=49309
--- Comment #3 from Matteo Rapone nedanfor@gmail.com 2012-04-30 16:19:01 UTC --- So is it a missing functionality? Thank you. Sorry if I've wasted your time.
https://bugs.freedesktop.org/show_bug.cgi?id=49309
--- Comment #1 from Marek Olšák maraeo@gmail.com 2012-04-30 12:12:08 PDT --- So what's the issue? The GL version? There's a new requirement for GL3: 4x multisampling.
https://bugs.freedesktop.org/show_bug.cgi?id=49309
--- Comment #2 from Alexandre Demers alexandre.f.demers@gmail.com 2012-04-30 15:41:04 PDT --- (In reply to comment #1)
So what's the issue? The GL version? There's a new requirement for GL3: 4x multisampling.
If Matteo is interested, it's Mesa's commit 8e90913e9f99ff3296a3c3da36e73cd2d4730269 mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
As noted in commit i965: Claim to support 4 multisamples on gen6+., this was missing before.
NOTE: This is a candidate for the 8.0 branch.
Reviewed-by: Kenneth Graunke kenneth@whitecape.org
So as you were pointing Marek, this is not a bug and it should be closed as so.
https://bugs.freedesktop.org/show_bug.cgi?id=49309
Alex Deucher agd5f@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTABUG
https://bugs.freedesktop.org/show_bug.cgi?id=49309
--- Comment #4 from Alex Deucher agd5f@yahoo.com 2012-04-30 16:34:16 PDT --- GL3 requires MSAA which is not yet supported. GL3 was mistakenly enabled without it initially. Dave has a branch with initial support which will be merged when ready: http://cgit.freedesktop.org/~airlied/mesa/log/?h=r600g-ms
dri-devel@lists.freedesktop.org