summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/OGLTexture.cpp
AgeCommit message (Expand)Author
2026-01-25Merge pull request #14302 from oltolm/opengl_assertOatmealDome
2026-01-25Remove unused importsMartino Fontana
2026-01-24DX, OGL: fix assertoltolm
2025-08-12Fix bugs related to AbstractStagingTextures that perform an Upload (write to ...TryTwo
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2024-11-08Replace 'reinterpret_cast' with 'static_cast'Dr. Dystopia
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-07-21VideoBackends: add support for cube maps for OGL, Vulkan, and D3Diwubcode
2023-06-09Merge pull request #11699 from Pokechu22/gl-check-maximum-samplesAdmiral H. Curtiss
2023-06-09Merge pull request #11859 from iwubcode/backend-multi-outputAdmiral H. Curtiss
2023-06-08OpenGL: Check the list of supported AA modes instead of hardcodingPokechu22
2023-06-08Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)Filoppi
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-04-23Merge pull request #11628 from Pokechu22/gles-32-only-multisampleAdmiral H. Curtiss
2023-04-15Embrace nullptr over NULL and 0get
2023-04-08OGL: Use GL_OES_texture_storage_multisample_2d_array when supportedPokechu22
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-01-31Implement AbstractGfx for OpenGLScott Mansell
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2022-11-01OGL: use already known object label lengthsTillmann Karras
2022-01-31OGLTexture: Only set texture name if supportedOatmealDome
2021-12-10Treewide: Adjust order of includesPokechu22
2021-08-30VideoBackends / VideoCommon: allow the ability to set debug names for shaders...iwubcode
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-09OGL: Disable scissor test when calling glBlitFramebuffer()Stenzek
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-03-16Assert: Remove unused parameter from DEBUG_ASSERTLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-02VideoCommon: Add support for Abstract FramebuffersStenzek
2018-03-01AbstractTexture: Add support for depth textures/formatsStenzek
2018-03-01AbstractTexture: Support multisampled abstract textureStenzek
2018-03-01VideoBackends: Restore the framebuffer as part of the API stateStenzek
2018-02-19Merge pull request #6367 from stenzek/gl-flushMarkus Wick
2018-02-09OGL: Use explicit flush instead of GL_SYNC_FLUSH_COMMANDS_BITStenzek
2018-02-09OGL: Don't leave staging texture buffer bound after mappingStenzek
2018-01-26AbstractTexture: Fix crash in Vulkan backend when freeing textureStenzek
2018-01-22AbstractTexture: Move Bind() method to RendererStenzek
2017-12-10OGL: Fix incorrect usage of glGetTextureSubImageStenzek
2017-11-22AbstractTexture: Drop slow map readback pathStenzek
2017-11-22AbstractTexture: Seperate CopyRectangleFromTexture to two methodsStenzek
2017-11-22VideoBackends: Add AbstractStagingTexture classStenzek
2017-11-22AbstractTexture: Support BGRA8 formatsStenzek
2017-11-22VideoCommon: Move abstract texture creation function to RendererStenzek
2017-11-17Support frame and video dumping from VideoCommoniwubcode
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode