<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">This commit in mesa breaks Xgl as its expecting slang_verions_syn which has been renamed slang_pp_version_syn
This is the Mesa commit
CVSROOT: /cvs/mesa
Module name: Mesa
Repository: Mesa/src/mesa/shader/slang/library/
Changes by: michal@kemper. 06/08/21 09:25:11
Log message:
More GLSL preprocessor code:
Rename slang_version.syn to slang_pp_version.syn.
The #version directive understands version 120.
Cosmetic changes in version preprocessor.
Checks if requested version is supported by the compiler.
Modified files:
Mesa/src/mesa/shader/slang/:
slang_compile.c slang_preprocess.c slang_preprocess.h
Added files:
Mesa/src/mesa/shader/slang/library/:
slang_pp_version.syn slang_pp_version_syn.h
Removed files:
Mesa/src/mesa/shader/slang/library/:
slang_version.syn <span id="mail-highlight-id"
style="background-color: yellow;">slang_version_syn</span>.h
Revision Changes Path
1.24 +5 -0 Mesa/src/mesa/shader/slang/slang_compile.c
<a class="moz-txt-link-freetext"
href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_compile.c">http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_compile.c</a>
1.7 +37 -46 Mesa/src/mesa/shader/slang/slang_preprocess.c
<a class="moz-txt-link-freetext"
href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_preprocess.c">http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_preprocess.c</a>
1.4 +2 -1 Mesa/src/mesa/shader/slang/slang_preprocess.h
<a class="moz-txt-link-freetext"
href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_preprocess.h">http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/shader/slang/slang_preprocess.h</a>
patch to fix:
--- xgl/GL/symlink-mesa.sh 2006-07-14 12:58:12.000000000 -0400
+++ xgl/GL/symlink-mesa.sh.new 2006-08-26 10:22:30.000000000 -0400
@@ -468,7 +468,7 @@
action slang_core_gc.h
action slang_fragment_builtin_gc.h
action slang_shader_syn.h
- action slang_version_syn.h
+ action slang_pp_version_syn.h
action slang_vertex_builtin_gc.h
}
</pre>
</body>
</html>