aboutsummaryrefslogtreecommitdiff
path: root/src/libANGLE/Image.cpp
AgeCommit message (Expand)Author
2022-04-19Mark contexts as shared when importing EGL images.Geoff Lang
2022-03-31Vulkan: Support GL_EXT_EGL_image_storage extensionMohan Maiya
2021-11-25Add EGL_ANGLE_vulkan_image extensionPeng Huang
2021-10-25Don't release EGLImage refs until backends are respecifiedGeoff Lang
2021-08-10Reland "EGL: GLES: Implement GL_EXT_protected_textures"Jeff Vigil
2021-07-22Revert "EGL: GLES: Implement GL_EXT_protected_textures"Jamie Madill
2021-07-20EGL: GLES: Implement GL_EXT_protected_texturesJeff Vigil
2020-11-16GL: Implement EXT_YUV_targetGeoff Lang
2020-08-20Re-land "Feedback Loop Redesign 2/3: Track bound FBOs in Texture."Jamie Madill
2020-08-19Revert "Feedback Loop Redesign 2/3: Track bound FBOs in Texture."Khushal
2020-08-19Feedback Loop Redesign 2/3: Track bound FBOs in Texture.Jamie Madill
2020-05-06EGL: Add support for GL_EXT_EGL_image_array extensionMohan Maiya
2020-04-22Re-land: "Vulkan: Forward RenderBuffer/Surface dirty messages."Jamie Madill
2020-04-21Revert "Vulkan: Forward RenderBuffer/Surface dirty messages."Jamie Madill
2020-04-16Vulkan: Forward RenderBuffer/Surface dirty messages.Jamie Madill
2020-04-09EGL: Add support for EGL_EXT_image_gl_colorspace extensionMohan Maiya
2019-08-14Standardize copyright notices to project styleStuart Morgan
2019-08-14Add explicit integer castsJames Darpinian
2019-07-22Texture: Make ImageIndex store layer counts.Jamie Madill
2019-07-19Call ImageImpl::destroy before destroying the image source.Geoff Lang
2019-06-20Vulkan: Sync image in TextureVk::syncState.Jamie Madill
2019-04-09Rename getCurrentDisplay to getDisplayShahbaz Youssefi
2019-02-26Vulkan: Support EGL_ANDROID_image_native_buffer on Android.Geoff Lang
2019-02-11Vulkan: Implement EGL Images for 2D and Renderbuffer sources.Geoff Lang
2019-01-16Enable Chromium clang style plugin for libANGLE.Jamie Madill
2018-12-07Make angle::Result an enum.Jamie Madill
2018-11-27Reformat all cpp and h files.Jamie Madill
2018-11-15Use angle::Result in front-end (Part 8)Jamie Madill
2018-10-24Implement EGL_ANDROID_image_native_buffer.Geoff Lang
2018-10-10Inline RefCountObject::release.Jamie Madill
2018-08-31Fix EGLImage pixel format validationYuly Novikov
2018-08-01Don't store a ref from an EGL image to its source.Geoff Lang
2018-08-01Store egl::Image size/format information at initialization time.Geoff Lang
2018-07-23Pass Context to EGLImage creation and Display to EGLImage initialization.Geoff Lang
2018-06-14Implement EGL_KHR_debug.Geoff Lang
2018-06-12ES31: Implement FramebufferTextureEXT on OpenGL back-endsJiawei Shao
2018-06-07Fully format some files.Geoff Lang
2018-04-12ImageIndex: Consolidate layer/cube face.Jamie Madill
2018-03-06Use packed enums for the texture types and targets, part 2Corentin Wallez
2018-03-05Use packed enums for the texture types and targets, part 1Corentin Wallez
2017-11-22Apply Chromium style fixes.Jamie Madill
2017-10-03D3D11: Lazy robust resource init.Jamie Madill
2017-09-15Enable [[nodiscard]] for gl::Error.Jamie Madill
2017-06-20Proliferate gl::Context everywhere.Jamie Madill
2017-04-24Make ImageSibling inherit from FramebufferAttachment.Jamie Madill
2017-04-21Use a shared state for egl::Image.Jamie Madill
2017-01-04Replace Error(GL_NO_ERROR) with NoError().He Yunchao
2016-07-23Add gl::Format to represent a texture/rb/surface format.Jamie Madill
2015-08-17Make FramebufferAttachmentObject not refcountableCorentin Wallez
2015-08-13Revert "Make FramebufferAttachmentObject not refcountable"Corentin Wallez