We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1837 - Use error extension instead of glGetError()
Summary: Use error extension instead of glGetError()
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Other
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-04 07:36 UTC by Sam Lantinga
Modified: 2013-05-20 01:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lantinga 2013-05-04 07:36:55 UTC
glGetError() stalls the OpenGL pipeline, we should use the error callback extension instead.  See John MacDonald's 2013 GDC talk for details.
Comment 1 Sam Lantinga 2013-05-20 01:29:56 UTC
Implemented!
http://hg.libsdl.org/SDL/rev/987fb567bba9