Age | Commit message (Expand) | Author |
---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2009-11-14 | radeon: fix glBufferSubData | Maciej Cencora |
2009-09-21 | radeon: update buffer map/unmap code for changes introduced in 92033a9516942d... | Maciej Cencora |
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul |
2009-08-17 | radeon: remove RADEON_DEBUG_BO stuff | Alex Deucher |
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 |