summaryrefslogtreecommitdiff
path: root/libdrm/radeon
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Move libdrm/ up one levelKristian Høgsberg11-1849/+0
2009-11-17Use headers copied from kernel instead of shared-coreKristian Høgsberg1-1/+1
2009-11-03radeon: fix allocationMathias Fröhlich1-1/+2
2009-10-03libdrm_radeon: Zero-initialize structures to silence valgrind warningsNicolai Hähnle1-0/+8
2009-09-15radeon: fix 32/64 bit issue with sign extensionDave Airlie1-6/+6
2009-08-28Revert "libdrm_radeon: Always wait for BO idle in bo_map."Michel Dänzer1-1/+4
2009-08-27libdrm_radeon: Always wait for BO idle in bo_map.Michel Dänzer1-4/+1
2009-08-22radeon: add support for busy/domain check interface.Pauli Nieminen2-0/+28
2009-08-18libdrm_radeon: Optimize copy of table to cs buffer with specialized call.Pauli Nieminen1-0/+9
2009-08-18libdrm_radeon: Fix loops so that compiler can optimize them.Pauli Nieminen1-6/+6
2009-08-18libdrm/radeon: Update head of linked list not to point freed memory.Pauli Nieminen1-0/+1
2009-08-17radeon: fix bo wait at map time.Dave Airlie1-6/+6
2009-08-15radeon: fix GTT writing space checkDave Airlie1-1/+1
2009-08-01libdrm_radeon: add tiling supportDave Airlie2-2/+58
2009-08-01radeon: don't map/unmap explicitly.Dave Airlie1-5/+14
2009-07-06radeon: move cs space checking code to libdrm_radeon.Dave Airlie6-108/+288
2009-07-03radeon: fix cs buffer realloc paddingJerome Glisse1-2/+1
2009-07-03radeon: fix realloc of packets.Dave Airlie1-1/+1
2009-07-02radeon: add buffer naming functionDave Airlie2-0/+16
2009-06-30radeon: add support for write followed by read relocs.Dave Airlie1-5/+12
2009-06-17libdrm/radeon: add initial libdrm_radeonDave Airlie10-0/+1535
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes9-1314/+0
2008-11-16libdrm-radeon: add print callback to cs & small fixesJerome Glisse5-6/+113
2008-11-15libdrm-radeon: unref return current BO ptr to reflect BO destructionJerome Glisse5-19/+21
2008-11-14libdrm-radeon: unreference buffer once cs stream is submited or on cs cleanJerome Glisse1-4/+14
2008-11-14libdrm-radeon: new tracker toolsJerome Glisse4-14/+224
2008-11-12radeon+libdrm-radeon: change relocation informationsJerome Glisse3-56/+82
2008-11-10libdrm-radeon: be verbose on bo failure and cleanup cs a bitJerome Glisse2-42/+44
2008-11-09libdrm-radeon: update libdrm-radeon to match current CS relocation structuresJerome Glisse5-89/+143
2008-11-06radeon: lib radeon add bo & cs gem backendJerome Glisse6-38/+365
2008-11-05radeon: libdrm_radeon add handle to debug stringJerome Glisse1-2/+2
2008-11-02radeon: debug boJerome Glisse1-10/+17
2008-10-29radeon: libdrm_radeon updates bo & cs interfacesJerome Glisse2-22/+78
2008-10-27radeon: reloc are backend dependantJerome Glisse1-1/+1
2008-10-27radeon: radeon util libraryJerome Glisse5-0/+513