OLD | NEW |
1 # Copyright 2009, Google Inc. | 1 # Copyright 2009, Google Inc. |
2 # All rights reserved. | 2 # All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'idl/matrix4_scale.idl', | 56 'idl/matrix4_scale.idl', |
57 'idl/matrix4_translation.idl', | 57 'idl/matrix4_translation.idl', |
58 'idl/named.idl', | 58 'idl/named.idl', |
59 'idl/pack.idl', | 59 'idl/pack.idl', |
60 'idl/param_array.idl', | 60 'idl/param_array.idl', |
61 'idl/param.idl', | 61 'idl/param.idl', |
62 'idl/param_object.idl', | 62 'idl/param_object.idl', |
63 'idl/param_operation.idl', | 63 'idl/param_operation.idl', |
64 'idl/plugin.idl', | 64 'idl/plugin.idl', |
65 'idl/primitive.idl', | 65 'idl/primitive.idl', |
| 66 'idl/processed_path.idl', |
66 'idl/ray_intersection_info.idl', | 67 'idl/ray_intersection_info.idl', |
67 'idl/render_event.idl', | 68 'idl/render_event.idl', |
68 'idl/render_node.idl', | 69 'idl/render_node.idl', |
69 'idl/render_surface.idl', | 70 'idl/render_surface.idl', |
70 'idl/render_surface_set.idl', | 71 'idl/render_surface_set.idl', |
71 'idl/sampler.idl', | 72 'idl/sampler.idl', |
72 'idl/shape.idl', | 73 'idl/shape.idl', |
73 'idl/skin.idl', | 74 'idl/skin.idl', |
74 'idl/standard_param.idl', | 75 'idl/standard_param.idl', |
75 'idl/state.idl', | 76 'idl/state.idl', |
76 'idl/state_set.idl', | 77 'idl/state_set.idl', |
77 'idl/stream.idl', | 78 'idl/stream.idl', |
78 'idl/stream_bank.idl', | 79 'idl/stream_bank.idl', |
79 'idl/texture.idl', | 80 'idl/texture.idl', |
80 'idl/tick_event.idl', | 81 'idl/tick_event.idl', |
81 'idl/transform.idl', | 82 'idl/transform.idl', |
82 'idl/tree_traversal.idl', | 83 'idl/tree_traversal.idl', |
83 'idl/types.idl', | 84 'idl/types.idl', |
84 'idl/vector.idl', | 85 'idl/vector.idl', |
85 'idl/vertex_source.idl', | 86 'idl/vertex_source.idl', |
86 'idl/viewport.idl', | 87 'idl/viewport.idl', |
87 'idl/archive_request.idl', | 88 'idl/archive_request.idl', |
88 'idl/raw_data.idl', | 89 'idl/raw_data.idl', |
89 ] | 90 ] |
90 | 91 |
91 | 92 |
OLD | NEW |