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
diff options
context:
space:
mode:
authorTom Musgrove <LetterRip@gmail.com>2006-12-11 02:31:17 +0300
committerTom Musgrove <LetterRip@gmail.com>2006-12-11 02:31:17 +0300
commit027025b1f69489d01e3557f65481078210972cf4 (patch)
tree6a8bdeb47149544b4761b0b3958ba2c867247cd0 /source/blender/blenkernel/bad_level_call_stubs
parent089e87ccea5345847025b2d57786866847bcaa64 (diff)
=bad level calls=
added antialias_tagbuf and iibuf_sample to stubs so that we can compile the gameengine again - ton please check when you wake up...
Diffstat (limited to 'source/blender/blenkernel/bad_level_call_stubs')
-rw-r--r--source/blender/blenkernel/bad_level_call_stubs/stubs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/blenkernel/bad_level_call_stubs/stubs.c b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
index 52dedb21302..d112b60ad27 100644
--- a/source/blender/blenkernel/bad_level_call_stubs/stubs.c
+++ b/source/blender/blenkernel/bad_level_call_stubs/stubs.c
@@ -290,3 +290,9 @@ void multires_calc_level_maps(struct MultiresLevel *lvl) {}
struct Multires *multires_copy(struct Multires *orig) {return NULL;}
void sculptmode_init(struct Scene *sce) {}
void sculptmode_free_all(struct Scene *sce) {}
+
+/* zbuf.c stub */
+void antialias_tagbuf(int xsize, int ysize, char *rectmove) {}
+
+/* imagetexture.c stub */
+void ibuf_sample(struct ImBuf *ibuf, float fx, float fy, float dx, float dy, float *result) {}