~ubuntu-branches/ubuntu/quantal/mesa-glw/quantal

« back to all changes in this revision

Viewing changes to src/mesa/shader/slang/slang_simplify.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef SLANG_SIMPLIFY_H
 
3
#define SLANG_SIMPLIFY_H
 
4
 
 
5
 
 
6
extern GLint
 
7
_slang_lookup_constant(const char *name);
 
8
 
 
9
 
 
10
extern void
 
11
_slang_simplify(slang_operation *oper,
 
12
                const slang_name_space * space,
 
13
                slang_atom_pool * atoms);
 
14
 
 
15
 
 
16
extern GLboolean
 
17
_slang_adapt_call(slang_operation *callOper, const slang_function *fun,
 
18
                  const slang_name_space * space,
 
19
                  slang_atom_pool * atoms, slang_info_log *log);
 
20
 
 
21
 
 
22
#endif /* SLANG_SIMPLIFY_H */