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-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-06MacOS: Resolve purple rendering artifacts in EEVEE materials by increasing sa...Jason Fielder
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-03-05Cleanup: spellingCampbell Barton
2020-03-20Cleanup: remove old header conventions recently re-introducedCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-15Cleanup: work around clang-format differences between versionsBrecht Van Lommel
2019-12-06Fix T71342: macOS does not always use the discrete GPU for BlenderBrecht Van Lommel
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-27Cleanup: clang-formatCampbell Barton
2019-09-14Cleanup: clang-formatStefan Werner
2019-06-12Cleanup: clang-formatCampbell Barton
2019-06-05Code Style: Make FormatJeroen Bakker
2019-06-02macOS: fix viewport lagging, by using CAMetalLayer instead of NSOpenGLViewTomoaki Kawada
2019-06-02Cleanup: minor comment cleanups in GHOSTBrecht Van Lommel
2019-05-24Cleanup: remove unused macOS GHOST OpenGL codeBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in ghostCampbell Barton
2019-04-25GHOST: remove OpenGL depth buffer, remove code for other unused buffersmano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: trailing spaceCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-04Merge branch 'master' into blender2.8Gaia Clary
2018-12-04Fix T58466: bug in macOS GHOST_GetSwapInterval.Niels
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
2017-04-22OpenGL: remove use of GLEW MXMike Erwin
2017-04-21OpenGL/GHOST: don't request accum buffer on MacMike Erwin
2016-09-23small merge fixMike Erwin
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-19OpenGL: software renderer for old Mac GPUsMike Erwin
2016-08-04support automatic GPU switching on MacMike Erwin
2016-08-04OpenGL: on Mac use legacy 2.1 or core 3.2Mike Erwin
2016-01-08Fix T46993: UI lag in fullscreen mode on OS X / Intel graphics.Brecht Van Lommel
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-07-31Fix T45632: motion blur (2d filter) not working - in OSX at leastDalai Felinto
2015-03-21OSX/GHOST: need one more release in error caseJens Verwiebe
2015-03-20Partly fix T44025, pixelFormat retain was left, for 2.74 backportJens Verwiebe
2015-01-12Fix OpenGL Context freeingCampbell Barton
2015-01-04Cleanup: OSX: remove obsolete ppc/ppc64 sw-renderer kCGL attributesJens Verwiebe
2014-10-08Ghost Context RefactorJason Wilkins