Skip to content
Snippets Groups Projects
  1. Jun 28, 2014
    • Jim's avatar
      Use uint8_t* instead of void* for texture data · 7b12133a
      Jim authored
      NOTE: In texture_setimage, I had to move variables to the top of the
      scope because microsoft's C compiler will give the legacy C90 error of:
      'illegal use of this type as an expression'.
      
      To sum it up, microsoft's C compiler is still utter garbage.
      7b12133a
  2. Apr 25, 2014
  3. Apr 12, 2014
  4. Feb 09, 2014
    • Jim's avatar
      Implement FBO blit texture copy · 6ffcd5e7
      Jim authored
      This trick uses FBOs to allow for copying textures without the need for
      special texture copy functions.
      6ffcd5e7
  5. Dec 03, 2013
  6. Oct 17, 2013
  7. Oct 14, 2013
  8. Oct 12, 2013
  9. Oct 11, 2013
  10. Oct 10, 2013
  11. Oct 05, 2013
  12. Oct 04, 2013
Loading