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
2021-01-26Viewport Rendering: Don't clamp when overlays are disabled.Jeroen Bakker
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-16Fix T83547: UV Editor stitching preview is gone.Jeroen Bakker
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-24Viewport: cannot select object by clicking on its instancesJacques Lucke
2020-11-24Fix T80748: Render Emissive Colors in Compositor BackdropJeroen Bakker
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78028: crash with grease pencil and save buffersBrecht Van Lommel
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-21DrawManager: Adding Custom Render PassesJeroen Bakker
2020-10-06Fix T81459: Memory Leak Cycles Rendered ViewportJeroen Bakker
2020-09-21Fix T80931: Proporional Editing Cursor Draws IncorrectJeroen Bakker
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-16Fix T80107 Selection: Regression in Box selectionClément Foucault
2020-09-15CleanUp: Fixed incorrect parameters to GPU_depth_testJeroen Bakker
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker
2020-09-08Cleanup: DRW: Replace 0 by NULL in GPU_context_create callsClément Foucault
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-08fix flushClément Foucault
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-08-30GPUFrameBuffer: Use debug name supportClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-28DrawEngine: Shader Test SuiteJeroen Bakker
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21GPUUniformBuf: Rename struct and change API a bitClément Foucault
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-20DRW: Fix remaining glDisableClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18Cleanup: GPUState: Remove GPU_state_init()Clément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Cleanup: GPU: Replace Batch uniform by shader uniform using macroClément Foucault
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-07Fix T78452 EEVEE: Motion Blur: Crash when using camera switchingClément Foucault
2020-08-06Merge branch 'blender-v2.90-release'Antonio Vazquez
2020-08-06Fix T77885: crash rendering grease pencil from compositor with multiple scenesVincent Blankfield
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-05Fix T77346: GPU Workaround Always Render Using Main ContextJeroen Bakker
2020-08-04Merge branch 'blender-v2.90-release' into masterCampbell Barton