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-08-14Manage GPU_matrix stacks per GPUContextJulian Eisel
2019-07-07Cleanup: spellingCampbell Barton
2019-06-22GPU_matrix: Add GPU_matrix_unproject_precalcCampbell Barton
2019-05-15GPU: Add a matrix unproject function that takes an inverted matrixCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-22Style: describe code using comments instead of preprocessing directives.mano-wii
2019-03-22GPU Matrix: Increase precision of GPU_matrix_unproject.mano-wii
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: blank lines over doxy headersCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-27Correct matrix stack assertCampbell Barton
2017-08-20Cleanup: move gawain header out of GPU_matrixCampbell Barton
2017-08-20PyAPI: Add exceptions to stack push/popCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-19Remove reference to SUPPORT_LEGACY_MATRIXDalai Felinto
2017-04-27Fix gpuScaleUniform (caused strange pose-bone size)Campbell Barton
2017-04-20Fix T51251: Armature/Normal-button scaled twiceCampbell Barton
2017-04-19Get rid of glMatrixMode callsSergey Sharybin
2017-04-19Fix node editor drawing when built with core profileSergey Sharybin
2017-04-16Gawain: remove 2D matrix uniforms from ShaderInterfaceMike Erwin
2017-04-15GPU matrix: add back type checksCampbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-14GPU Matrix API: Remove ModelView/Projection 3D suffixDalai Felinto
2017-04-14GPU Matrix API refactor: Stick to a single 4x4 stack for 2D and 3DDalai Felinto
2017-04-13OpenGL: implement 2D with 4x4 matricesMike Erwin
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-03-27OpenGL: remove gpuMatrixBegin3D_legacy functionMike Erwin
2017-03-27OpenGL: fix & enhance new matrix libMike Erwin
2017-03-22OpenGL: use new API for persp & ortho projectionMike Erwin
2017-03-22OpenGL: fix new projection matrix APIMike Erwin
2017-03-22fix blenderplayer buildMike Erwin
2017-03-22OpenGL: add gpuLoadProjectionMatrix3D functionMike Erwin
2017-03-22OpenGL: generic inputs for new matrix APIMike Erwin
2017-03-21remove gpuMatrixUpdate_legacy functionMike Erwin
2017-03-21track dirty state of legacy matrix APIMike Erwin
2017-03-21add missing gpuRotate2D functionMike Erwin
2017-03-21OpenGL: more legacy support for matrix routinesMike Erwin
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-19OpenGL: fix MVP matrix orderMike Erwin
2017-02-14OpenGL immediate mode: added gpuRotate3f to GPU_matrixClément Foucault
2017-02-08Cleanup: warningsCampbell Barton