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-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-25GPU: Add another driver to the list of unused_fb_slot_workaroundmano-wii
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-18DRW: Instance: Makes it possible to have instances of a non-init batchClément Foucault
2018-12-17Mesh Batch Cache: Port Texture paint batches to new batch requestClément Foucault
2018-12-17GPU: Add Intel HD Graphics 530 to the list of buggy intel gpusClément Foucault
2018-12-15Fix T56185, T59351: bypass GL_PROXY_TEXTURE.. test on AMD GPU + windowsmano-wii
2018-12-14GPUBatch: Add GPU_batch_clear to clear batches without freeingClément Foucault
2018-12-14GPUBuffers: Fix uninitialized memory use causing undefined conditional jumpClément Foucault
2018-12-14Attempt to sanitize node tree deletionSergey Sharybin
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Docs: correct doxy commentsCampbell Barton
2018-12-12GPUTexture: Add debug print for cubemap texturesClément Foucault
2018-12-12GPUTexture: Fix memory statistics not working for Multisamples texturesClément Foucault
2018-12-11GPUState: Remove glLineWidth warnings about size 0x0Clément Foucault
2018-12-11GPUTexture: Add debug output to check what texture was createdClément Foucault
2018-12-10GPU: Make changes to GPUIndexBuf and GPUVertBuf to allow multithreadingClément Foucault
2018-12-10GPU: Cleanup: Rename vbo to ibo for index buffersClément Foucault
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-07GPU: Remove EXT and add assertClément Foucault
2018-12-07GPU: Add GPU_vertformat_triple_load to load next vertices attribClément Foucault
2018-12-06GPU Framebuffer: simplify gpu_framebuffer_update_attachments_and_fill_empty_s...mano-wii
2018-12-06GPU Extensions: unused_fb_slot_workaround: Compare only the driver.mano-wii
2018-12-06Fix T56362: sub surface scattering does not work on eevee on radeon hd 7600 s...mano-wii
2018-12-06Fix problem with unused color slot in framebuffer on some bugged AMD GPUsmano-wii
2018-12-05GPU: Fix gpu workaround detectionClément Foucault
2018-12-05GPU: Improve detection of intels UHD graphicsClément Foucault
2018-12-05GPU: Print opengl infos if using --debug-gpu-force-workaroundsClément Foucault
2018-12-05BKE: Add "--debug-gpu-force-workarounds" to force gpu workaroundsClément Foucault
2018-12-05Workbench: Fix workbench broken on some config due to usuned fb slotClément Foucault
2018-12-03Workbench: Reduce VRAM usage depending on modeClément Foucault
2018-12-02Fix T57455: Laggy, freezing UI with Linux and Intel UHD 620Clément Foucault
2018-12-01UI: Simplify the area border drawingClément Foucault
2018-12-01Cleanup: redundant NULL checksCampbell Barton
2018-11-30GPUTexture: Add support for GL_R16 texture formatClément Foucault
2018-11-28GPU: Add AMD Radeon RX series to macos blitting workaround listClément Foucault
2018-11-28Cleanup: correct assert, remove redundant NULL checksCampbell Barton
2018-11-28Cleanup: correct function signaturesCampbell Barton
2018-11-17Eevee: Optimize Color Ramp node for common cases.Clément Foucault
2018-11-17GPU: Cleanup / Opti : Vectorize + MADD and remove unused functionClément Foucault
2018-11-16Fix T57874: Crash due to IMM_BUFFER_SIZE when drawing cached frames...Clément Foucault
2018-11-15Cleanup: Double semicolon at the end of lineSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13GPU: Fix crash at startupClément Foucault
2018-11-12Fix T57571: Blender crashes on UV transformationClément Foucault
2018-11-08Eevee: Fix broken Vector Transform nodeClément Foucault
2018-11-08Eevee: Add partial support for the Light Path NodeClément Foucault
2018-11-08Eevee: Fix geometry node for environments and support true_normalClément Foucault