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/source
AgeCommit message (Expand)Author
2019-05-09Cleanup: DRW: Remove DRW_pass_freeClément Foucault
2019-05-09DRW: Remove support for NormalMatrixClément Foucault
2019-05-09Fix T64158 Eevee: Mixed SSS shader becomes brighter and brighterClément Foucault
2019-05-09Cleanup: GPUShader: Remove unused edge fancy shaderClément Foucault
2019-05-09GPU: Refactor some shader for a bit more efficiencyClément Foucault
2019-05-09Eevee: Fix Tangent vectors using NormalMatrix and make them world spaceClément Foucault
2019-05-09Overlay: Remove use of NormalMatrixClément Foucault
2019-05-08UI messages: Rename 'Light' to 'Lite' for compression method.Bastien Montagne
2019-05-08I18n: Disambiguation for 'Cycles' used also by some anim modifier.Bastien Montagne
2019-05-08Workbench: Use common_view_lib and remove NormalMatrix usageClément Foucault
2019-05-08Mesh Batch Cache: Fix crash when comming from eevee to wireframe modeClément Foucault
2019-05-08DRW: Remove WorldNormalMatrixClément Foucault
2019-05-08Eevee: Remove uneeded normalizationClément Foucault
2019-05-08GPU: Remove GPU_INVERSE_NORMAL_MATRIXClément Foucault
2019-05-08Overlay Mode: Use common_view_libClément Foucault
2019-05-08Defaults: change default settings in a few editorsBrecht Van Lommel
2019-05-08Cleanup: DRW/GPU: Remove eye vector uniformClément Foucault
2019-05-08Cleanup: Remove BKE_MESH_BATCH_DIRTY_MAYBE_ALLClément Foucault
2019-05-08Cleanup: draw_common: Use switch instead of ifsClément Foucault
2019-05-08Cleanup: Mesh Batch Cache: Remove unused BKE_MESH_BATCH_DIRTY_SCULPT_COORDSClément Foucault
2019-05-08Cleanup: GPUShader: Use switch instead of ifsClément Foucault
2019-05-08DRW: Copy matrix in case of ModelMatrixInverse being usedClément Foucault
2019-05-08Wireframe: Refactor vertex shader to use less matricesClément Foucault
2019-05-08DRW: Speedup: Only do batch cache request and validation once for duplisClément Foucault
2019-05-08Mesh Batch Cache: Speedup: Only alloc gpu_attrs if needed and don't clearClément Foucault
2019-05-08Mesh Batch Cache: Speedup: Use flags to early remove unecessary checksClément Foucault
2019-05-08DRW: Make batch validation run first during iterationClément Foucault
2019-05-08DRW: Move all batch request functions to own headerClément Foucault
2019-05-08DRW: Change function orders to improve CPU cache efficiencyClément Foucault
2019-05-08Object Overlay: Add dupli fast pathClément Foucault
2019-05-08Wireframe: Create dupli fast path using DRW_duplidata_getClément Foucault
2019-05-08DRW: Add DRW_duplidata_get to create fast path for duplisClément Foucault
2019-05-08GPUViewport: Fix possible hash colision with enabled enginesClément Foucault
2019-05-08DRW: Remove uneeded calls to drw_viewport_engine_data_ensure when iteratingClément Foucault
2019-05-08DRW: Replace BLI_mempool by BLI_memblockClément Foucault
2019-05-08DRW: Speedup: Don't call GPU_shader_uniform_vector if not neededClément Foucault
2019-05-08BLI_memblock: New memory allocatorClément Foucault
2019-05-08Fix T64302: objects disappearing when disabling overlaysJeroen Bakker
2019-05-08Revert "UI: Dynamic region size for file browser options"Brecht Van Lommel
2019-05-08Spline IK: fix a scaling hiccup as bones roll off the end of the curve.Alexander Gavrilov
2019-05-08Fix T64266: Incorrect modifier object target after making duplicates real for...Bastien Montagne
2019-05-08UI: Move scrollbars to the right in animation editorsJacques Lucke
2019-05-08Fix heap buffer overflow in tabs to spacesSergey Sharybin
2019-05-08Keymap: Special keymap for clip editor scrubbing areaJacques Lucke
2019-05-08Normals Menu: fix Average to be able to specify type.Howard Trickey
2019-05-08Copy Scale: support raising the copied scale to an arbitrary power.Alexander Gavrilov
2019-05-08Fix T64274: Crash with more than 1 subdivision with the Multiresolution ModifierSergey Sharybin
2019-05-08Fix T64298: Overlapping scrubbing area in clip editors dopesheetJacques Lucke
2019-05-08Fix T64283: Gizmo doesn't update after click-extrudeCampbell Barton
2019-05-08Cleanup: unused var, doxy syntax for math_matrix.cCampbell Barton