summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-308-3294/+0
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-305-46/+60
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-302-8/+3
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-305-72/+13
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-304-55/+15
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-307-191/+64
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-299-261/+665
* 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
* r600g: convert if (query->type) into switch statementsMarek Olšák2011-09-291-26/+54
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* r600g: Initialize multi VGT related register on Cayman.Michel Dänzer2011-09-141-0/+1
* r600g: fix typo in "r600g: simplify deducing chip family"Marek Olšák2011-09-131-1/+1
* r600g: set the return type of radeon_destroy to voidMarek Olšák2011-09-121-6/+3
* r600g: remove r600_drm_public.hMarek Olšák2011-09-122-34/+0
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-123-31/+6
* r600g: simplify deducing chip familyMarek Olšák2011-09-121-36/+8
* r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2011-09-122-121/+0
* r600g: remove unused ioctl definitionsMarek Olšák2011-09-121-8/+0
* r600g: do not loop in radeon_family_from_deviceMarek Olšák2011-09-124-57/+11
* r600g: cleanup build include dirs and dependenciesMarek Olšák2011-09-123-6/+1
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-114-15/+15
* winsys/radeon: Create async thread only onceMaarten Lankhorst2011-08-302-21/+50
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-293-19/+19
* android: add support for nouveauChia-I Wu2011-08-271-0/+41
* android: add support for i915gChia-I Wu2011-08-271-0/+41
* android: add support for vmwgfxChia-I Wu2011-08-271-0/+44
* winsys/i915: share the source listChia-I Wu2011-08-273-11/+8
* winsys/svga: share the source listChia-I Wu2011-08-273-21/+13
* android: add support for r600gChia-I Wu2011-08-252-0/+83
* winsys/radeon: share the source listChia-I Wu2011-08-253-9/+7
* winsys/r600: share the source listChia-I Wu2011-08-253-13/+10
* winsys/svga: use os_mmap() for memory mappingChia-I Wu2011-08-241-5/+6
* winsys/radeon: use os_mmap() for memory mappingChia-I Wu2011-08-241-3/+3
* winsys/sw/android: use HAL formatsChia-I Wu2011-08-211-18/+9
* winsys/sw/android: set bo usage correctlyChia-I Wu2011-08-211-10/+3
* android: build android sw winsysChia-I Wu2011-08-211-0/+34
* winsys/android: new SW winsys for AndroidChia-I Wu2011-08-212-0/+320
* r600g: implement NV_primitive_restart functionality (v2)Marek Olšák2011-08-181-0/+2
* r600g: consolidate two files r600d.hMarek Olšák2011-08-161-2241/+0
* r600g: set read/write usage flags for each relocationMarek Olšák2011-08-163-24/+33
* 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
* r600g: enable thread offloadingMarek Olšák2011-08-163-11/+8
* r600g: undefine RADEON_CTX_MAX_PM4Marek Olšák2011-08-162-6/+6
* r600g: don't include radeon_drm.h and xf86drm.hMarek Olšák2011-08-165-14/+6
* winsys/radeon: remove the device file descriptor from the interfaceMarek Olšák2011-08-162-2/+0
* r600g: remove an unused parameter from r600_bo_destroyMarek Olšák2011-08-163-19/+14