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