summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL backend: reorganized headers, removed signature methods implemented by...assiduous2021-03-191-3/+4
* OpenGL backend: updated resource binding procedureassiduous2021-03-191-16/+0
* OpenGL: added resource signatureazhirnov2021-03-191-10/+3
* Updated copyright noticeassiduous2021-01-011-1/+1
* Refactored TextureBaseassiduous2020-11-061-3/+3
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-2/+2
* Unified staging buffer offset processing in Vulkan and GLassiduous2020-10-011-33/+1
* Updated Metal interfaces plus a number of misc fixesassiduous2020-09-281-2/+2
* Reworked texture format info reportingassiduous2020-09-161-2/+2
* OpenGL backend: enabled copying textures to default framebufferassiduous2020-08-111-1/+4
* GL backend: fixed GetTextureInternalFormat function to allow texture fromat q...assiduous2020-05-101-4/+21
* GL backend: updated GetTextureDescFromGLHandle function to handle query errorsassiduous2020-05-101-22/+101
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-091-3/+4
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-21/+23
* Fixed class vs struct issues. Implemented HLSL2GLSL Convertor C interfacesassiduous2020-01-271-1/+1
* More .h -> .hpp renamingsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projectsassiduous2020-01-261-5/+5
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-261-1/+1
* Updated coyright noticeassiduous2020-01-011-7/+11
* Fixed issue with const PVoid not being the intended const void*assiduous2019-12-231-1/+1
* Implemented staging textures in OpenGL backend; enabled draw command referenc...assiduous2019-12-181-12/+60
* clang-formatted GraphicsEngineOpenGL projectEgor Yusov2019-11-241-174/+184
* Implemented ResolveTextureSubresource in GL backend (fixed https://github.com...Egor Yusov2019-11-101-5/+31
* OpenGL backend: improved buffer bindingEgor Yusov2019-10-131-2/+2
* OpenGL backend: cosmetic code changesEgor Yusov2019-10-081-4/+11
* GL backend: fixed issue with random glBindBuffer() calls messing up currently...Egor Yusov2019-09-251-30/+27
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-091-7/+8
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fex minor changesEgor Yusov2018-12-241-4/+4
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-13/+20
* Replaced SET_RENDER_TARGETS_FLAGS with RESOURCE_STATE_TRANSITION_MODE.Egor Yusov2018-12-041-1/+1
* Added explicit state transition flags to SetRenderTargets methodEgor Yusov2018-12-011-1/+1
* Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()Egor Yusov2018-11-251-19/+0
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-241-18/+11
* Updated texture map/unmap intererface; implemented texture mapping in D3D12Egor Yusov2018-09-011-4/+11
* Fixed few issues with 3D texture views in GL and VKEgor Yusov2018-07-041-5/+22
* Fixed issue in OpenGL texture depth queryEgor Yusov2018-02-151-2/+3
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-1/+1
* Minor updates on iOS platformEgor Yusov2018-02-121-3/+7
* Enabled IOS buildEgor Yusov2018-02-011-16/+46
* Updated querying number of mip levels in GL texture to allow failure in older...Egor Yusov2018-01-271-3/+10
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Reworked dependencies between projectsEgor Yusov2017-12-281-1/+1
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-281-7/+7
* Updated to Diligent Engine 2.1Egor Yusov2017-11-131-79/+117
* Merge from dev branchEgor Yusov2017-05-201-1/+1
* Merging Updates from dev branchEgor Yusov2017-05-201-1/+1
* Fixed D3D12 warnings, updated copyright noticeEgor Yusov2017-04-061-1/+1
* Updated to Diligent Engine 2.0Egor Yusov2016-08-201-25/+62