Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make QGLBuffer copiable | Rhys Weatherley | 2010-05-28 | 1 | -2/+7 |
| | | | | Reviewed-by: Gunnar | ||||
* | API fixes to QGLBuffer. | Rhys Weatherley | 2010-03-22 | 1 | -2/+3 |
| | | | | | | | | Use GLuint for bufferId(), not uint. Replace the raw bind() function with a raw release(), because that's the only useful case for being able to do a raw glBindBuffer(). Reviewed-by: Daniel Pope | ||||
* | Add a raw bind() function to QGLBuffer. | Rhys Weatherley | 2010-03-18 | 1 | -0/+2 |
| | | | | | | | | | | | | It is awkward for a Qt application to do the equivalent of glBindBuffer(GL_ARRAY_BUFFER, 0) without knowing the QGLBuffer that was previously bound, or to bind a raw id obtained elsewhere. Resolving the extension is annoying. This change provides a raw low-level version of bind() for directly resolving and calling glBindBuffer() to assist such applications. Reviewed-by: Sarah Smith | ||||
* | Placate pedantic compiler warning modes on QGLBuffer | Rhys Weatherley | 2010-02-01 | 1 | -4/+4 |
| | | | | Reviewed-by: Sarah Smith | ||||
* | Add the QGLBuffer class to Qt 4.7 for VBO's | Rhys Weatherley | 2010-02-01 | 1 | -0/+124 |
Reviewed-by: Sarah Smith |