Revision 99ee18c6 by Sergey Sharybin May 9, 2011, 10:03 (GMT) |
Fix for memory leak caused by re-making mipmaps Problem was caused by different limits for "last" mipmap: it was 1x1 for mkaing mipmaps and 2x2 for re-making. 2x2 should be enough for mipmap. |
Revision 5776d7f by Campbell Barton May 9, 2011, 09:38 (GMT) |
Revision 31f44d8 by Brecht Van Lommel May 9, 2011, 09:03 (GMT) |
Cycles: fix color difference between render / 3d view with color management disabled. |
Revision 9d8a08d by Campbell Barton May 9, 2011, 08:20 (GMT) |
warning fixes |
Revision 4c71d9e by Campbell Barton May 9, 2011, 08:15 (GMT) |
set svn end of lines to native |
Revision 763adbc by Brecht Van Lommel May 9, 2011, 08:01 (GMT) |
Code cleanup: warning fixes. |
Revision 30155e9 by Brecht Van Lommel May 9, 2011, 07:54 (GMT) |
Code cleanup: remove unused image window code, already implemented elsewhere. |
Revision 1f90b86 by Campbell Barton May 9, 2011, 07:48 (GMT) |
set the property on text files to native eol. for x in `find . -name '*.c*'`; do svn propset svn:eol-style "native" $x; done for x in `find . -name '*.h'`; do svn propset svn:eol-style "native" $x; done |
Revision f5bcf92 by Campbell Barton May 9, 2011, 06:53 (GMT) |
moved more minor changes across from trunk, fixed some incorrect merges and removed unused includes. |
Revision c8e2df0 by Campbell Barton May 9, 2011, 05:55 (GMT) |
writing normal customdata was failing because vec3f type wasn't stored in SDNA. |
Revision a70e491 by Campbell Barton May 9, 2011, 05:18 (GMT) |
removed the OBJ export recent commit, didnt realize BMesh had its own OBJ exporter. |
Revision b93594b by Campbell Barton May 9, 2011, 05:09 (GMT) |
quiet more compiler warnings, also found a bug using printf rather then fprintf. |
Revision 5a2a3d7 by Campbell Barton May 9, 2011, 04:06 (GMT) |
more syncing with trunk, also cleared many warnings with gcc4.6 |
Revision 14a2330 by Campbell Barton May 9, 2011, 02:45 (GMT) |
copied across changes which were missed by merging. |
Revision 31471f6 by Tamito Kajiyama May 9, 2011, 01:38 (GMT) |
Revision 6ef77cf by Joseph Eagar May 8, 2011, 23:43 (GMT) |
=bmesh= merge from trunk at r36529 |
Revision f8f4f73 by Sergey Sharybin May 8, 2011, 20:21 (GMT) |
Bug fix own collection: - Recreate mipmaps if they're dirty when drawing background image (this prevents "delayed" update of background image when you're paiting on it in image editor). - Mark mipmaps as dirty when inverting image channels. TODO: there's memory leak caused by IMB_remakemipmap, but it'll be anuther bugfix commit after discussion with other devs. |
Revision b432520 by Campbell Barton May 8, 2011, 12:51 (GMT) |
fix [#27324] WindowManager.invoke_search_popup() crashes blender and does not work also minor formatting fixes. |
Revision d4e540d by Campbell Barton May 8, 2011, 10:29 (GMT) |
comment some unused code. |
Revision ed3fd72 by Nathan Letwory May 8, 2011, 09:05 (GMT) |
Apply second half of [#21590] .dds textures: fix for DXT1n format + sync with upstream nvtt submitted by Amorilia This updates the DDS module with upstearm nvtt (r1042). |
|