1. a5d6747 Remove VertexBuffer::requiresConversion. by Jamie Madill · 10 years ago
  2. a36ead4 Updated VertexBuffer's getSpaceRequired and storeVertexAttributes methods to return bools and fixed some validation of parameters to prevent under and overflows. by Geoff Lang · 11 years ago
  3. fe5b272 Protect against integer overflows in the VertexBuffer class by validating the reserved space. by Geoff Lang · 11 years ago
  4. a857c36 Refactor VertexAttribute to split the "current value" for generic attributes into its own class. by Jamie Madill · 11 years ago
  5. 8de4e6a Added conversion rules for GL_INT and GL_UNSIGNED_INT for VertexBuffer11. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  6. cf8d2f8 Merged the current value attributes into the regular vertex attributes so they follow the same conversion rules. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  7. bdf2d80 Add precompiled header support for the libGLESv2 project. by shannon.woods@transgaming.com · 11 years ago
  8. d2811d6 Break some of the include chains that cause unneeded dependencies between headers. by shannon.woods@transgaming.com · 11 years ago
  9. d212e62 VertexBuffer has a new abstract method to determine if conversion is required for a given attribute type. by shannon.woods@transgaming.com · 11 years ago
  10. 4150d36 Change VertexBufferInterface and VertexDataManager to use new VertexBuffer. by daniel@transgaming.com · 11 years ago
  11. dcfb1f7 Add abstract VertexBuffer class. by daniel@transgaming.com · 11 years ago
  12. e4e4506 Renamed VertexBuffer to VertexBufferInterface. by daniel@transgaming.com · 11 years ago
  13. a41d07f Merged the VertexBuffer and ArrayVertexBuffer classes. by daniel@transgaming.com · 11 years ago
  14. 29787c3 Moved VertexBuffer and derivations into VertexBuffer.h/cpp. by daniel@transgaming.com · 11 years ago