aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_bo_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-211-37/+46
* radeon: return EINVAL for 0 length buffers.Robert Noland2009-10-151-0/+4
* r100: Use shared debug code.Pauli Nieminen2009-08-311-2/+2
* radeon: Check from kernel if dma buffer is idle.Pauli Nieminen2009-08-231-0/+13
* radeon: Update regulary cs processing info from kernel.Pauli Nieminen2009-08-201-6/+7
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-54/+7
* r600: fix warningAlex Deucher2009-08-121-2/+2
* r600: use the drm ioctls for swap and texture uploadAlex Deucher2009-08-111-5/+27
* radeon: enable tiling fallbacks in 3D driver.Dave Airlie2009-08-071-0/+2
* r600: fix the build when RADEON_DEBUG_BO is setAlex Deucher2009-08-031-1/+1
* r600: fix r600SetTexOffsetAlex Deucher2009-08-031-0/+29
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa in...Alex Deucher2009-07-151-7/+10
|\
| * radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-7/+10
* | Use memcpy directly in the common codeAlex Deucher2009-07-151-1/+1
* | Fix buffer age implementaion bug.Richard Li2009-07-081-2/+5
* | r6xx/r7xx: add sw blit for tex uploadAlex Deucher2009-07-071-38/+47
* | Merge master and fix conflictsAlex Deucher2009-06-121-2/+7
|\|
| * radeon: reading back to scratch reg through status map doesn't workJerome Glisse2009-05-221-2/+7
* | Makeup checkin for radeon code change paired with r6/7 code.root2009-05-191-14/+75
|/
* 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