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
2021-06-01Cleanup: spelling in commentsCampbell Barton
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-02Fix T85301: Eevee does not respect collection instance offset for hairPhilipp Oeser
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-16Cleanup: GPU: Replace all glReadPixels by GPU equivalentClément Foucault
2020-06-23EEVEE: Motion Blur: Add accumulation motion blur for better precisionClément Foucault
2020-06-02EEVEE: Refactor of eevee_material.cClément Foucault
2020-05-28Cleanup: DRW: Remove array suffix from uniform nameClément Foucault
2020-04-17Fix T75832 DRW Hair: Crash caused by shader compilationClément Foucault
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-25Alpha hash support for hair in EEveeJoe Eagar
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: Eevee and workbench rendering of new Volume, Hair, PointCloudBrecht Van Lommel
2020-03-12EEVEE: Hair: Fix wrong color when using color attribute without actual dataClément Foucault
2020-03-11Workbench Simplification RefactorClément Foucault
2020-02-04Fix T72504 EEVEE: Crash when rendering Instance Collection with hairClément Foucault
2019-09-17DRW: Refactor to support draw call batchingClément Foucault
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-17Cleanup: DRW: Remove uneeded DRWState valuesClément Foucault
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-04DRW: Fix hair count being limited by recent refactorClément Foucault
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-07DRW: Fix hair OSX workaround having a cap limitClément Foucault
2019-03-01Hair Particle: Fix issue on OSX due to hardware accelerated subdivisionClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-15Fix T59482: Creating 2 Particle systems breaks the appClément Foucault
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-26DRW: Hair: Fix hairs not working properly with duplisClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-06-28Hair drawing: respect the amount of layers.Jeroen Bakker
2018-06-06Cleanup: fix compiler warning.Brecht Van Lommel
2018-06-02DRW: Make the Procedural hair update part of the drawmanager.Clément Foucault