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-06-27Fix T66119: Assert editing LatticeClément Foucault
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-28Cleanup: DRW: CodestyleClément Foucault
2019-05-27Cleanup: DRW: Move WorldClipPlanes to builtin uniformClément Foucault
2019-05-22DRW: Remove DRW_state_clip_planes_set_from_rv3dClé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-10Overlays: Use common_view_lib.glslClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-10Cleanup: move clipping shader lib & define into structCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: add trailing commasCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24DRW: API for own versions of builtin GPU shadersCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-223D View: Support edit-mesh clipping (only verts)Campbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-22Cleanup: styleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-05-29Object Modes: only use selection for mode switchCampbell Barton
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-02DRW: Make use of new multisample resolve pass.Clément Foucault
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-16Multi-Object EditingCampbell Barton
2018-02-13Object Mode: remove Scene.obedit in draw managerCampbell Barton
2018-01-30DRW / Render: Add support for render pipeline in drawmanager.Clément Foucault
2018-01-17Revert "Fix use-after free in DRW_shader_create_with_lib"Campbell Barton
2018-01-17DRW: Codestyle refactor: Use macro to create shader libs.Clément Foucault
2017-11-29Draw manager: Cleanup, namingSergey Sharybin
2017-09-25DRW : Add new view_update mechanism.Clément Foucault
2017-09-25DRW : Add AA to non meshes objects.Clément Foucault
2017-06-27Fix missing globalsBlock in edit mode latice drawingLuca Rood
2017-06-27Implement weight colors for lattices in draw managerLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-16Draw Manager: Texture Memory usage improvement.Clément Foucault
2017-04-29Cleanup: rename struct for private engine dataCampbell Barton
2017-04-25Draw Manager: store context vars per drawCampbell Barton
2017-04-20Cleanup: redundant struct qualifier & long linesCampbell Barton
2017-04-20Use theme vertex size for lattice & curve verticesCampbell Barton
2017-04-18GPUFramebuffer: Allow to bind a specific texture mip to framebuffer.Clément Foucault