1. 5d60138 Simplify formatutils.h by exposing the info structures. by Geoff Lang · 10 years ago
  2. 53a94a8 Refactors State to be a fully-qualified class by Shannon Woods · 10 years ago
  3. c0b9ef4 Split Caps into Caps, Extensions and TextureFormatCaps. by Geoff Lang · 10 years ago
  4. 55ec3b1 Refactor common attachment validation to base method. by Jamie Madill · 10 years ago
  5. aae65a4 Add caps for texture size limits and other caps in the 6.28 table. by Geoff Lang · 10 years ago
  6. b447227 Add a ValidateAttachmentTarget helper method. by Jamie Madill · 10 years ago
  7. 570f7c8 Add helper methods for FBO attachment validation. by Jamie Madill · 10 years ago
  8. e4a492b Remove the clientVersion parameter from the format utils. by Geoff Lang · 10 years ago
  9. e261b44 Remove obsolete Renderbuffer types. by Jamie Madill · 10 years ago
  10. 05b0502 Add support for EXT_sRGB. by Geoff Lang · 10 years ago
  11. cec3590 Use a Caps structure to store extension and texture format support. by Geoff Lang · 10 years ago
  12. 6f38f82 Fix up some validation bugs in Texture functions. by Jamie Madill · 10 years ago
  13. 560a8d8 Refactor CopyTexImage validation. by Jamie Madill · 10 years ago
  14. a836e48 Allow non-4x4 compressed blocks for small mip layers. by Geoff Lang · 10 years ago
  15. bdc9b2f Add validation for GL_RED and GL_RG in glReadPixels. by Geoff Lang · 10 years ago
  16. 4dfed83 Validate target parameter in CopyTexImage calls before using to check mip level by Shannon Woods · 10 years ago
  17. 632192d Added support for EXT_texture_rg in D3D9 and D3D11. by Geoff Lang · 11 years ago
  18. 005df41 Use GLenum instead of GLint to store internal format variables. by Geoff Lang · 11 years ago
  19. d4f180b Validate compressed texture dimensions based on the per-format compressed block sizes rather than hard-coded values. by Geoff Lang · 11 years ago
  20. ce63569 Context now returns maximum texture levels per texture type, updated validation to validate mip level based on the texture target. by Geoff Lang · 11 years ago
  21. 784a8fd Defer early-exit due to zero-sized copies until after all other validation for CopyTex*Image. by Geoff Lang · 11 years ago
  22. 34dbb6f Capitalized the first letter of all validation function names. by Geoff Lang · 11 years ago
  23. e8ebe7f Refactored entry point validation functions into their own files. by Geoff Lang · 11 years ago