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-10Realtime Compositor: Add basic output nodesOmar Emara
2022-08-10Realtime Compositor: Add evaluator and engineOmar Emara
2022-08-10Cleanup: spellingCampbell Barton
2022-08-09Cleanup: Move draw_cache_impl_pointcloud.c to C++Hans Goudey
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-09Cleanup: sort cmake file-listsCampbell Barton
2022-08-08Fix T100285: Shader value node always outputs zeroOmar Emara
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-03Fix compile issue in recent commit.Jeroen Bakker
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-08-02EEVEE-Next: Depth Of Field: Port implementation to compute shaderClé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-08-02Cleanup: Simplify arguments to sculpt draw functionsHans Goudey
2022-08-01Merge branch 'blender-v3.3-release'Jeroen Bakker
2022-08-01GPU: Fix failing compute tests.Jeroen Bakker
2022-08-01Merge branch 'blender-v3.3-release'Jeroen Bakker
2022-08-01Eevee: Add support of rendering curves with cryptomatte.Jeroen Bakker
2022-07-29Realtime Compositor: Add needed GPU module changesOmar Emara
2022-07-28EEVEE-Next: Motion Blur new implementationClément Foucault
2022-07-26Refactor: Extract color attributes as generic attributesHans Goudey
2022-07-21GPU: Fix compilation with WITH_GPU_BUILDTIME_SHADER_BUILDER optionClément Foucault
2022-07-21Cleanup: formatCampbell Barton
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-19Metal: Add license header to new filesClément Foucault
2022-07-19Metal: MTLUniformBuffer module implementationJason Fielder
2022-07-19Metal: MTLQueryPool implementation adding support for occlusion queries.Jason Fielder
2022-07-19EEVEE: use mipmaps of compressed textures (DDS)Ethan-Hall
2022-07-16Fix error in assertion after 92a99c14965905e73f049bc1f92b597a903977fcCampbell Barton
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Fix compiler error in debug builds after 1cf465bbc331Julian Eisel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-15GPU: Fix shader builder on hardware that does not have all featuresClément Foucault
2022-07-15Cleanup: GPU: Replace NULL by nullptr from C++ filesClément Foucault
2022-07-15GPU: Remove USD dependency from shader_builder.Ray Molenkamp
2022-07-14Cleanup: spelling in commentsCampbell Barton
2022-07-11GPU: add BUIDTIME to WITH_GPU_SHADER_BUILDERJeroen Bakker
2022-07-11GPU: Update shader builder stubs.Jeroen Bakker
2022-07-07Curves: Add sculpt selection overlayHans Goudey
2022-07-05GPU: add missing license headerCampbell Barton
2022-07-04METAL: Add license header to new filesClément Foucault
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-07-01Metal: MTLMemoryManager implementation includes functions which manage alloca...Jason Fielder
2022-07-01Cleanup: GPUCodegen: Remove unused variablesClément Foucault
2022-07-01GPUMaterial: Remove the max attribute checkClément Foucault
2022-06-30EEVEE-Next: Add Film and RenderBuffers moduleClément Foucault
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton