summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: Get max_pipes from the kernelTom Stellard2012-05-022-0/+11
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-292-40/+16
* radeonsi: initial WIP SI codeTom Stellard2012-04-132-2/+9
* r600g: optimize r600_resource_vaMarek Olšák2012-04-012-5/+3
* r600g: enable transform feedback on everything that isn't r700Marek Olšák2012-03-271-2/+1
* winsys/radeon: cleanup includesMarek Olšák2012-03-051-3/+1
* winsys/radeon: add usage parameter to cs_is_buffer_referencedMarek Olšák2012-03-052-3/+18
* r600g: check for R600_STREAMOUT env var in winsysMarek Olšák2012-02-272-0/+5
* radeon/r600g: fix virtual address space allocationJerome Glisse2012-02-211-0/+3
* r600g: fix tiling with cayman and virtual memoryJerome Glisse2012-02-141-10/+28
* radeon: only init surface manage on r600Dave Airlie2012-02-071-4/+8
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-071-1/+1
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-064-2/+79
* r600g: remove unused flush codeMarek Olšák2012-01-312-13/+1
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-136-10/+273
* radeon/winsys: fix get info ioctl error checkingJerome Glisse2012-01-091-3/+5
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-244-56/+40
* winsys/radeon: add flush option not to rewrite tiling flags in registersMarek Olšák2011-12-133-4/+24
* gallium/radeon: fix indentationJerome Glisse2011-12-054-28/+28
* radeon: silence initializer warningsBrian Paul2011-11-102-11/+33
* winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák2011-10-241-4/+6
* winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich2011-10-241-0/+5
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-1/+1
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-304-40/+58
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-302-8/+3
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-302-1/+13
* winsys/radeon: remove redundant member radeon_bo::sizeMarek Olšák2011-09-293-8/+5
* winsys/radeon: simplify updating GEM domains for relocationsMarek Olšák2011-09-291-10/+2
* winsys/radeon: simplify passing GEM domains through to GEM_CREATEMarek Olšák2011-09-292-25/+13
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-9/+9
* winsys/radeon: Create async thread only onceMaarten Lankhorst2011-08-302-21/+50
* android: add support for r600gChia-I Wu2011-08-251-0/+40
* winsys/radeon: share the source listChia-I Wu2011-08-253-9/+7
* winsys/radeon: use os_mmap() for memory mappingChia-I Wu2011-08-241-3/+3
* winsys/radeon: take advantage of the new ioctlMarek Olšák2011-08-161-12/+28
* winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2011-08-162-20/+61
* winsys/radeon: remove broken bo-is-busy-for-write guessingMarek Olšák2011-08-163-31/+0
* winsys/radeon: remove the device file descriptor from the interfaceMarek Olšák2011-08-162-2/+0
* r600g: remove radeon_bo::handleMarek Olšák2011-08-162-11/+0
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-162-4/+4
* r600g: move more DRM queries into winsys/radeonMarek Olšák2011-08-162-1/+21
* winsys/radeon: consolidate the add_reloc functionMarek Olšák2011-08-162-37/+12
* r600g: emit CS using radeon_winsysMarek Olšák2011-08-162-6/+2
* r600g: let radeon_winsys maintain the list of relocationsMarek Olšák2011-08-162-8/+37
* r600g: allocate/destroy buffers using radeon_winsysMarek Olšák2011-08-162-0/+11
* r600g: move some queries into winsys/radeonMarek Olšák2011-08-162-7/+27
* r600g: first step into winsys/radeonMarek Olšák2011-08-163-8/+36
* winsys/radeon: disable use of the buffer busy-for-write flagMarek Olšák2011-08-061-0/+12
* winsys/radeon: do the CS cleanup in the CS ioctl threadMarek Olšák2011-08-051-2/+4