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 - [PATCH] Add eglCreatePbufferSurface function
Summary: [PATCH] Add eglCreatePbufferSurface function
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.7
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 10:48 UTC by tomwardio
Modified: 2017-12-04 04:27 UTC (History)
0 users

See Also:


Attachments
Proposed patch for loading eglCreatePbufferSurface function (1.30 KB, text/plain)
2017-11-06 10:48 UTC, tomwardio
Details

Note You need to log in before you can comment on or make changes to this bug.
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!