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
path: root/intern
AgeCommit message (Expand)Author
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Code cleanup: refactor Cycles image metadata retrieval to use a struct.Brecht Van Lommel
2018-02-28Cycles point density textureDalai Felinto
2018-02-28Fix Cycles to mostly work with render layer / depsgraph changes.Brecht Van Lommel
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-27GWN: Query builtin uniform at shader creation.Clément Foucault
2018-02-27MSVC 2013 Compile Fix/Workaround for "static thread_local" varsJoshua Leung
2018-02-26GWN: Fix glitches when closing a window.Clément Foucault
2018-02-26V3D: Vertex selection: Fix opengl error.Clément Foucault
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
2018-02-25DRW/GWN: Bypass glUseProgram.Clément Foucault
2018-02-24Merge branch 'master' into blender2.8Kévin Dietrich
2018-02-24Smoke: expose empty space clipping property to the UI.Kévin Dietrich
2018-02-24OpenVDB : use underscores instead of spaces in grid names.Kévin Dietrich
2018-02-23Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-23Cycles: add Principled Volume shader.Brecht Van Lommel
2018-02-23Cycles: change smoke color grid to not include density multiplied in.Brecht Van Lommel
2018-02-23Code refactor: improve attribute handling for optional volume attributes.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2018-02-22GWN: Fix immediate mode when closing a window.Clément Foucault
2018-02-22GWN: Context: Fix allocation/codestyle and crash on startup.Clément Foucault
2018-02-22GWN: Fix use after free crash.Clément Foucault
2018-02-22Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-22Cycles: add Russian roulette termination for volume multiple scattering.Brecht Van Lommel
2018-02-22Cycles: better path termination for transparency.Brecht Van Lommel
2018-02-22Code cleanup: fix incorrect socket names in hair and particle info nodes.Brecht Van Lommel
2018-02-22GWN: Fix compilation on windowsGermano
2018-02-21Fix incorrect OSL raytype bits and add some comments.Brecht Van Lommel
2018-02-21Fix T54105: random walk SSS missing in branched indirect paths.Brecht Van Lommel
2018-02-21Fix T54107: bevel shader + normal map gives wrong result.Brecht Van Lommel
2018-02-21Gawain: VertexFormat: CleanupClément Foucault
2018-02-21Gawain: Refactor: VAOs caching AND use new VAOs manager.Clément Foucault
2018-02-21Gawain: Add new context/vao manager.Clément Foucault
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-18Cycles: Remove fermi related defines from the code.Thomas Dinges
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
2018-02-16Fix T53399: Dopesheet keyframes and the drawing of points were not visible wi...Germano
2018-02-16GHOST: Windows: Print information on the GPUGermano
2018-02-15GWN: Fix ubo debug printfClément Foucault
2018-02-15GWN: Fix attrib arrays giving incorrect name depending on the platform.Clément Foucault
2018-02-15Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-15Code cleanup: simplify switch statement, ensure we catch missing enums.Brecht Van Lommel
2018-02-15Fix T54073: crash and uninitialized memory in Cycles displacement hashing.Brecht Van Lommel
2018-02-14Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-14GWN: Add new dynamic type of batches and removeClément Foucault
2018-02-14GWN: Add GWN_batch_draw_proceduralClément Foucault