summaryrefslogtreecommitdiff
path: root/radeon
AgeCommit message (Expand)AuthorFilesLines
2012-08-14radeon: add prime import/export supportDave Airlie3-2/+52
2012-08-09radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák1-6/+31
2012-08-09radeon: force 2D tiling for MSAA surfacesMarek Olšák1-2/+22
2012-08-09radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák1-15/+8
2012-08-09radeon: simplify ZS buffer checking on r600Marek Olšák1-8/+1
2012-08-06radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-08-06radeon: add some missing evergreen pci idsAlex Deucher1-0/+3
2012-06-17radeon/surface: free version after using it.Dave Airlie1-0/+2
2012-06-12radeon: force 1D array mode for z/stencil surfaceJerome Glisse1-0/+37
2012-06-11radeon: enabled 2D tiling for evergreen only on fixed kernelJerome Glisse1-1/+1
2012-06-11radeon: always properly initialize stencil_offset fieldJerome Glisse1-3/+3
2012-06-07radeon: fall back to 1D tiling only with broken kernelsAlex Deucher1-7/+21
2012-06-05radeon: add new pci idsAlex Deucher1-5/+28
2012-05-16radeon: Add Southern Islands PCI IDs.Michel Dänzer2-0/+44
2012-05-10radeon: Add new R600 PCI ids for surface managerAnisse Astier1-0/+10
2012-03-20radeon: add TN surface supportAlex Deucher2-0/+9
2012-02-13radeon: fix pitch alignment for scanout bufferJerome Glisse1-1/+13
2012-02-08radeon_cs_setup_bo: Fix accounting if caller specified write and read domains.Michel Dänzer1-6/+9
2012-02-06radeon: add r600_pci_ids.h to header fileJerome Glisse1-1/+2
2012-02-03radeon: fix surface API for good before anyone start relying on itJerome Glisse2-20/+11
2012-02-02radeon: surface fix macro -> micro tile fallbackJerome Glisse1-58/+67
2012-02-01radeon: add surface allocator helper v10Jerome Glisse4-0/+1382
2010-12-02radeon: silence valgrind warnings by zeroing memoryMarek Olšák2-2/+2
2010-06-10Fix radeon distcheck.Eric Anholt1-1/+2
2010-04-26radeon: use the const qualifier in radeon_cs_write_tableMarek Olšák1-1/+1
2010-04-08drm/radeon: add new cs command stream dumping facilitiesJerome Glisse4-5/+667
2010-03-29drm/radeon: tab/whitespace cleanupJerome Glisse1-5/+5
2010-03-17Install headers to $(includedir)/libdrmJulien Cristau2-2/+2
2010-03-17libdrm_radeon: Optimize cs_gem_reloc to do less looping.Pauli Nieminen6-32/+110
2010-02-18radeon: add square-tiling flagMarek Olšák1-0/+1
2010-02-04libdrm/radeon: Fix section size mismatch to reset the section.Pauli Nieminen1-1/+4
2010-02-02radeon: enable by default now that kms is out of stagingDave Airlie1-1/+1
2010-01-14radeon: get device id from the kernel, use it in cs_printJerome Glisse1-6/+27
2010-01-14radeon: simpler cs print functionJerome Glisse1-93/+4
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-20/+18
2010-01-14radeon: indentation & trailing space cleanupJerome Glisse8-165/+189
2010-01-14radeon: indentation + trailing space cleanupJerome Glisse1-11/+11
2009-12-21radeon: fix BO null check, should be in higher level fnDave Airlie2-3/+3
2009-12-21radeon: straighten out the API insanity.Dave Airlie12-647/+511
2009-12-07radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAINJerome Glisse1-4/+3
2009-11-20Merge remote branch 'origin/master' into libdrmKristian Høgsberg1-0/+14
2009-11-17Move libdrm/ up one levelKristian Høgsberg11-0/+1849