Changeset 405 for branches/thune/thread_safe/gl/boot.c
- Timestamp:
- 06/02/07 06:45:33 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gl/boot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gl/boot.c
r403 r405 100 100 " shadow-begin\n" 101 101 " shadow-end\n" 102 " samples-query\n" 103 " samples-begin\n" 102 104 "]\n" 103 105 "make-opcodes :draw-list-opcodes\n" … … 149 151 "] func :load.tex.clamp\n" 150 152 "#[\n" 151 " 1.0 0.0 0.0 0.0 \n"152 " 0.0 1.0 0.0 0.0 \n"153 " 0.0 0.0 1.0 0.0 \n"154 " 0.0 0.0 0.0 1.0 \n"153 " 1.0 0.0 0.0 0.0 \n" 154 " 0.0 1.0 0.0 0.0 \n" 155 " 0.0 0.0 1.0 0.0 \n" 156 " 0.0 0.0 0.0 1.0 \n" 155 157 "] :unit-matrix\n" 156 158 "[\n"
