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-10-09GPU: Add more safeguard for BGL callsClément Foucault
2020-10-09BGL: fix issues with addons using BGL at startupClément Foucault
2020-10-09Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor""Clément Foucault
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
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: Fix assert when using gpu workaround and SSS + light renderpassClément Foucault
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-10-02Cleanup: compiler warningsCampbell Barton
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-19Cleanup: spellingCampbell Barton
2020-09-18GPUImmediate: Add system wide workaround for wide lineClément Foucault
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-16GPUDebug: Avoid using STREQ on StringRefClément Foucault
2020-09-16Cleanup: spellingCampbell Barton
2020-09-16GPUShader: Add meaningful debug names to builtin shadersClément Foucault
2020-09-16GPU: Add debug groups inside selection codeClément Foucault
2020-09-16GPUDebug: Add function to test if inside a debug groupClément Foucault
2020-09-15Liquid Simulation Display Options (GSoC 2020)Sriharsha Kotcharlakot
2020-09-15Fix T80681 Wireframe is not visible on square planes with 16384 quadsClément Foucault
2020-09-15Fix T80630: potential crash in volume grids in Eevee shadersBrecht Van Lommel
2020-09-15CleanUp: Fixed incorrect parameters to GPU_depth_testJeroen Bakker
2020-09-14Fix T80782 GPU: Curve editing widget point size broken after recent commitClément Foucault
2020-09-14Cleanup: GPUDebug: Use Vector instead of custom stackClément Foucault
2020-09-14GPU: Add debug groupsClément Foucault
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
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: GPU: Remove unused GPU_debugClé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-11GPUState: Fix missing changed program point size stateClément Foucault
2020-09-11Fix T80327 UI: Glitches in UI drawingClément Foucault
2020-09-10GPUBatch: Do not unbind shader after drawing.Clément Foucault
2020-09-10GPUImmediate: Fix wrong resize of immBatchAtMostClément Foucault
2020-09-10GPUState: Fix Point Size issuesClément Foucault
2020-09-08DrawManager: Fixed memory leak in test casesJeroen Bakker
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-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-08GPU: Select Pick: Remove last GL callClément Foucault
2020-09-08GPUFramebuffer: Make GPU_framebuffer_read_depth more flexibleClé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