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-14DRW: Change Procedural function to use a GPUBatchClé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-14DRW: Remove ModelViewMatrix and ModelViewMatrixInverseClément Foucault
2019-05-09DRW: Remove support for NormalMatrixClément Foucault
2019-05-08DRW: Remove WorldNormalMatrixClément Foucault
2019-05-08GPU: Remove GPU_INVERSE_NORMAL_MATRIXClément Foucault
2019-05-08Cleanup: DRW/GPU: Remove eye vector uniformClément Foucault
2019-05-08DRW: Copy matrix in case of ModelMatrixInverse being usedClé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-04Cleanup: Remove unused code in sculpt_mode, workbench and draw managerClé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-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05DRW: Opti: Replace bound tex/ubo tracking array by bitfieldsClément Foucault
2019-03-29Fix T62178 Eevee: Texture Box mapping not matching Cycles if object is scaledClément Foucault
2019-03-27Fix T62680 Mirrored objects have flipped binormal vectors in LookDevClément Foucault
2019-03-27Cleanup: style, use braces for drawCampbell Barton
2019-03-22BLI Math: Add and use new `projmat_dimensions` utility.mano-wii
2019-03-22Revert "Fix T62621 object scale changes tangent node output in Eevee"Clément Foucault
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-16Fix T62621 object scale changes tangent node output in EeveeClément Foucault
2019-03-06DRW: Fix State tracking being off when calling GPU_framebuffer_clearClément Foucault
2019-03-06Cleanup: styleCampbell Barton
2019-03-05DRW: Fix rasterizer discard messing with clear commandsClément Foucault
2019-03-04DRW: Remove unecessary state changesClément Foucault
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Edit Mesh: Fix some problem with new implementationClément Foucault
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-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-21DRW: Fix corner indices order in clipping plane setupClément Foucault
2019-01-21Fix clipping shaders with some AMD/Intel driversCampbell Barton
2019-01-21Cleanup: rename terms count/num to lenCampbell Barton
2019-01-18DRW: Increase frustum culling precisionClément Foucault
2019-01-17DRW: Use name buffer to request uniform location before drawing.Clément Foucault
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-18DRW: Polygon Offset: Also offset lines and pointsClément Foucault
2018-12-13Cleanup: styleCampbell Barton