summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-3/+3
* radeon: fix glBufferSubDataMaciej Cencora2009-11-141-0/+5
* radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora2009-09-211-2/+9
* mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-2/+7
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-10/+1
* r300: clear not_flushed OQ list after flushMaciej Cencora2009-08-151-1/+1
* radeon: handle debug versions of radeon_bo_openMaciej Cencora2009-08-141-1/+10
* radeon: add VBO support (not enabled yet)Maciej Cencora2009-08-141-0/+217