aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* r600g: add initial cayman acceleration support.Dave Airlie2011-05-253-4/+424
* r600g: flush the DB dest base as well.Dave Airlie2011-05-251-1/+1
* r600g: bump domain selection up one layer.Dave Airlie2011-05-183-6/+24
* r600g: reduce flushes so only when texture and CB overlap.Dave Airlie2011-05-152-8/+17
* r300g: dynamically ask for and release Hyper-Z accessMarek Olšák2011-05-153-27/+99
* r600g: don't unmap if we haven't mappedDave Airlie2011-05-131-2/+4
* r600g: use a local var to store pointer to which register we are working onDave Airlie2011-05-131-7/+8
* r600g: make range/block act more like a page tableDave Airlie2011-05-133-50/+45
* r600g: reduce r600_reg footprintDave Airlie2011-05-133-788/+785
* r600g: reduce memory usage from range/block hash table.Dave Airlie2011-05-133-23/+38
* r600g: delay mapping until first map request. (v2)Dave Airlie2011-05-132-6/+4
* r600g: fix flushes on rs780/rs880Alex Deucher2011-05-111-1/+3
* svga/drm: Implement svga_winsys_screen::get_hw_version.José Fonseca2011-05-101-0/+14
* r600g: avoid recursion in rv670 flush workaroundAlex Deucher2011-05-061-2/+7
* Add pci id for FirePro 2270Kostas Georgiou2011-05-061-0/+1
* r600g: further r6xx cache flush fixesAlex Deucher2011-05-051-12/+10
* r600g: add rv670 flushing workaround.Dave Airlie2011-05-061-0/+4
* r600g: fix cache flushes on r6xxAlex Deucher2011-05-061-9/+27
* r600g: do RV6xx base updates inline with state updates.Dave Airlie2011-05-052-54/+22
* i915g: add const qualifier to silence warningBrian Paul2011-05-031-1/+1
* r600g: add some new pci idsAlex Deucher2011-05-031-0/+4
* winsys/wayland: Fix typo in MakefileBenjamin Franzke2011-04-251-1/+1
* winsys: Add wayland shm sw winsysBenjamin Franzke2011-04-254-0/+343
* r600g: remove some pointless and unused functionsMarek Olšák2011-04-253-21/+3
* r600g: do not reset device to 0 when doing unrelated operationsMarek Olšák2011-04-251-2/+0
* r600g: fix userspace fences againAlex Deucher2011-04-201-0/+3
* r600g: don't flush the dest caches on every drawFredrik Höglund2011-04-202-67/+141
* r600g: make loop const always flushDave Airlie2011-04-192-2/+2
* r600g: add dirty tracking to context reg.Dave Airlie2011-04-191-7/+12
* r600g: deinline some large functions.Dave Airlie2011-04-192-76/+83
* r600g: consolidate r600/evergreen code for resource emission.Dave Airlie2011-04-193-41/+8
* r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen2011-04-191-2/+2
* r600g: attempt to avoid emitting resources that are the sameDave Airlie2011-04-191-18/+49
* r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie2011-04-193-11/+37
* r600g: track dirty registers better. (v2)Dave Airlie2011-04-193-121/+170
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-1810-146/+461
* r600g: use some loops.Dave Airlie2011-04-172-29/+24
* r600g: consolidate the same piece of cut-n-paste code into a function.Dave Airlie2011-04-173-42/+21
* r300g: fix crash when adding a new relocationMarek Olšák2011-04-081-1/+2
* r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2011-04-082-5/+5
* r600g: add some additional ontario pci idsAlex Deucher2011-04-041-0/+2
* r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák2011-04-034-12/+75
* r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2011-04-032-6/+0
* r300g: avoid mapping the same buffer twiceMarek Olšák2011-04-031-0/+5
* r300g: remove the redundant reference counter in radeon_boMarek Olšák2011-04-033-36/+21
* r600g: implement texture barrierFredrik Höglund2011-03-291-0/+17
* r600g: implement the pipe_screen fence functionsFredrik Höglund2011-03-291-0/+23
* i915g: Fix build.Vinson Lee2011-03-281-3/+6
* i915g: use drm ioctl to get pci devidDaniel Vetter2011-03-281-18/+8
* r600g: fix bo names causing -35 EDEADLCKDave Airlie2011-03-223-0/+48