obs-studio/libobs-opengl
jp9000 30af7dc211 Optimize GL staging surface and fix mac issue
Staging surfaces with GL originally copied to a texture and then
downloaded that copied texture, but I realized that there was really no
real need to do that.  Now instead they'll copy directly from the
texture that's given to them rather than copying to a buffer first.

Secondly, hopefully fix the mac issue where the only way to perform an
asynchronous texture download is via FBOs and glReadPixels.  It's a
really dumb issue with macs and the amount of "gotchas" and non-standard
internal GL functionaly on mac is really annoying.
2014-02-14 18:13:25 -07:00
..
2014-02-14 15:13:36 -07:00
2013-09-30 19:37:13 -07:00
2014-01-25 22:26:55 -06:00
2014-02-14 15:13:36 -07:00
2014-02-09 11:37:22 -07:00
2014-02-09 11:37:22 -07:00
2014-02-14 15:13:36 -07:00
2014-02-14 15:13:36 -07:00