Commit Graph

2563 Commits

Author SHA1 Message Date
jan p springer
71f2b2f422 Merge remote-tracking branch 'upstream/master' 2015-12-02 20:13:33 +00:00
Christophe R
0d2fd871af Merge pull request #447 from Karanlos/master
More right and left handed projection matrix support plus support for glClipControl GL_ZERO_TO_ONE #447
2015-11-22 11:43:21 +01:00
Christophe R
d35e3950b7 Merge pull request #452 from svenstaro/master
Fix docs #452
2015-11-22 11:40:47 +01:00
Sven-Hendrik Haase
16aba1a937 Fix docs 2015-11-22 06:48:23 +01:00
Christophe Riccio
254ea0ee24 Tentative fix for ICC errors #449 2015-11-21 11:27:09 +01:00
Erik Sejersen
8200f815bf Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE 2015-11-17 14:52:50 +01:00
Christophe R
3a960f2afb Merge pull request #436 from taketwo/add-const
Add const qualifier in extractEulerAngleXYZ() #436
2015-11-17 11:01:49 +01:00
Christophe R
376732e5ae Merge pull request #437 from svenstaro/patch-1
Fix unintentional backface culling in triangle intersect #437
2015-11-17 10:58:15 +01:00
Christophe R
45f8edf2bc Merge pull request #438 from rleigh-dundee/msbuild-error
test: Don't use 'Error:' or 'error:' in test output #438
2015-11-17 10:52:40 +01:00
Christophe R
91936ed15a Merge pull request #444 from Laurie-Hedge/master
Fixed build by adding missing scope #444
2015-11-17 10:41:46 +01:00
Laurie
f66c5ef004 Fixed build by adding missing scope 2015-11-07 09:08:37 +00:00
jan p springer
2547d14240 fixed: ostream operators 2015-10-29 17:56:08 +00:00
jan p springer
264f192577 added: pattern for local build directories 2015-10-29 14:42:10 +00:00
jan p springer
554999eedc merge upstream/master 2015-10-29 13:44:26 +00:00
Sven-Hendrik Haase
a75e38fb40 Remove old commented code 2015-10-23 15:58:43 +02:00
Roger Leigh
a59aaea29d test: Don't use 'Error:' or 'error:' in test output
This is parsed by msbuild when using Visual Studio project
files, and will automatically fail the build if encountered.
This is a bug (or badly designed intentional behaviour) in
msbuild.  See
  http://blogs.msdn.com/b/dsvc/archive/2012/02/29/output-from-exec-task-resulting-in-build-failure.aspx
for further details.
2015-10-22 14:25:33 +00:00
Christophe Riccio
0af2e05b1b Merge 0.9.7 branch 2015-10-22 00:32:47 +02:00
Christophe Riccio
627d36fd47 Updated GLM version 2015-10-22 00:31:15 +02:00
Christophe Riccio
f1e9c2f186 Fixed Cygwin build errors when using C++11 #405 2015-10-22 00:30:27 +02:00
Christophe Riccio
85e88a366d Cygwin GCC doesn't have a C++11 STL library 2015-10-22 00:27:10 +02:00
Sven-Hendrik Haase
e5b84bd4b4 Added changelog 2015-10-20 04:11:53 +02:00
Sven-Hendrik Haase
96b7850cab Fix unintentional backface culling in triangle intersect
This also fixes #194. The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
2015-10-20 04:05:58 +02:00
Sergey Alexandrov
e05935c7bd Add const qualifier in extractEulerAngleXYZ() 2015-10-18 17:41:19 +02:00
Christophe Riccio
32fc69ee11 - Added unary + operator #435 2015-10-17 04:11:52 +02:00
Christophe Riccio
5cd49977e6 Fixed build 2015-10-15 04:38:26 +02:00
Christophe Riccio
a257beb5de Added missing bvec* && and || operators 2015-10-15 04:28:08 +02:00
Christophe Riccio
560dcdbec0 Added 8bit pack and unpack to GTC_packing 2015-10-12 01:03:01 +02:00
Christophe Riccio
bb9ce516b0 Added 16bit pack and unpack to GTC_packing 2015-10-11 23:02:42 +02:00
Christophe Riccio
92a6c207bc Fixed build on C++98 compiler 2015-10-11 22:01:02 +02:00
Christophe Riccio
7f4d8c38c9 Fixed (un)packHalf 2015-10-11 21:20:37 +02:00
Christophe Riccio
04c8f05a34 Added (un)packUnorm and (un)packSnorm to GTC_packing 2015-10-10 03:04:32 +02:00
Christophe Riccio
65c8f8fcf0 Added (un)packHalf 2015-10-10 01:54:54 +02:00
Christophe Riccio
8508e099d0 Fixed compScale test 2015-10-08 23:49:43 +02:00
Christophe Riccio
273beb8779 Merge branch 'master' of https://github.com/g-truc/glm 2015-10-07 22:39:37 +02:00
Christophe Riccio
869caacac5 Merge branch 'static-const' of https://github.com/g-truc/glm into static-const 2015-10-07 22:32:59 +02:00
Christophe Riccio
9902e3014f Fixed GTX_extended_min_max build 2015-10-07 22:32:12 +02:00
Christophe R.
143c4c336a Merge pull request #429 from JesseTG/jtg/static-const
Add GLM_STATIC_CONST_MEMBERS #429
2015-10-07 22:28:49 +02:00
Christophe R.
64c86d1760 Merge pull request #428 from JesseTG/jtg/ignore-more
Let's try .gitignore again #428
2015-10-07 22:23:04 +02:00
Jesse Talavera-Greenberg
23af86ebe1 Let's try .gitignore again 2015-10-07 16:19:54 -04:00
Jesse Talavera-Greenberg
e55eb1e08b Removed ambiguity in fmat4x4 constructor 2015-10-07 16:12:45 -04:00
Jesse Talavera-Greenberg
08bf6e78c9 Renamed comp (X|Y|Z|W) template parameters in fvec4SIMD to (X|Y|Z|W)_ 2015-10-07 16:11:23 -04:00
Christophe Riccio
2d1463ced7 Fixed GTX_extended_min_max filename typo #386 2015-10-07 22:04:33 +02:00
Christophe Riccio
b0285416b0 Fixed GTX_extended_min_max filename typo #386 2015-10-07 21:58:58 +02:00
Christophe Riccio
132bccce1c Merge branch '0.9.7' 2015-10-07 21:55:22 +02:00
Christophe Riccio
4b5694a51c Fixed readme #include path #426 2015-10-07 21:55:03 +02:00
Christophe Riccio
27fa44f2b8 Fixed readme #include path #426 2015-10-07 21:53:27 +02:00
Christophe Riccio
8814ae50c9 Fixed GTX_extended_min_max filename typo #386 2015-10-07 21:49:33 +02:00
Christophe Riccio
045e5bee1a Improved GTC_reciprocal documentation 2015-10-07 21:41:05 +02:00
Christophe Riccio
8e3e6108d5 Improved GTC_random linearRand documentations 2015-10-07 21:35:28 +02:00
Christophe Riccio
1329c64f9b Updated GLM version 2015-10-07 21:28:53 +02:00