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-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-19Fix ubsan warnings about indexing into null pointersLoren Osborn
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-09DRW: DebugDraw: Port module to C++ and add GPU capabilitiesClément Foucault
2022-08-09GL: Fix error messages missing end of lineClément Foucault
2022-08-02GL: Remove lingering image bindsClément Foucault
2022-08-02GL: Compute: Fix indirect compute barrier and unbindClément Foucault
2022-08-02GPUBatch: Add GPU_batch_draw_indirectClément Foucault
2022-07-19EEVEE: use mipmaps of compressed textures (DDS)Ethan-Hall
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Cleanup: GPU: Replace NULL by nullptr from C++ filesClément Foucault
2022-06-28Cleanup: compiler warnings, remove unused functionsCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-06-15Fix T98708: Crash on startup - OpenGL4.2 without conservative depth.Jeroen Bakker
2022-06-08Fix T98620: Video sequencer screen corruption occurs when resizing.Jeroen Bakker
2022-05-25Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-25GPU: Updated comment about HQ normals workaround.Jeroen Bakker
2022-05-25Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-25GPU: Fix issue that negated HQ normals workaround.Jeroen Bakker
2022-05-24Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-24Fix T97828: Split normals not visible on certain platforms.Jeroen Bakker
2022-05-19GPUStorageBuf: Add `GPU_storagebuf_copy_sub_from_vertbuf()`Clément Foucault
2022-05-19GLShader: Add glsl_shader_defines.glsl to compute shadersClément Foucault
2022-05-19GL: Fix gl error during debug name setup for shader storage buffersClément Foucault
2022-05-15GPUVertBuf: Add support for binding as buffer textureClément Foucault
2022-05-13Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-13MacOS/AMD: Drawing artifacts in VSE.Jeroen Bakker
2022-05-11Fix T97330: GPU Subdiv compiler error.Jeroen Bakker
2022-05-11Fix T97330: GPU Subdiv compiler error.Jeroen Bakker
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-11Cleanup: spelling in commentsCampbell Barton
2022-05-10Fix T97272: Lag when resizing viewports.temp-T97272Jeroen Bakker
2022-05-01GL: Add attribute-less shader workaround for MacOS to the backendClément Foucault
2022-04-29GLState: Avoid possible undefined behavior in state comparisonClément Foucault
2022-04-20GL: Change array macro to not conflict with opensubdiv variable namesClément Foucault
2022-04-14GPU: Make nodetree GLSL Codegen render engine agnosticClément Foucault
2022-04-14GPUTexture: Fixed typo where wrong enum was usedEthan-Hall
2022-03-30GL: Fix Invalid enum error on Apple SiliconClément Foucault
2022-03-30GPUShaderCreateInfo: Add DepthWrite optionClément Foucault
2022-03-26GPU: ShaderBuilder: Skip shader compilation for unsupported shaders.Clément Foucault
2022-03-26GL: Fix shader error logging on Apple M1 hardwareClément Foucault
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-22GL: Fix compilation error on MSVC (for real)Clément Foucault
2022-03-22GL: Fix compilation error on MSVCClément Foucault
2022-03-22Metal: Make GLSL shader source MSL compliant alsoJason Fielder
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-03-21GPU: Allow the user to set an anisotropic filtering setting below the impleme...Ethan-Hall