~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/render/intern/include/rendercore.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * rendercore_ext.h
3
3
 *
4
 
 * $Id: rendercore.h,v 1.30 2006/12/05 16:42:59 ton Exp $
 
4
 * $Id: rendercore.h,v 1.31 2007/05/03 21:37:52 blendix Exp $
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
87
87
void zbufshade_tile(struct RenderPart *pa);
88
88
void zbufshadeDA_tile(struct RenderPart *pa);
89
89
 
 
90
void zbufshade_sss_tile(struct RenderPart *pa);
 
91
 
90
92
/* -------- ray.c ------- */
91
93
 
92
94
extern void freeoctree(Render *re);