Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul | |
Return GL_FALSE if we failed to allocate the buffer. Then raise GL_OUT_OF_MEMORY in core Mesa. | |||
2009-08-17 | radeon: remove RADEON_DEBUG_BO stuff | Alex Deucher | |
This stuff was a vestige of the r600 bring up and now mostly serves to periodically break the build. | |||
2009-08-15 | r300: clear not_flushed OQ list after flush | Maciej Cencora | |
2009-08-14 | radeon: handle debug versions of radeon_bo_open | Maciej Cencora | |
2009-08-14 | radeon: add VBO support (not enabled yet) | Maciej Cencora | |