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
path: root/source
AgeCommit message (Expand)Author
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-08Cleanup: DRW: Replace 0 by NULL in GPU_context_create callsClément Foucault
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-09-08fix flushClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-08GPUState: Encapsulate glFlush and glFinish inside the GLContextClément Foucault
2020-09-08Cleanup: doxygen syntax for idtype.cCampbell Barton
2020-09-08Cleanup: remove unused source fileCampbell Barton
2020-09-08Cleanup: tabs to spacesCampbell Barton
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-08GPUQuery: GL Backend isolationClément Foucault
2020-09-08GPU: Select Pick: Remove last GL callClément Foucault
2020-09-08GPUFramebuffer: Make GPU_framebuffer_read_depth more flexibleClément Foucault
2020-09-07Decimate Modifier: Restore vertex group factor property in UIHans Goudey
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-07Cleanup: GLBackend: Move buf_free and tex_free to GLContextClément Foucault
2020-09-07GPUCapabilities: Isolate GL memory statisticsClément Foucault
2020-09-07GPUCapabilities: Isolate GL_STEREO to GLContextClément Foucault
2020-09-07BLI: improve exception safety of VectorSetJacques Lucke
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
2020-09-07GPUTexture: Bump GPU_TEX_MAX_FBO_ATTACHEDClément Foucault
2020-09-07EEVEE: Try to allocate the lightcache and use fallback if failureClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-07GPUPlatform: GL backend isolationClément Foucault
2020-09-07Audaspace: port changes from upstream.Joerg Mueller
2020-09-07Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-nameSybren A. Stüvel
2020-09-07Cleanup: Refactor object.parent_set operatorSybren A. Stüvel
2020-09-07Sculpt: Sculpt Trimming gestures toolsPablo Dobarro
2020-09-07Fix T79914: Grab active vertex using wrong coordinatesPablo Dobarro
2020-09-07Fix Boundary Brush not working with partially hidden meshesPablo Dobarro
2020-09-07Fix T78225: Vertex Colors not showing in edit modePablo Dobarro
2020-09-07Fix T77763: Wrong highlight of active grab vertexSergey Sharybin
2020-09-07Multires: Fix memory leak when multires is at level 0Sergey Sharybin
2020-09-07Fix T80561: Crash when multi-mesh editing UVs with proportional editingJulian Eisel
2020-09-07BLI: add comparison operators for StringRefJacques Lucke
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-09-07Cleanup: change Python version checks to include newer versionsCampbell Barton
2020-09-07datatoc_icon: remove Python 2.x supportCampbell Barton
2020-09-07Cleanup: Fix clang-tidy warning in the new boolean codeSebastian Parborg
2020-09-07GPU: Fix clang tidy warningsClément Foucault
2020-09-07Cleanup: GPUVertBuf: Replace TRUST_NO_ONE by BLI_asserts and ifdef DEBUGClément Foucault
2020-09-07GPUVertBuf: GL Backend IsolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-07Docs: add note on updating startup defaults to dna_defaultsCampbell Barton
2020-09-07Fix T80531: Dope Sheet Shape Key Editor search/filter not workingPhilipp Oeser
2020-09-07Cleanup: update comment after Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-07Fix mistake in Clang-Tidy bugprone-incorrect-roundings fixSybren A. Stüvel