index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_bo_legacy.c
Age
Commit message (
Expand
)
Author
2010-04-24
radeon: Remove NULL check of bo_legacy->tobj.
Vinson Lee
2009-12-21
radeon/r600: use new libdrm_radeon api
Dave Airlie
2009-10-15
radeon: return EINVAL for 0 length buffers.
Robert Noland
2009-08-31
r100: Use shared debug code.
Pauli Nieminen
2009-08-23
radeon: Check from kernel if dma buffer is idle.
Pauli Nieminen
2009-08-20
radeon: Update regulary cs processing info from kernel.
Pauli Nieminen
2009-08-17
radeon: remove RADEON_DEBUG_BO stuff
Alex Deucher
2009-08-12
r600: fix warning
Alex Deucher
2009-08-11
r600: use the drm ioctls for swap and texture upload
Alex Deucher
2009-08-07
radeon: enable tiling fallbacks in 3D driver.
Dave Airlie
2009-08-03
r600: fix the build when RADEON_DEBUG_BO is set
Alex Deucher
2009-08-03
r600: fix r600SetTexOffset
Alex Deucher
2009-07-15
Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...
Alex Deucher
2009-07-15
Use memcpy directly in the common code
Alex Deucher
2009-07-08
Fix buffer age implementaion bug.
Richard Li
2009-07-07
r6xx/r7xx: add sw blit for tex upload
Alex Deucher
2009-07-06
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-06-12
Merge master and fix conflicts
Alex Deucher
2009-05-22
radeon: reading back to scratch reg through status map doesn't work
Jerome Glisse
2009-05-19
Makeup checkin for radeon code change paired with r6/7 code.
root
2009-02-23
radeon: fixup legacy bo/cs out of VRAM waiting.
Dave Airlie
2009-02-17
radeon: initialise swapped objects pointer
Dave Airlie
2009-02-17
radeon: legacy texMem interface fixups.
Dave Airlie
2009-02-17
Revert "dri/radeon: export a function to cleanup a texture object."
Dave Airlie
2009-02-17
radeon: fixup destroy texture object exit path and update LRU
Dave Airlie
2009-02-17
dri/radeon: export a function to cleanup a texture object.
Dave Airlie
2009-02-12
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
radeon: renaming and headers cleanup
Dave Airlie
2009-02-04
radeon: call getpagesize once and store in a static
Dave Airlie
2009-02-04
radeon: only do the fb read if we are mapping a VRAM object
Dave Airlie
2009-02-03
radeon: add a reference to the static buffers so they don't get deleted
Dave Airlie
2009-02-03
radeon_bo: align size of bo to page size.
Dave Airlie
2009-01-31
r200/r300: add aperture space checks
Dave Airlie
2009-01-29
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-22
radeon: cleanup bo unref codepath in pending code
Dave Airlie
2009-01-22
radeon: fix counting for cfree handles in an inline
Dave Airlie
2009-01-23
radeon: add r100/r200 workarounds for legacy aging
Dave Airlie
2009-01-14
radeon/r200/r300: make legacy emit non-r300 specific
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2008-11-15
radeon: update to libdrm-radeon API changes
Jerome Glisse
2008-11-14
r300: cs + DRI2 support
Jerome Glisse
2008-11-14
r300: bo and cs abstraction.
Jerome Glisse