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 3945

Summary: [PATCH] Add eglCreatePbufferSurface function
Product: SDL Reporter: tomwardio
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.7   
Hardware: x86_64   
OS: Linux   
Attachments: Proposed patch for loading eglCreatePbufferSurface function

Description tomwardio 2017-11-06 10:48:44 UTC
Created attachment 3071 [details]
Proposed patch for loading eglCreatePbufferSurface function

Proposed patch loads eglCreatePbufferSurface in same manner as other 1.1 functors. This allows custom video drivers to create pbuffer surfaces.
Comment 1 tomwardio 2017-11-27 15:51:58 UTC
Ping. Has this been approved? Or should I load this functor from within video driver itself?

Thanks!