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
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-05Fix T80842 Grease Pencil: Subtract mode is not working as expectedClément Foucault
2020-11-04Fix T67832: Camera Background Images View TransformJeroen Bakker
2020-11-03GL: Fix default framebuffers being bound using srgbClément Foucault
2020-10-26Cleanup: compiler warningsBrecht Van Lommel
2020-10-23GPU: Debug: Trim shader stats from output logClément Foucault
2020-10-23GPU: Use CLOG to for debug outputClément Foucault
2020-10-20GLTexture: Fix Anisotropic filtering affecting the standard mipmap samplersClément Foucault
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14GL: FrameBuffer: Set GL_FRAMEBUFFER_SRGB if neededClément Foucault
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-08Revert "BGL: Workaround broken bgl usage caused by GPU refactor"Clément Foucault
2020-10-08BGL: Workaround broken bgl usage caused by GPU refactorClément Foucault
2020-10-07GPU: Avoid blit operation modifying the wrong framebuffer during restoreClément Foucault
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-10-01Cleanup: avoid applying offset to null pointerCampbell Barton
2020-09-25Fix T80998: DDS Image files are not displayed correctlyJeroen Bakker
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-15Cleanup: spellingCampbell Barton
2020-09-14Cleanup: GLShader: Use span and default constructor instead of vector(0)Clément Foucault
2020-09-14Cleanup: GPUDebug: Use Vector instead of custom stackClément Foucault
2020-09-14GL: Make use of the new debug layerClément Foucault
2020-09-14GL: Fix linking errors being useless.Clément Foucault
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
2020-09-12Cleanup: GPU: Rename GPUStateManager to StateManager to follow styleClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-11GPUState: Fix missing changed program point size stateClément Foucault
2020-09-10GPUState: Fix Point Size issuesClément Foucault
2020-09-10GL: Wrap extension support inside GLContextClément Foucault
2020-09-10GL: Add fallback debug layerClément Foucault
2020-09-09Cleanup: GPU: Replace multiple checks by GLContext::debug_layer_supportClément Foucault
2020-09-08GLSamplers: Add debug object labelClément Foucault
2020-09-08GLBackend: Fix gl error inside the mip rendering workaround detectionClément
2020-09-08GLContext: Fix clang warning about using overrideClément
2020-09-08GLFrameBuffer: Fix mass renaming issueClément
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-08GPUImmediate: Make activation / deactivation implicitClé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: consistent syntax for doxygen parametersCampbell Barton
2020-09-08GPUQuery: GL Backend isolationClément Foucault
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