~ubuntu-branches/ubuntu/maverick/blender/maverick

« back to all changes in this revision

Viewing changes to source/blender/nodes/intern/SHD_util.h

  • Committer: Bazaar Package Importer
  • Author(s): Khashayar Naderehvandi, Khashayar Naderehvandi, Alessio Treglia
  • Date: 2009-01-22 16:53:59 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090122165359-v0996tn7fbit64ni
Tags: 2.48a+dfsg-1ubuntu1
[ Khashayar Naderehvandi ]
* Merge from debian experimental (LP: #320045), Ubuntu remaining changes:
  - Add patch correcting header file locations.
  - Add libvorbis-dev and libgsm1-dev to Build-Depends.
  - Use avcodec_decode_audio2() in source/blender/src/hddaudio.c

[ Alessio Treglia ]
* Add missing previous changelog entries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: SHD_util.h 12931 2007-12-17 18:20:48Z theeth $
 
2
 * $Id: SHD_util.h 16366 2008-09-04 20:51:28Z blendix $
3
3
 *
4
4
 * ***** BEGIN GPL LICENSE BLOCK *****
5
5
 *
88
88
#include "RE_pipeline.h"
89
89
#include "RE_shader_ext.h"
90
90
 
 
91
#include "GPU_material.h"
 
92
 
91
93
#include "butspace.h"
92
94
#include "blendef.h"
93
95
#include "mydevice.h"
117
119
#define MAT_IN_REFL             2
118
120
#define MAT_IN_NORMAL   3
119
121
#define MAT_IN_MIR              4
120
 
#define MAT_IN_AMBCOL   5
121
 
#define MAT_IN_AMB              6
122
 
#define MAT_IN_EMIT     7
123
 
#define MAT_IN_SPECTRA  8
124
 
#define MAT_IN_RAY_MIRROR       9
125
 
#define MAT_IN_ALPHA    10
126
 
#define MAT_IN_TRANSLUCENCY     11
 
122
#define MAT_IN_AMB              5
 
123
#define MAT_IN_EMIT     6
 
124
#define MAT_IN_SPECTRA  7
 
125
#define MAT_IN_RAY_MIRROR       8
 
126
#define MAT_IN_ALPHA    9
 
127
#define MAT_IN_TRANSLUCENCY     10
127
128
 
128
129
/* output socket defines */
129
130
#define MAT_OUT_COLOR           0