Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp_imbuf_types_refactor
"Temp_imbuf_types_refactor" branch
Total commits : 11
Total committers : 2
First Commit : June 8, 2015
Latest Commit : July 13, 2015
Commits by Month
Date | Number of Commits | |
---|---|---|
July, 2015 | 9 | |
June, 2015 | 2 |
Committers
Author | Number of Commits |
---|---|
Antonis Ryakiotakis | 9 |
Campbell Barton | 2 |
Popular Files
Filename | Total Edits |
---|---|
IMB_imbuf_types.h | 6 |
image.c | 6 |
jpeg.c | 5 |
dynamicpaint.c | 5 |
sequencer.c | 4 |
openexr_api.cpp | 4 |
cineon_dpx.c | 4 |
tiff.c | 4 |
jp2.c | 4 |
png.c | 4 |
Latest commits
July 13, 2015, 11:38 (GMT) |
minor edits to imb refactor prefer memset so adding new members doesn't cause uninitialized bugs. |
July 13, 2015, 11:28 (GMT) |
Initialize imbuf options correctly (thanks Campbell) |
July 13, 2015, 11:25 (GMT) |
Cleanup - rename. |
July 13, 2015, 11:03 (GMT) |
Make imbuf flags 16 bits. We can clean up and decrease flags a bit more now, but left changes to the bare minimum. Some flags such as OpenEXR compression are used in DNA as well (should be fixed at some point) |
July 13, 2015, 11:01 (GMT) |
Merge branch 'master' into temp_imbuf_types_refactor |
July 13, 2015, 10:37 (GMT) |
Bring back missing IMAGIC magic number for header This is the kind of issue that makes this patch necessary, magic number was used as format type. |
July 13, 2015, 10:33 (GMT) |
Cleanup: Append IB_FTYPE to all image file types. Also: * cleanup unused quicktime file format (it's a movie format, not an image) * correct two instances of assigning quality to flags * Remove jpeg enum from flag definition |
July 13, 2015, 10:05 (GMT) |
Imbuf types refactor Clearly separate flags from quality in imbuf struct. Quality stands for PNG compression or jpeg quality. Also fixed a wrong compression instance in dynamic painting and commpression setting not propagated when copying ImBuf to ImageFormatData |
July 12, 2015, 15:02 (GMT) |
Merge branch 'master' into temp_imbuf_types_refactor |
June 17, 2015, 15:38 (GMT) |
Merge branch 'master' into temp_imbuf_types_refactor |
June 8, 2015, 10:07 (GMT) |
Imbuf types refactor. ImBuf types were getting stored as bitflags in a 32bit integer which had already run out of space. Solved the problem by separating file type to an ftype enum, and file specific options to foptions. Now we have 2^32 image formats to support, hopefully won't run out any time soon. Patch is committed to branch for inclusion after release due to increased volatility, which could result explosions, spikes, acid, lava and signs with "bad" on them if included now. |
MiikaHweb - Blender Git Statistics v1.06