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
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-18Cleanup: GPU: Set default GL_UNPACK_ALIGNMENT to 1Clément Foucault
2020-07-18GPUTexture: Add better swizzle supportClément Foucault
2020-07-18Cleanup: GPU: Make icon drawing use GPUTextureClément Foucault
2020-07-01GPU: Apple/Nvidia Proxy checkStefan Werner
2020-06-28Fix T77549 GPUTexture: Crash caused by NULL parameter to glBindTextures...Clément Foucault
2020-06-08Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpuClément Foucault
2020-06-04GPUTexture: Make GPU_texture_unbind_all faster on newer opengl versionClément Foucault
2020-06-03DRW: Always unbind texture after drawingClément Foucault
2020-06-03GPUTexture: Fix samplers configuration typoClément Foucault
2020-06-03GPUTexture: Add support for binding textures with custom sampler statesClément Foucault
2020-06-03DRW: Remove automatic bind locations and use hardcoded locations for texturesClément Foucault
2020-06-03GPU: Texture: Remove multibind trackingClément Foucault
2020-06-02GPU: Texture: Replace internal sampler state by explicit state objectClément Foucault
2020-05-28Cleanup: GPU: Fix warningClément Foucault
2020-05-28GPU: Fix compilation warning about uninitialized valuesClément Foucault
2020-05-25GPUTexture: Make GPU_texture_clear workaround fast.Clément Foucault
2020-05-07Fix T76510: Eevee OpenVDB render artifacts due to texture clampingBrecht Van Lommel
2020-04-26GPU: Add better support for texture copy fallbackClément Foucault
2020-04-22GPU: Add GPU_texture_copyClément Foucault
2020-04-17GPU: Fix typo making RG16F use 16 bytes instead of 4Clément Foucault
2020-04-17GPU: Fix missing SRGB8_ALPHA8 debug stringClément Foucault
2020-03-24Cleanup: Silence warningsGermano Cavalcante
2020-03-24GPU: Estimate a better value for the memory usedGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-11Smoke: put density/color in separate textures, fixes for workbench shaderBrecht Van Lommel
2020-02-15GPU: Add GPU support to fill a texture image with a constant valuemano-wii
2020-02-11DRW: Color Management improvementClément Foucault
2020-01-16Merge branch 'blender-v2.82-release'Lukas Stockner
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2020-01-13Cleanup: remove unused GPU_texture_from_preview functionCampbell Barton
2019-10-04GPU: Platform Support LevelJeroen Bakker
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-07-09Cleanup: GPU: Correct commentClément Foucault
2019-07-09GPU: ATI Proxy checkJeroen Bakker
2019-07-09Fix T66573 Heap Corruption when baking to irradiance volume probeClément Foucault
2019-06-26Revert "GPU: Create and use new GPU_texture_read_rect utility."mano-wii
2019-06-24Fix T65812: Image empty has wrong aspect with limit texture sizeCampbell Barton
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-05-05Cleanup: fallthrough attribute warningCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05GPU not able to allocate textureJeroen Bakker