extensions/EGL_ANGLE_program_cache_control.txt


Log

Author Commit Date CI Message
Jamie Madill 315ecd20 2017-07-11T13:51:04 Add entry points for EGL_ANGLE_program_cache_control. This instruments the plumbing for the extension without adding any functionality or exposing the extensions string. The extension text is also updated to reflect the new entry point design and naming. Also this corrects a few mistakes. This will be followed up by the tests (which won't run) and then the extension functionality in ANGLE. BUG=angleproject:1897 Change-Id: I5b009e23bc27da06b067375525bd6fc574027702
Jamie Madill 83f0fb4d 2017-07-05T16:44:04 Add program binary cache EGL and GL extensions. The EGL extension will allow for querying the cache and populating it with shaders on startup. The GL extension adds some language to the spec and allows for querying the program binary cache status of a Context. BUG=angleproject:1897 Change-Id: I7233844e41008f097efbb30cf9fe9c89227085fc Reviewed-on: https://chromium-review.googlesource.com/556383 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>