Summary: | [r600g, wine] sync/fenc GL extension missing | ||
---|---|---|---|
Product: | Mesa | Reporter: | Tobias Jakobi <liquid.acid> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jb.faq |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Tobias Jakobi
2011-02-01 14:00:41 UTC
According to the specification [1], OpenGL 3.1 is required. You can see the status of OpenGL 3.x support here [2]. [1] http://www.opengl.org/registry/specs/ARB/sync.txt [2] http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt This is interesting, since ARB_sync is implemented in the i965 classic driver, which only advertises GL 2.1 support. (In reply to comment #1) > According to the specification [1], OpenGL 3.1 is required. You can see the > status of OpenGL 3.x support here [2]. > > [1] http://www.opengl.org/registry/specs/ARB/sync.txt > [2] http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt I think that bit in the ARB_sync spec is incorrect. I believe the extension is written against the OpenGL 3.1 spec, but I don't believe that 3.1 is actually required. As Tobias mentions in comment #2, we implement this extension in the i965 driver without any problems. We didn't encounter any odd interactions or dependencies along the way. |
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.