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-02-14Phase out IMA_GPU_REFRESH.Jeroen Bakker
2022-01-28Image: Partial Update Redesign.Jeroen Bakker
2021-11-02Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-11-01Localize image mutex lock into runtime field of Image datablockSergey Sharybin
2021-09-08Cleanup: typedef enum for eImageType.Jeroen Bakker
2021-09-08Cleanup: typedef enum for eImageSource.Jeroen Bakker
2021-09-08Fix T90825: Performance texture painting with limited scale.Jeroen Bakker
2021-02-09Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-01-25Fix padding issue in DNASergey Sharybin
2021-01-25Fix T84398: Multiview images show only one view.Jeroen Bakker
2020-12-18Fix T82591: Performance regression when rendering at very high resolutionJeroen Bakker
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-09-15Fix T80776: Cannot switch between Slots of Render ResultJeroen Bakker
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-29Cleanup: GPU: Move Image based function to GPU_draw.hClément Foucault
2020-07-29GPU: Refactor gpu_texture_image to not use GL callsClément Foucault
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Fix stereoscopy drawing for camera backgroundDalai Felinto
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-02-20Cleanup: unused enumsCampbell Barton
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-06-17Fix T63867: image sequence not updating in Eevee animation renderBrecht Van Lommel
2019-05-19Images: change alpha settings to support channel packingBrecht Van Lommel
2019-05-17Cleanup: move Image flags into DNA, for consistency with other typesBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-17Cleanup: rename DEPRECATED to UNUSEDCampbell Barton
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-18Cleanup: rename tpageflag to gpuflag, make it purely runtime data.Brecht Van Lommel
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-12-17Merge branch 'master' into blende2.8Campbell Barton
2018-12-17Cleanup: use bit-shifted flag definitions in DNACampbell Barton
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton