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
2021-07-09Cleanup: removed empty line.temp-gpu-uniform-builtin-structsJeroen Bakker
2021-07-09Cleanup: removed unused file.Jeroen Bakker
2021-07-09Cleanup: use shader_block.Jeroen Bakker
2021-07-09Migrated `GPU_SHADER_TEXT`.Jeroen Bakker
2021-07-09Updating and binding of shader block.Jeroen Bakker
2021-07-09Test multiple paths to uniform retrieval.Jeroen Bakker
2021-07-09More renaming.Jeroen Bakker
2021-07-09Rename to ShaderBlocksJeroen Bakker
2021-07-09Rename GPUUniformBuiltinStructType to GPUShaderBlockType.Jeroen Bakker
2021-07-09Fix crash: incorrect uniform location for builtins.Jeroen Bakker
2021-07-09Fix crash: access unallocated memory.Jeroen Bakker
2021-07-07Added uniform builtin struct to shader.Jeroen Bakker
2021-07-07GPU: Added testcases for uniform builtin structs.Jeroen Bakker
2021-07-07Use compile time inlining for buitin structs.Jeroen Bakker
2021-07-07Moved to own unit.Jeroen Bakker
2021-07-06GPU: Detect mathing struct based on shader interface.Jeroen Bakker
2021-07-06GPU: Fix crash when using EGL with --gpu-debug flag.Jeroen Bakker
2021-07-06Alembic export: evaluation mode optionPhilipp Oeser
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-06Fix incompatible type passed to XR hapticSergey Sharybin
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-06Cleanup: pep8Campbell Barton
2021-07-06Cleanup: quiet discarded-qualifiers warningCampbell Barton
2021-07-06Fix macOS builds after removing Ghost integral types.Nicholas Rishel
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel Castilla
2021-07-06Compositor: Full frame Color Balance nodeManuel Castilla
2021-07-06Compositor: Full frame Color Correction nodeManuel Castilla
2021-07-06Compositor: Full frame Exposure nodeManuel Castilla
2021-07-06Compositor: Full frame Gamma nodeManuel Castilla
2021-07-06Compositor: Add base operation for updating buffer rowsManuel Castilla
2021-07-05Cleanup: Use enum for UI block emboss typeHans Goudey
2021-07-05Replace Ghost integrals with stdint fixed width integers.Nicholas Rishel
2021-07-05Geometry Nodes: Use same shape as mesh line in curve line nodeHans Goudey
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Cleanup: Clang tidy, unused includeHans Goudey
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-05macOS: support Chinese and Korean input for text buttonsYuki Hashimoto
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-05Fix: macOS wrong IME candidate window position on first displayYuki Hashimoto
2021-07-05Cleanup: Rename ambiguous "params" variable in File Browser notifier listenersJulian Eisel
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton
2021-07-05LineArt: Fix occlusion effectiveness for culled triangles.YimingWu
2021-07-05Fix: IME conversion candidate window not correctly placed on macOSYuki Hashimoto
2021-07-05Fix: IME input displays text after cursor before cursorYuki Hashimoto
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: move repeated assignment out of nested for loopCampbell Barton