]> code.bitgloo.com Git - clyne/gamedev.git/commit
windows build
authorClyne Sullivan <tullivan99@gmail.com>
Tue, 10 May 2016 22:16:34 +0000 (18:16 -0400)
committerClyne Sullivan <tullivan99@gmail.com>
Tue, 10 May 2016 22:16:34 +0000 (18:16 -0400)
commita9abee3d7b57a094358ffbb460799d70fed7ef8b
tree4c1b8b501b2006df8abec25b48c4f007443582f8
parent444e256efe52274caf464e941cd76abc9ccf1d61
windows build
269 files changed:
frig.frag
include/common.hpp
include/glm/CMakeLists.txt [new file with mode: 0644]
include/glm/common.hpp [new file with mode: 0644]
include/glm/detail/_features.hpp [new file with mode: 0644]
include/glm/detail/_fixes.hpp [new file with mode: 0644]
include/glm/detail/_noise.hpp [new file with mode: 0644]
include/glm/detail/_swizzle.hpp [new file with mode: 0644]
include/glm/detail/_swizzle_func.hpp [new file with mode: 0644]
include/glm/detail/_vectorize.hpp [new file with mode: 0644]
include/glm/detail/dummy.cpp [new file with mode: 0644]
include/glm/detail/func_common.hpp [new file with mode: 0644]
include/glm/detail/func_common.inl [new file with mode: 0644]
include/glm/detail/func_common_simd.inl [new file with mode: 0644]
include/glm/detail/func_exponential.hpp [new file with mode: 0644]
include/glm/detail/func_exponential.inl [new file with mode: 0644]
include/glm/detail/func_geometric.hpp [new file with mode: 0644]
include/glm/detail/func_geometric.inl [new file with mode: 0644]
include/glm/detail/func_geometric_simd.inl [new file with mode: 0644]
include/glm/detail/func_integer.hpp [new file with mode: 0644]
include/glm/detail/func_integer.inl [new file with mode: 0644]
include/glm/detail/func_integer_simd.inl [new file with mode: 0644]
include/glm/detail/func_matrix.hpp [new file with mode: 0644]
include/glm/detail/func_matrix.inl [new file with mode: 0644]
include/glm/detail/func_matrix_simd.inl [new file with mode: 0644]
include/glm/detail/func_packing.hpp [new file with mode: 0644]
include/glm/detail/func_packing.inl [new file with mode: 0644]
include/glm/detail/func_trigonometric.hpp [new file with mode: 0644]
include/glm/detail/func_trigonometric.inl [new file with mode: 0644]
include/glm/detail/func_vector_relational.hpp [new file with mode: 0644]
include/glm/detail/func_vector_relational.inl [new file with mode: 0644]
include/glm/detail/glm.cpp [new file with mode: 0644]
include/glm/detail/precision.hpp [new file with mode: 0644]
include/glm/detail/setup.hpp [new file with mode: 0644]
include/glm/detail/type_float.hpp [new file with mode: 0644]
include/glm/detail/type_gentype.hpp [new file with mode: 0644]
include/glm/detail/type_gentype.inl [new file with mode: 0644]
include/glm/detail/type_half.hpp [new file with mode: 0644]
include/glm/detail/type_half.inl [new file with mode: 0644]
include/glm/detail/type_int.hpp [new file with mode: 0644]
include/glm/detail/type_mat.hpp [new file with mode: 0644]
include/glm/detail/type_mat.inl [new file with mode: 0644]
include/glm/detail/type_mat2x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x2.inl [new file with mode: 0644]
include/glm/detail/type_mat2x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x3.inl [new file with mode: 0644]
include/glm/detail/type_mat2x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat2x4.inl [new file with mode: 0644]
include/glm/detail/type_mat3x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x2.inl [new file with mode: 0644]
include/glm/detail/type_mat3x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x3.inl [new file with mode: 0644]
include/glm/detail/type_mat3x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat3x4.inl [new file with mode: 0644]
include/glm/detail/type_mat4x2.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x2.inl [new file with mode: 0644]
include/glm/detail/type_mat4x3.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x3.inl [new file with mode: 0644]
include/glm/detail/type_mat4x4.hpp [new file with mode: 0644]
include/glm/detail/type_mat4x4.inl [new file with mode: 0644]
include/glm/detail/type_mat4x4_simd.inl [new file with mode: 0644]
include/glm/detail/type_vec.hpp [new file with mode: 0644]
include/glm/detail/type_vec.inl [new file with mode: 0644]
include/glm/detail/type_vec1.hpp [new file with mode: 0644]
include/glm/detail/type_vec1.inl [new file with mode: 0644]
include/glm/detail/type_vec2.hpp [new file with mode: 0644]
include/glm/detail/type_vec2.inl [new file with mode: 0644]
include/glm/detail/type_vec3.hpp [new file with mode: 0644]
include/glm/detail/type_vec3.inl [new file with mode: 0644]
include/glm/detail/type_vec4.hpp [new file with mode: 0644]
include/glm/detail/type_vec4.inl [new file with mode: 0644]
include/glm/detail/type_vec4_simd.inl [new file with mode: 0644]
include/glm/exponential.hpp [new file with mode: 0644]
include/glm/ext.hpp [new file with mode: 0644]
include/glm/fwd.hpp [new file with mode: 0644]
include/glm/geometric.hpp [new file with mode: 0644]
include/glm/glm.hpp [new file with mode: 0644]
include/glm/gtc/bitfield.hpp [new file with mode: 0644]
include/glm/gtc/bitfield.inl [new file with mode: 0644]
include/glm/gtc/color_space.hpp [new file with mode: 0644]
include/glm/gtc/color_space.inl [new file with mode: 0644]
include/glm/gtc/constants.hpp [new file with mode: 0644]
include/glm/gtc/constants.inl [new file with mode: 0644]
include/glm/gtc/epsilon.hpp [new file with mode: 0644]
include/glm/gtc/epsilon.inl [new file with mode: 0644]
include/glm/gtc/integer.hpp [new file with mode: 0644]
include/glm/gtc/integer.inl [new file with mode: 0644]
include/glm/gtc/matrix_access.hpp [new file with mode: 0644]
include/glm/gtc/matrix_access.inl [new file with mode: 0644]
include/glm/gtc/matrix_integer.hpp [new file with mode: 0644]
include/glm/gtc/matrix_inverse.hpp [new file with mode: 0644]
include/glm/gtc/matrix_inverse.inl [new file with mode: 0644]
include/glm/gtc/matrix_transform.hpp [new file with mode: 0644]
include/glm/gtc/matrix_transform.inl [new file with mode: 0644]
include/glm/gtc/noise.hpp [new file with mode: 0644]
include/glm/gtc/noise.inl [new file with mode: 0644]
include/glm/gtc/packing.hpp [new file with mode: 0644]
include/glm/gtc/packing.inl [new file with mode: 0644]
include/glm/gtc/quaternion.hpp [new file with mode: 0644]
include/glm/gtc/quaternion.inl [new file with mode: 0644]
include/glm/gtc/random.hpp [new file with mode: 0644]
include/glm/gtc/random.inl [new file with mode: 0644]
include/glm/gtc/reciprocal.hpp [new file with mode: 0644]
include/glm/gtc/reciprocal.inl [new file with mode: 0644]
include/glm/gtc/round.hpp [new file with mode: 0644]
include/glm/gtc/round.inl [new file with mode: 0644]
include/glm/gtc/type_precision.hpp [new file with mode: 0644]
include/glm/gtc/type_precision.inl [new file with mode: 0644]
include/glm/gtc/type_ptr.hpp [new file with mode: 0644]
include/glm/gtc/type_ptr.inl [new file with mode: 0644]
include/glm/gtc/ulp.hpp [new file with mode: 0644]
include/glm/gtc/ulp.inl [new file with mode: 0644]
include/glm/gtc/vec1.hpp [new file with mode: 0644]
include/glm/gtc/vec1.inl [new file with mode: 0644]
include/glm/gtx/associated_min_max.hpp [new file with mode: 0644]
include/glm/gtx/associated_min_max.inl [new file with mode: 0644]
include/glm/gtx/bit.hpp [new file with mode: 0644]
include/glm/gtx/bit.inl [new file with mode: 0644]
include/glm/gtx/closest_point.hpp [new file with mode: 0644]
include/glm/gtx/closest_point.inl [new file with mode: 0644]
include/glm/gtx/color_space.hpp [new file with mode: 0644]
include/glm/gtx/color_space.inl [new file with mode: 0644]
include/glm/gtx/color_space_YCoCg.hpp [new file with mode: 0644]
include/glm/gtx/color_space_YCoCg.inl [new file with mode: 0644]
include/glm/gtx/common.hpp [new file with mode: 0644]
include/glm/gtx/common.inl [new file with mode: 0644]
include/glm/gtx/compatibility.hpp [new file with mode: 0644]
include/glm/gtx/compatibility.inl [new file with mode: 0644]
include/glm/gtx/component_wise.hpp [new file with mode: 0644]
include/glm/gtx/component_wise.inl [new file with mode: 0644]
include/glm/gtx/dual_quaternion.hpp [new file with mode: 0644]
include/glm/gtx/dual_quaternion.inl [new file with mode: 0644]
include/glm/gtx/euler_angles.hpp [new file with mode: 0644]
include/glm/gtx/euler_angles.inl [new file with mode: 0644]
include/glm/gtx/extend.hpp [new file with mode: 0644]
include/glm/gtx/extend.inl [new file with mode: 0644]
include/glm/gtx/extended_min_max.hpp [new file with mode: 0644]
include/glm/gtx/extended_min_max.inl [new file with mode: 0644]
include/glm/gtx/fast_exponential.hpp [new file with mode: 0644]
include/glm/gtx/fast_exponential.inl [new file with mode: 0644]
include/glm/gtx/fast_square_root.hpp [new file with mode: 0644]
include/glm/gtx/fast_square_root.inl [new file with mode: 0644]
include/glm/gtx/fast_trigonometry.hpp [new file with mode: 0644]
include/glm/gtx/fast_trigonometry.inl [new file with mode: 0644]
include/glm/gtx/float_notmalize.inl [new file with mode: 0644]
include/glm/gtx/gradient_paint.hpp [new file with mode: 0644]
include/glm/gtx/gradient_paint.inl [new file with mode: 0644]
include/glm/gtx/handed_coordinate_space.hpp [new file with mode: 0644]
include/glm/gtx/handed_coordinate_space.inl [new file with mode: 0644]
include/glm/gtx/hash.hpp [new file with mode: 0644]
include/glm/gtx/hash.inl [new file with mode: 0644]
include/glm/gtx/integer.hpp [new file with mode: 0644]
include/glm/gtx/integer.inl [new file with mode: 0644]
include/glm/gtx/intersect.hpp [new file with mode: 0644]
include/glm/gtx/intersect.inl [new file with mode: 0644]
include/glm/gtx/io.hpp [new file with mode: 0644]
include/glm/gtx/io.inl [new file with mode: 0644]
include/glm/gtx/log_base.hpp [new file with mode: 0644]
include/glm/gtx/log_base.inl [new file with mode: 0644]
include/glm/gtx/matrix_cross_product.hpp [new file with mode: 0644]
include/glm/gtx/matrix_cross_product.inl [new file with mode: 0644]
include/glm/gtx/matrix_decompose.hpp [new file with mode: 0644]
include/glm/gtx/matrix_decompose.inl [new file with mode: 0644]
include/glm/gtx/matrix_interpolation.hpp [new file with mode: 0644]
include/glm/gtx/matrix_interpolation.inl [new file with mode: 0644]
include/glm/gtx/matrix_major_storage.hpp [new file with mode: 0644]
include/glm/gtx/matrix_major_storage.inl [new file with mode: 0644]
include/glm/gtx/matrix_operation.hpp [new file with mode: 0644]
include/glm/gtx/matrix_operation.inl [new file with mode: 0644]
include/glm/gtx/matrix_query.hpp [new file with mode: 0644]
include/glm/gtx/matrix_query.inl [new file with mode: 0644]
include/glm/gtx/matrix_transform_2d.hpp [new file with mode: 0644]
include/glm/gtx/matrix_transform_2d.inl [new file with mode: 0644]
include/glm/gtx/mixed_product.hpp [new file with mode: 0644]
include/glm/gtx/mixed_product.inl [new file with mode: 0644]
include/glm/gtx/norm.hpp [new file with mode: 0644]
include/glm/gtx/norm.inl [new file with mode: 0644]
include/glm/gtx/normal.hpp [new file with mode: 0644]
include/glm/gtx/normal.inl [new file with mode: 0644]
include/glm/gtx/normalize_dot.hpp [new file with mode: 0644]
include/glm/gtx/normalize_dot.inl [new file with mode: 0644]
include/glm/gtx/number_precision.hpp [new file with mode: 0644]
include/glm/gtx/number_precision.inl [new file with mode: 0644]
include/glm/gtx/optimum_pow.hpp [new file with mode: 0644]
include/glm/gtx/optimum_pow.inl [new file with mode: 0644]
include/glm/gtx/orthonormalize.hpp [new file with mode: 0644]
include/glm/gtx/orthonormalize.inl [new file with mode: 0644]
include/glm/gtx/perpendicular.hpp [new file with mode: 0644]
include/glm/gtx/perpendicular.inl [new file with mode: 0644]
include/glm/gtx/polar_coordinates.hpp [new file with mode: 0644]
include/glm/gtx/polar_coordinates.inl [new file with mode: 0644]
include/glm/gtx/projection.hpp [new file with mode: 0644]
include/glm/gtx/projection.inl [new file with mode: 0644]
include/glm/gtx/quaternion.hpp [new file with mode: 0644]
include/glm/gtx/quaternion.inl [new file with mode: 0644]
include/glm/gtx/range.hpp [new file with mode: 0644]
include/glm/gtx/raw_data.hpp [new file with mode: 0644]
include/glm/gtx/raw_data.inl [new file with mode: 0644]
include/glm/gtx/rotate_normalized_axis.hpp [new file with mode: 0644]
include/glm/gtx/rotate_normalized_axis.inl [new file with mode: 0644]
include/glm/gtx/rotate_vector.hpp [new file with mode: 0644]
include/glm/gtx/rotate_vector.inl [new file with mode: 0644]
include/glm/gtx/scalar_multiplication.hpp [new file with mode: 0644]
include/glm/gtx/scalar_relational.hpp [new file with mode: 0644]
include/glm/gtx/scalar_relational.inl [new file with mode: 0644]
include/glm/gtx/simd_mat4.hpp [new file with mode: 0644]
include/glm/gtx/simd_mat4.inl [new file with mode: 0644]
include/glm/gtx/simd_quat.hpp [new file with mode: 0644]
include/glm/gtx/simd_quat.inl [new file with mode: 0644]
include/glm/gtx/simd_vec4.hpp [new file with mode: 0644]
include/glm/gtx/simd_vec4.inl [new file with mode: 0644]
include/glm/gtx/spline.hpp [new file with mode: 0644]
include/glm/gtx/spline.inl [new file with mode: 0644]
include/glm/gtx/std_based_type.hpp [new file with mode: 0644]
include/glm/gtx/std_based_type.inl [new file with mode: 0644]
include/glm/gtx/string_cast.hpp [new file with mode: 0644]
include/glm/gtx/string_cast.inl [new file with mode: 0644]
include/glm/gtx/transform.hpp [new file with mode: 0644]
include/glm/gtx/transform.inl [new file with mode: 0644]
include/glm/gtx/transform2.hpp [new file with mode: 0644]
include/glm/gtx/transform2.inl [new file with mode: 0644]
include/glm/gtx/type_aligned.hpp [new file with mode: 0644]
include/glm/gtx/type_aligned.inl [new file with mode: 0644]
include/glm/gtx/type_trait.hpp [new file with mode: 0644]
include/glm/gtx/type_trait.inl [new file with mode: 0644]
include/glm/gtx/vector_angle.hpp [new file with mode: 0644]
include/glm/gtx/vector_angle.inl [new file with mode: 0644]
include/glm/gtx/vector_query.hpp [new file with mode: 0644]
include/glm/gtx/vector_query.inl [new file with mode: 0644]
include/glm/gtx/wrap.hpp [new file with mode: 0644]
include/glm/gtx/wrap.inl [new file with mode: 0644]
include/glm/integer.hpp [new file with mode: 0644]
include/glm/mat2x2.hpp [new file with mode: 0644]
include/glm/mat2x3.hpp [new file with mode: 0644]
include/glm/mat2x4.hpp [new file with mode: 0644]
include/glm/mat3x2.hpp [new file with mode: 0644]
include/glm/mat3x3.hpp [new file with mode: 0644]
include/glm/mat3x4.hpp [new file with mode: 0644]
include/glm/mat4x2.hpp [new file with mode: 0644]
include/glm/mat4x3.hpp [new file with mode: 0644]
include/glm/mat4x4.hpp [new file with mode: 0644]
include/glm/matrix.hpp [new file with mode: 0644]
include/glm/packing.hpp [new file with mode: 0644]
include/glm/simd/common.h [new file with mode: 0644]
include/glm/simd/exponential.h [new file with mode: 0644]
include/glm/simd/geometric.h [new file with mode: 0644]
include/glm/simd/integer.h [new file with mode: 0644]
include/glm/simd/matrix.h [new file with mode: 0644]
include/glm/simd/packing.h [new file with mode: 0644]
include/glm/simd/platform.h [new file with mode: 0644]
include/glm/simd/trigonometric.h [new file with mode: 0644]
include/glm/simd/vector_relational.h [new file with mode: 0644]
include/glm/trigonometric.hpp [new file with mode: 0644]
include/glm/vec2.hpp [new file with mode: 0644]
include/glm/vec3.hpp [new file with mode: 0644]
include/glm/vec4.hpp [new file with mode: 0644]
include/glm/vector_relational.hpp [new file with mode: 0644]
include/ui.hpp
include/win32thread.hpp [new file with mode: 0644]
main.cpp
src/common.cpp
src/ui.cpp
win32/assets [deleted symlink]
win32/config [deleted symlink]
win32/libgcc_s_dw2-1.dll
win32/libstdc++-6.dll
win32/main.exe
win32/ttf [deleted symlink]
win32/xml [deleted symlink]