summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_bo_legacy.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-24radeon: Remove NULL check of bo_legacy->tobj.Vinson Lee1-2/+1
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie1-37/+46
2009-10-15radeon: return EINVAL for 0 length buffers.Robert Noland1-0/+4
2009-08-31r100: Use shared debug code.Pauli Nieminen1-2/+2
2009-08-23radeon: Check from kernel if dma buffer is idle.Pauli Nieminen1-0/+13
2009-08-20radeon: Update regulary cs processing info from kernel.Pauli Nieminen1-6/+7
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher1-54/+7
2009-08-12r600: fix warningAlex Deucher1-2/+2
2009-08-11r600: use the drm ioctls for swap and texture uploadAlex Deucher1-5/+27
2009-08-07radeon: enable tiling fallbacks in 3D driver.Dave Airlie1-0/+2
2009-08-03r600: fix the build when RADEON_DEBUG_BO is setAlex Deucher1-1/+1
2009-08-03r600: fix r600SetTexOffsetAlex Deucher1-0/+29
2009-07-15Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher1-7/+10
2009-07-15Use memcpy directly in the common codeAlex Deucher1-1/+1
2009-07-08Fix buffer age implementaion bug.Richard Li1-2/+5
2009-07-07r6xx/r7xx: add sw blit for tex uploadAlex Deucher1-38/+47
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie1-7/+10
2009-06-12Merge master and fix conflictsAlex Deucher1-2/+7
2009-05-22radeon: reading back to scratch reg through status map doesn't workJerome Glisse1-2/+7
2009-05-19Makeup checkin for radeon code change paired with r6/7 code.root1-14/+75
2009-02-23radeon: fixup legacy bo/cs out of VRAM waiting.Dave Airlie1-13/+57
2009-02-17radeon: initialise swapped objects pointerDave Airlie1-0/+2
2009-02-17radeon: legacy texMem interface fixups.Dave Airlie1-20/+28
2009-02-17Revert "dri/radeon: export a function to cleanup a texture object."Dave Airlie1-3/+1
2009-02-17radeon: fixup destroy texture object exit path and update LRUDave Airlie1-3/+10
2009-02-17dri/radeon: export a function to cleanup a texture object.Dave Airlie1-1/+3
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie1-2/+2
2009-02-12radeon: renaming and headers cleanupDave Airlie1-1/+1
2009-02-04radeon: call getpagesize once and store in a staticDave Airlie1-1/+4
2009-02-04radeon: only do the fb read if we are mapping a VRAM objectDave Airlie1-1/+1
2009-02-03radeon: add a reference to the static buffers so they don't get deletedDave Airlie1-0/+1
2009-02-03radeon_bo: align size of bo to page size.Dave Airlie1-0/+3
2009-01-31r200/r300: add aperture space checksDave Airlie1-30/+35
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie1-6/+28
2009-01-22radeon: cleanup bo unref codepath in pending codeDave Airlie1-3/+7
2009-01-22radeon: fix counting for cfree handles in an inlineDave Airlie1-12/+9
2009-01-23radeon: add r100/r200 workarounds for legacy agingDave Airlie1-8/+11
2009-01-14radeon/r200/r300: make legacy emit non-r300 specificDave Airlie1-2/+3
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-1/+2
2008-11-15radeon: update to libdrm-radeon API changesJerome Glisse1-7/+9
2008-11-14r300: cs + DRI2 supportJerome Glisse1-9/+13
2008-11-14r300: bo and cs abstraction.Jerome Glisse1-0/+718