Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
* | radeon: fix glBufferSubData | Maciej Cencora | 2009-11-14 | 1 | -0/+5 |
* | radeon: update buffer map/unmap code for changes introduced in 92033a9516942d... | Maciej Cencora | 2009-09-21 | 1 | -2/+9 |
* | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul | 2009-09-03 | 1 | -2/+7 |
* | radeon: remove RADEON_DEBUG_BO stuff | Alex Deucher | 2009-08-17 | 1 | -10/+1 |
* | r300: clear not_flushed OQ list after flush | Maciej Cencora | 2009-08-15 | 1 | -1/+1 |
* | radeon: handle debug versions of radeon_bo_open | Maciej Cencora | 2009-08-14 | 1 | -1/+10 |
* | radeon: add VBO support (not enabled yet) | Maciej Cencora | 2009-08-14 | 1 | -0/+217 |