~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
_slang_swizzle_swizzle(GLuint swz1, GLuint swz2);
41
41
 
42
42
 
 
43
extern GLuint
 
44
_slang_var_swizzle(GLint size, GLint comp);
 
45
 
 
46
 
43
47
extern GLboolean
44
48
_slang_emit_code(slang_ir_node *n, slang_var_table *vartable,
45
 
                 struct gl_program *prog, GLboolean withEnd,
 
49
                 struct gl_program *prog,
 
50
                 const struct gl_sl_pragmas *pragmas,
 
51
                 GLboolean withEnd,
46
52
                 slang_info_log *log);
47
53
 
48
54