summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-3/+3
2009-11-14radeon: fix glBufferSubDataMaciej Cencora1-0/+5
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora1-2/+9
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul1-2/+7
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher1-10/+1
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora1-1/+1
2009-08-14radeon: handle debug versions of radeon_bo_openMaciej Cencora1-1/+10
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora1-0/+217