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
2013-04-16skip calling BKE_editmesh_tessface_calc() from BKE_bmbvh_new(), also quiet fl...Campbell Barton
2013-04-15Fix #34967: Display transform makes byte image with alpha=0 blackSergey Sharybin
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14== FFMPEG / Canon DSLR footage workaround ==Peter Schlaile
2013-04-11Fix issue with bright frames appearing in clip editor when compositor is open.Sergey Sharybin
2013-04-11Use SWS_FULL_CHR_H_INT for SWS context for more accurate conversionSergey Sharybin
2013-04-05correction to previous warning cleanup, also quiet shadow-warning for thumbna...Campbell Barton
2013-04-04Use GLSL display for compositor backdrop and sequencer previewSergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-02Fix for potential missing draw-update when building without OCIOSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-04-02Fixes for recent GLSL display space conversionsSergey Sharybin
2013-04-01Fix for recent changes in IMB_display_buffer_acquireSergey Sharybin
2013-04-01Fix for GLSL display: NULL view_settings are allowed nowSergey Sharybin
2013-03-31style cleanupCampbell Barton
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-25fix [#34745] TGA with size of 4Kx8K won't loadCampbell Barton
2013-03-22Fix #34689: Multilayer EXRs don't load correctly if one layer is named and th...Sergey Sharybin
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-19Fix: Clamp alpha to 1.0 or adding alpha in paint creates "isolines" dueAntony Riakiotakis
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17fix for missing NULL pointer checks and incorrect array freeCampbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15Patch #34632: DPX/Cineon speed upSergey Sharybin
2013-03-15Skip allocating any display buffer and starting any threadsSergey Sharybin
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13patch [#34604] Add DPI read write for BMP and OpenEXR formatCampbell Barton
2013-03-12Fixe related on #34608: MultiLayer OpenEXR (from Maya) - passes lost in Compo...Sergey Sharybin
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Colormanagement: Fix issue with colorspaces' description too short, and reduc...Bastien Montagne
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-05Image buffer rectangle operation optimization: Remove a switch statementAntony Riakiotakis
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-28Changed a way how RGB images are saving from RGBASergey Sharybin
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel