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-05-22DRW/Eevee: Fix camera texture coordinates in rendersClément Foucault
2019-05-22Cleanup: DRW: Remove, rename stuffsClément Foucault
2019-05-22DRW: DRWView: Finish refactorClément Foucault
2019-05-22DRW: Add view param to DRW_culling_* functionsClément Foucault
2019-05-22DRW: Remove DRW_state_clip_planes_resetClément Foucault
2019-05-22DRW: Remove DRW_state_clip_planes_set_from_rv3dClément Foucault
2019-05-22DRW: Add DRWView to improve different view handlingClément Foucault
2019-05-17Cleanup: DRW: Remove uneeded DRWState valuesClément Foucault
2019-05-17Cleanup: Eevee: Remove custom volumetric matrixClément Foucault
2019-05-17Eevee: Remove the Volumetric Render checkboxClément Foucault
2019-05-14Cleanup: DRW: Add and use DRW_shgroup_uniform_vec2_copyClément Foucault
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-05-14DRW: Refactor: Use DRWCall to accumulate per instance attributesClément Foucault
2019-05-14Cleanup: DRW: Remove unused functionsClément Foucault
2019-05-14DRW: Make Instance count not a pointerClément Foucault
2019-05-14Cleanup: DRW: Remove pointers to materialsClément Foucault
2019-05-11Fix T64137 Empty Images flickering graphics when "Auto Depth" is enabledClément Foucault
2019-05-08DRW: Add DRW_duplidata_get to create fast path for duplisClément Foucault
2019-05-04Cleanup: Remove unused code in sculpt_mode, workbench and draw managerClément Foucault
2019-05-04Sculpt: Refactor draw manager sculpt drawing mechanismClément Foucault
2019-05-02Fix T63997 Weird z-fight during weight paintClément Foucault
2019-05-02Cleanup: Draw Manager: remove DRW_state_invert_facingClément Foucault
2019-05-01DRW: Add DRW_STATE_BLEND_PREMUL_UNDERClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-09Fix T62114: Wireframe mode selection: selects backside objects when clicking ...Sebastian Parborg
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-05DRW: Fix rasterizer discard messing with clear commandsClément Foucault
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18doxygen: add newline after \fileCampbell 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-05Edit Mesh: Fix some problem with new implementationClément Foucault
2019-02-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-24DRW: support clipping for camera objectsCampbell Barton
2019-01-24DRW: use clipping for depth bufferCampbell Barton
2019-01-23Cleanup: comments above struct members, shader group assignmentsCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-22DRW: Add DRW_shader_create_from_arrays utilityCampbell Barton
2019-01-21Fix clipping shaders with some AMD/Intel driversCampbell Barton
2019-01-21Cleanup: rename terms count/num to lenCampbell Barton