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
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-24Weight Paint: Multiply overlay on the meshJacques Lucke
2018-09-24GPU: utility function to draw a partial circleCampbell Barton
2018-09-21Fix missing edge in shape-to-wire utilityCampbell Barton
2018-09-20GPU Python API: shader.uniform_floatDalai Felinto
2018-09-20GPUCodegen: Remove unnecessary GLEW_VERSION_3_0 checksClément Foucault
2018-09-20Eevee: Implement Wireframe NodeClément Foucault
2018-09-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-20GPUTexture: Fix HDRI being clamped on OSXClément Foucault
2018-09-19Cleanup: Remove "_new" from GPU_generate_pass_newClément Foucault
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19Cleanup: styleCampbell Barton
2018-09-18GPUShader: Manually validate sampler countClément Foucault
2018-09-16Fix T56817: Assert because of invalid framebufferClément Foucault
2018-09-15Cleanup: use r_ prefix for return argsCampbell Barton
2018-09-15GPUTexture: Fix problem with glGenerateMipmapClément Foucault
2018-09-14GPU module: Initial implementation of the `gpu.shader` submodule.mano-wii
2018-09-14GPUBuffers: Rework support for pbvh grids + fast navigateClément Foucault
2018-09-12GPU: Remove residue of OpenSubdivSergey Sharybin
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-09-11GPUMaterial: Fix issue with coloramp and constant interpolationClément Foucault
2018-09-11Followup for previous PBVH commitSergey Sharybin
2018-09-11FIx/workaround wrong number of primitives in PBVG grid buffersSergey Sharybin
2018-09-11Cleanup: remove unused GPU code.Brecht Van Lommel
2018-09-11PBVH: Fix miossing normals for gridsSergey Sharybin
2018-09-11GPU: utility function to unregister presetsCampbell Barton
2018-09-10Eeevee: update to match recent voronoi GLSL features for Cycles.Charlie Jolly
2018-09-10Fix assert when toggling Xray mode after going to Solid and lookedev/eeveeClément Foucault
2018-09-10Cleanup: More variables unused in releaseSergey Sharybin
2018-09-07UI: move toolbar arrow closer to button edgeCampbell Barton
2018-09-06CMake: add missing headersCampbell Barton
2018-09-03Fix T56544: Crash on startup with Radeon + Win 7Clément Foucault
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-30Cleanup: GPU_BATCH_DISCARD_ARRAY_SAFE (deduplicate existing code)Dalai Felinto
2018-08-29Cleanup: add file doxy commentsCampbell Barton
2018-08-24Cleanup: Remove debug printfClément Foucault
2018-08-24Sculpt: Optimize Mask Overlay drawingClément Foucault
2018-08-23UI: Optimize the area border drawingClément Foucault
2018-08-22Object Mode: Add back spot cone displayClément Foucault
2018-08-22Paint Overlay: Fix blending of the brush overlayClément Foucault
2018-08-22GPU: Fix issue with multiple Geometry node.Clément Foucault
2018-08-22DRW: Fix background image displayClément Foucault
2018-08-22GPUMaterial: Geometry Node: Add support for parametric outputClément Foucault
2018-08-17Fix T55722 : Blender 2.8 crashes on startup on old Nvidia cardsClément Foucault
2018-08-17GPUFramebuffer: Fix wrong stencil clearingClément Foucault
2018-08-14GPUShader: Remove some of the unused shadersClément Foucault
2018-08-14Fix gpu building after cleanupDalai Felinto