Skip to content
Snippets Groups Projects
  1. Mar 12, 2017
  2. Mar 08, 2017
  3. Mar 06, 2017
  4. Mar 04, 2017
    • Patrik Huber's avatar
      Added cereal as submodule, removed local copy · f38ac623
      Patrik Huber authored
      The submodule is the current master, which is exactly v1.2.2.
      The removed local copy is v1.1.1.
      
      Files saved with the old version seem to be readable with the new version. (apart from the fact that we've now changed to Eigen, which makes it incompatible to the old models.)
      f38ac623
  5. Feb 19, 2017
  6. Jan 29, 2017
  7. Jan 17, 2017
  8. Jan 07, 2017
  9. Jan 04, 2017
    • Patrik Huber's avatar
      First version of new software renderer · 0d558ddf
      Patrik Huber authored
      It is modeled after the vertex shader / fragment shader approach of modern OpenGL.
      It also includes a texture extraction fragment shader, which hopefully will replace the current affine texture extraction.
      
      This is still very much experimental, containing lots of todo's. For example it contains lots of if-hacks to select the correct fragment shader (for rendering or texture extraction).
      0d558ddf
  10. Jan 02, 2017
  11. Dec 30, 2016
  12. Dec 24, 2016
    • Ruslan Baratov's avatar
      Consistent 'REQUIRED' usage · ae216114
      Ruslan Baratov authored
      If 'REQUIRED' used inside 'find_package' there is no need to check '*_FOUND'
      variable. And vice versa - if package is not optional then 'REQUIRED' can be
      used instead of 'if(NOT *_FOUND) message(FATAL_ERROR)' block.
      ae216114
    • Ruslan Baratov's avatar
      Tabs to spaces · b5411a5a
      Ruslan Baratov authored
      b5411a5a
  13. Dec 15, 2016
  14. Dec 10, 2016
  15. Dec 09, 2016
  16. Dec 05, 2016
  17. Dec 04, 2016
  18. Dec 03, 2016
Loading