aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_bo_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: reading back to scratch reg through status map doesn't workJerome Glisse2009-05-221-2/+7
* radeon: fixup legacy bo/cs out of VRAM waiting.Dave Airlie2009-02-231-13/+57
* radeon: initialise swapped objects pointerDave Airlie2009-02-171-0/+2
* radeon: legacy texMem interface fixups.Dave Airlie2009-02-171-20/+28
* Revert "dri/radeon: export a function to cleanup a texture object."Dave Airlie2009-02-171-3/+1
* radeon: fixup destroy texture object exit path and update LRUDave Airlie2009-02-171-3/+10
* dri/radeon: export a function to cleanup a texture object.Dave Airlie2009-02-171-1/+3
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-2/+2
* radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+1
* radeon: call getpagesize once and store in a staticDave Airlie2009-02-041-1/+4
* radeon: only do the fb read if we are mapping a VRAM objectDave Airlie2009-02-041-1/+1
* radeon: add a reference to the static buffers so they don't get deletedDave Airlie2009-02-031-0/+1
* radeon_bo: align size of bo to page size.Dave Airlie2009-02-031-0/+3
* r200/r300: add aperture space checksDave Airlie2009-01-311-30/+35
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-6/+28
* radeon: cleanup bo unref codepath in pending codeDave Airlie2009-01-221-3/+7
* radeon: fix counting for cfree handles in an inlineDave Airlie2009-01-221-12/+9
* radeon: add r100/r200 workarounds for legacy agingDave Airlie2009-01-231-8/+11
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-141-2/+3
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-1/+2
* radeon: update to libdrm-radeon API changesJerome Glisse2008-11-151-7/+9
* r300: cs + DRI2 supportJerome Glisse2008-11-141-9/+13
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-0/+718