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-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-06Update DRW testsGermano Cavalcante
2022-09-06GPU/DRW: Fix testClément Foucault
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-08-01GPU: Fix failing compute tests.Jeroen Bakker
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-05-09EEVEE & Viewport: Add a built-in shader called 3D_IMAGE, and expose to the py...Shashank Shekhar
2022-05-02GPUShader: Remove GPU_SHADER_INSTANCE_VARIYING_COLOR_VARIYING_SIZEClément Foucault
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-10Remove GPU_SHADER_2D_POINT_FIXED_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_VARYING_SIZE_VARYING_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_2D_POINT_UNIFORM_SIZE_VARYING_COLOR_OUTLINE_AA.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_FIXED_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_VARYING_SIZE_UNIFORM_COLOR.Jeroen Bakker
2022-01-10Remove GPU_SHADER_3D_POINT_UNIFORM_SIZE_UNIFORM_COLOR_OUTLINE_AA.Jeroen Bakker
2022-01-10Cleanup: Consistent naming GPU_SHADER_2D_AREA_BORDERS.Jeroen Bakker
2022-01-10GPU: Remove unused UV shaders.Jeroen Bakker
2021-11-08GPUTest: Add support to test on Windows.Jeroen Bakker
2021-09-23Cleanup: Remove hardcoded values and rename keyframe shape shadersDalai Felinto
2021-08-11Cleanup: clang-formatCampbell Barton
2021-08-10Silensed compilation warning in gpu test case.Jeroen Bakker
2021-06-28GPU: Testcases for builtin shaders.Jeroen Bakker
2021-06-28Cleanup GPU/Draw test cases.Jeroen Bakker
2021-06-11Refactor: use 'BLI_task_parallel_range' in Draw CacheGermano Cavalcante
2021-06-08GPU: Thread safe index buffer builders.Jeroen Bakker
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-10Cleanup: Remove double import in previous commit.Jeroen Bakker
2021-05-10Enable CLog for GPU test cases.Jeroen Bakker
2021-04-09Cleanup: use nullptr.Jeroen Bakker
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-09-08GPU: Extract GPU Base Test caseJeroen Bakker