Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19EEVEE: use mipmaps of compressed textures (DDS)Ethan-Hall
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-04-14GPUTexture: Fixed typo where wrong enum was usedEthan-Hall
2022-03-21GPU: Allow the user to set an anisotropic filtering setting below the impleme...Ethan-Hall
2022-03-18GPU: Add support for stencil buffer texturing mode.Clément Foucault
2022-03-18GL: Check texture framebuffer feedback only if not using compute pipeline.Clément Foucault
2022-02-25GPUTexture: Add support for texture viewClément Foucault
2022-02-25GPUTexture: Use immutable storageClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-11-20Fix T92090: Eevee crash with Intel HD 4000 and macOS 10.15.7Brecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-02-17Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-10-20GLTexture: Fix Anisotropic filtering affecting the standard mipmap samplersClément Foucault
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-10GL: Wrap extension support inside GLContextClément Foucault
2020-09-10GL: Add fallback debug layerClément Foucault
2020-09-09Cleanup: GPU: Replace multiple checks by GLContext::debug_layer_supportClément Foucault
2020-09-08GLSamplers: Add debug object labelClément Foucault
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-07Cleanup: GLBackend: Move buf_free and tex_free to GLContextClément Foucault
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07EEVEE: Try to allocate the lightcache and use fallback if failureClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-07GPUVertBuf: GL Backend IsolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-06GLTexture: Fix crash with --debug-gpu on windows + nvidiaClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05GLTexture: Add Feedback loop checkClément Foucault
2020-09-05GLTexture: Add direct state access supportClément Foucault
2020-09-05GLTexture: Add back texture proxy checkClément Foucault
2020-09-05GPUTexture: Add support for samplersClément Foucault
2020-09-05GPUTexture: GL Backend IsolationClément Foucault
2020-09-05GPUTexture: Add skeleton of the new GLTexture classClément Foucault