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
2017-06-07Fix MSVC compile (T51740)Mike Erwin
2017-06-07Gawain: stricter lookup of builtin uniformsMike Erwin
2017-06-07Gawain: faster lookup shader attribs by nameMike Erwin
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-06-06Cycles: Fix infinite update when using duplisSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-06-01Gawain: Optimize shader uniform accessSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Libmv: Re-bundle from upstream to ensure code base is perfectly in syncSergey Sharybin
2017-05-31Improve backscatter color of subsurface scattering in Principled BSDFPascal Schoen
2017-05-30Bpy Extras: Port cycles node functions to new node_utils.pyClément Foucault
2017-05-30Audaspace: Don't use strict flagsSergey Sharybin
2017-05-30Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-05-30Fix T51652: Cycles - Persistant Images not storing imagesLukas Stockner
2017-05-29NDOF: clean up after MinGW removalMike Erwin
2017-05-29Gawain: update comments to match latest APIMike Erwin
2017-05-29Gawain: Add support for rendering using an instance batch (for particles)Clément Foucault
2017-05-29Fix T51646: Motion Tracker instantly crashesSergey Sharybin
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-26Gawain: move convert_prim_type_to_gl to private APIMike Erwin
2017-05-26Fix T50908: Motion Tracker ignored grease pencil maskSergey Sharybin
2017-05-26Merge branch 'master' into blender2.8Campbell Barton
2017-05-26Cycles: Cleanup: Remove semicolons from line endings in Python codeLukas Stockner
2017-05-26Cycles: Update compositor when debug or denoising passes are changedLukas Stockner
2017-05-26Cycles: Cleanup: b_srlay is always used now, no more need to silence warningLukas Stockner
2017-05-25TexFace removal part 3Campbell Barton
2017-05-25Merge branch 'master' into blender2.8Julian Eisel
2017-05-24Cycles: Use falltrhough attribute to help catching missing break statementsSergey Sharybin
2017-05-24Merge branch 'master' into blender2.8Campbell Barton
2017-05-24Fix T51589: Principled Subsurface Scattering, wrong shadow colorPascal Schoen
2017-05-23Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-05-23Cleanup: Make Gawain code style more consistentSergey Sharybin
2017-05-23Fix T51592: Simplify AO Cycles setting remains active while Simplify is disabledSergey Sharybin
2017-05-22Merge branch 'master' into blender2.8Bastien Montagne
2017-05-22Gawain: replace switch with lookup tableMike Erwin
2017-05-22Fix T51568: CUDA error in viewport render after fix for for OpenCLSergey Sharybin
2017-05-22Fix compilation on gccAntony Riakiotakis
2017-05-22Gawain: remove GLenum from IndexType APIMike Erwin
2017-05-22Gawain: use integer math to convert int16 to int10Mike Erwin
2017-05-22Gawain: cleanup code formattingMike Erwin
2017-05-22Gawain: drop support for APPLE_flush_buffer_rangeMike Erwin
2017-05-21Gawain: drop support for APPLE_vertex_array_objectMike Erwin
2017-05-21Gawain: promote 10_10_10 to first-class vertex formatMike Erwin
2017-05-21Cycles Denoising: Skip feature pass writing for volume-only shadersLukas Stockner
2017-05-21Cycles Denoising: Skip confidence interval test for outlier central pixelsLukas Stockner
2017-05-20Cycles: Cleanup, style and unused argumentsSergey Sharybin
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton