aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/command_buffer
Commit message (Collapse)AuthorAge
* skia: Fix command buffer support on the macGravatar hendrikw2015-10-27
| | | | | | | | | | | | | | | | | | The extension on the mac is .dylib, updated the name. EGL.h isn't available on mac (unless we include skia_angle.h). I've got a somewhat bad hack of defining the types that I need to get this running. GetProcedureAddress was somehow successfully grabbing gl functions from another lib. Removed this call, I copied it from ANGLE impl, but it isn't required. lib load path works differently, fixed in GYP BUG=skia:2992 Review URL: https://codereview.chromium.org/1403153002
* Skia: Add Command Buffer support to Linux/MacGravatar hendrikw2015-10-01
| | | | | | | Code added to load libcommand_buffer_gles2.so on linux or mac. Review URL: https://codereview.chromium.org/1346423002
* skia: Replace CommandBuffer_ with eglGravatar hendrikw2015-09-01
| | | | | | | I ended up exporting the egl functions directly, so this needs to change on the skia side as well Review URL: https://codereview.chromium.org/1324823002
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
BUG=skia: Review URL: https://codereview.chromium.org/1306823003