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
2019-03-07Fix T59877: EEVEE: Object Info node random value does not work with DuplisClément Foucault
2019-03-04DRW: Fix matflag not being updated after first drawcallClément Foucault
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-17DRW: Make missing uniform debuging print only onceClément Foucault
2019-01-17DRW: Use name buffer to request uniform location before drawing.Clément Foucault
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault
2018-12-03DRW: Make default debug mode a bit more silentClément Foucault
2018-10-17DRW: Fix DRW_shgroup_create_sub returning source shgroupClément Foucault
2018-10-12DRW: Add DRW_shgroup_create_sub to create children shgroupClément Foucault
2018-10-11Fix draw manager out of bounds assignmentCampbell Barton
2018-10-11Cleanup: indentationCampbell Barton
2018-10-09Eevee: Add support/Fix Object Info nodeClément Foucault
2018-10-04Fix T57040 Mesh Disappearing after exiting edit mode in sculptClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-14GPUBuffers: Rework support for pbvh grids + fast navigateClément Foucault
2018-09-11DRW: Don't highjack all debug values (cont)Clément Foucault
2018-09-05Edit Mesh: Add support for draw option parametersClément Foucault
2018-08-24Sculpt: Optimize Mask Overlay drawingClément Foucault
2018-08-14Cleanup: GPU codegen: remove most of legacy codeClément Foucault
2018-08-10GPUMaterial: Group all colorband texture togetherClément Foucault
2018-08-03DRW: Augment Debug messagesClément Foucault
2018-07-30DRW: Add DRW_shgroup_is_empty and DRW_pass_is_emptyClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-06-14GPU: consistenly use mipmap on/off in all draw modes.Brecht Van Lommel
2018-06-08Rename: GPU_material_get_uniform_buffer > GPU_material_uniform_buffer_getDalai Felinto
2018-06-07Wireframe: Frustum cull them.Clément Foucault
2018-06-07GPUPass: Refactor gpupass caching system to allow fast gpumaterial creation.Clément Foucault
2018-06-03DRW: Fix hair disapearing if emitter is culled.Clément Foucault
2018-06-02DRW: Add uniform name recording in debug mode.Clément Foucault
2018-06-01T54991: Restore support for Motion Path drawing in 2.8Joshua Leung
2018-05-31DRW: Fix DRW_shgroup_call_procedural_* vertex count.Clément Foucault
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30DRW: Instance selection id: use Batch buffers instead of DRWInstanceDataClément Foucault
2018-05-30DRW: Add new GPU hair system.Clément Foucault
2018-05-30DRW: Add new per drawcall option to bypass culling.Clément Foucault
2018-05-30DRW: Add DRW_CALL_PROCEDURAL DRWCall type.Clément Foucault
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton