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
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-08-11Fix 'GPU_matrix_unproject_3fv' not working with out-of-bounds pointsGermano Cavalcante
2021-06-01GPU: add 2D projection functionCampbell Barton
2020-08-18GPUShader: GL backend isolationClément Foucault
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-19Fix T66937: Blank view on navigation with auto-deph & large clip-endCampbell Barton
2020-07-18Cleanup: GPU: rename bglPolygonOffset to GPU_polygon_offsetClément Foucault
2020-02-04Fix T65306: UI widgets clipped when scaled upCampbell Barton
2020-02-04GPU: add projection matrix function to set only near/far clippingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell 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-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2017-08-20Cleanup: move gawain header out of GPU_matrixCampbell Barton
2017-08-20PyAPI: Add exceptions to stack push/popCampbell Barton
2017-08-19Cleanup: remove unneeded includeCampbell Barton
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-19Remove reference to SUPPORT_LEGACY_MATRIXDalai Felinto
2017-05-19Remove reference to WITH_GL_PROFILE_COREDalai Felinto
2017-04-19Get rid of glMatrixMode callsSergey Sharybin
2017-04-19Fix node editor drawing when built with core profileSergey Sharybin
2017-04-19Cleanup, indentation of preprocessorSergey Sharybin
2017-04-15Cleanup: GPU header guardsCampbell Barton
2017-04-15GPU matrix: add back type checksCampbell Barton
2017-04-15Remove redundant declarationCampbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-14GPU Matrix API refactor: Stick to a single 4x4 stack for 2D and 3DDalai Felinto
2017-04-13OpenGL: do not support legacy matrix when using core profileDalai 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-22OpenGL: add gpuLoadProjectionMatrix3D functionMike Erwin
2017-03-22OpenGL: generic inputs for new matrix APIMike Erwin
2017-03-21remove gpuMatrixUpdate_legacy functionMike Erwin
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-14OpenGL immediate mode: added gpuRotate3f to GPU_matrixClément Foucault
2017-02-07OpenGL: add gpuMatrixUpdate_legacy functionMike Erwin
2016-10-24OpenGL: add NormalMatrix & inverse to new APIMike Erwin
2016-10-20OpenGL: dirty bit for GPU matrix APIMike Erwin
2016-10-12OpenGL: matrix fixes & compatibilityMike Erwin
2016-10-10OpenGL: plug new matrix system into shaders (WIP)Mike Erwin
2016-09-25overhaul gpuMatrix APIMike Erwin