Campbell Barton
|
a79e10157d
|
code cleanup: use NULL rather then 0 for pointers, and make vars static where possible.
also found unintentionally defined enum/struct variables that where only meant to be defining the type.
|
2013-03-22 05:34:10 +00:00 |
|
Campbell Barton
|
e903701450
|
style cleanup
|
2012-10-27 01:46:47 +00:00 |
|
Campbell Barton
|
25c96bc9f3
|
code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc
|
2012-09-20 01:02:39 +00:00 |
|
Campbell Barton
|
d724d0adfe
|
code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarations
|
2012-09-16 00:26:36 +00:00 |
|
Campbell Barton
|
2d6839ce65
|
code cleanup: remove unused structs and also some style cleanup.
|
2012-09-15 23:13:24 +00:00 |
|
Campbell Barton
|
518c80fc94
|
remove unused parts of raskter module.
|
2012-09-15 23:05:34 +00:00 |
|
Campbell Barton
|
f9d9459e3f
|
code cleanup: modify DO_INLINE define to not use __inline with mingw
make RegisterBlendExtension_Fail a static func
u
|
2012-09-15 02:29:47 +00:00 |
|
Campbell Barton
|
e75f5c8208
|
quiet -Wmissing-prototypes warnings, and enable this warning by default for C with gcc.
helps for finding unused functions and making functions static, also did some minor code cleanup.
|
2012-09-15 01:52:28 +00:00 |
|
Sergey Sharybin
|
a7e943c850
|
Blender now compiles with recent clang
|
2012-07-28 17:35:09 +00:00 |
|
Campbell Barton
|
32cf7fcdb1
|
code cleanup: spelling
|
2012-07-16 23:23:33 +00:00 |
|
Peter Larabell
|
bbbdcaa462
|
fix: inline to __inline in raskter.c for msvc
|
2012-07-10 05:16:43 +00:00 |
|
Peter Larabell
|
492d9aabe0
|
some code refactors in raskter.c to sync it with build where mask tiling is being developed. Also adds a bit more mask tiling code.
|
2012-07-10 04:51:08 +00:00 |
|
Campbell Barton
|
4563d1103d
|
fix warnings/errors in recent raster commit.
|
2012-07-09 23:16:39 +00:00 |
|
Peter Larabell
|
689403bf57
|
updating raskter to support tiles compositor. this commit puts in some groundwork code to support tiles's pixel processor
|
2012-07-09 22:57:23 +00:00 |
|
Campbell Barton
|
d8b86fd9b2
|
fix for error in own recebt commit, broke mask feathering.
|
2012-07-05 18:02:28 +00:00 |
|
Campbell Barton
|
6e97ecee00
|
fix for crash with zero area mask.
|
2012-07-04 18:49:09 +00:00 |
|
Campbell Barton
|
8054c3a78e
|
style cleanup
|
2012-07-04 18:40:19 +00:00 |
|
Sergey Sharybin
|
e60c2f5c3e
|
Mark some utility functions as static to avoid namespace conflicts
and make export symbol table smaller.
|
2012-06-24 15:54:36 +00:00 |
|
Campbell Barton
|
a744fed46c
|
style cleanup
|
2012-06-20 16:43:48 +00:00 |
|
Campbell Barton
|
a57c8a37a1
|
comment unused vars
|
2012-06-14 11:05:15 +00:00 |
|
Peter Larabell
|
94a0355795
|
simple assignments added to pre-processor temporary section of function to avoid unused argument compiler warnings.
|
2012-06-13 21:37:39 +00:00 |
|
Peter Larabell
|
ceffc2cd50
|
add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter lib. Code is still quite messy but will be replaced when final algo comes in anyway.
|
2012-06-13 19:57:23 +00:00 |
|
Campbell Barton
|
26ca0008ee
|
typo/style edits
|
2012-06-08 05:53:30 +00:00 |
|
Campbell Barton
|
a6f3e15d6e
|
- remove redundant NULL checks from mallocn's local linked list functions.
- minor changes to warning cleanup.
|
2012-06-08 05:46:00 +00:00 |
|
Campbell Barton
|
5189356d58
|
style cleanup
|
2012-06-04 20:11:09 +00:00 |
|
Campbell Barton
|
c517247fc6
|
include cleanup, also raskter wasn't building on osx
|
2012-06-04 17:27:22 +00:00 |
|
Campbell Barton
|
a3f855f35d
|
raskter rasterizer by Pete Larabell, from tomato branch
|
2012-06-04 15:38:55 +00:00 |
|