summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/r600
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-075-86/+64
|\
| * 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
| * r600g: add some new pci idsAlex Deucher2011-05-031-0/+4
| * 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: revert commit 68cc6bc5d8b6986acc7f5780d705f4ae9be2a446Christian König2011-04-261-16/+18
* | r600g: remove the unneeded bo from COLOR[0-9]_INFOChristian König2011-04-241-8/+8
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-236-332/+558
|\|
| * 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
| * 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
| * r600g: add some additional ontario pci idsAlex Deucher2011-04-041-0/+2
| * r600g: implement texture barrierFredrik Höglund2011-03-291-0/+17
| * r600g: implement the pipe_screen fence functionsFredrik Höglund2011-03-291-0/+23
| * r600g: fix bo names causing -35 EDEADLCKDave Airlie2011-03-223-0/+48
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-194-6/+26
|\|
| * r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher2011-03-141-1/+1
| * r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher2011-03-142-2/+25
| * gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
| * r600: don't close fd on failed loadDave Airlie2011-03-101-3/+0
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-035-32/+141
|\|
| * r600g: add NV_conditional_render support.Dave Airlie2011-03-013-26/+80
| * r600g: start using drm minor version to enable things.Dave Airlie2011-03-012-6/+61
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-248-48/+172
|\|
| * r600g: silence a few valgrind warningsBrian Paterni2011-02-083-4/+4
| * r600g: Make some more things static.Henri Verbeet2011-02-031-1/+1
| * r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie2011-02-011-4/+3
| * r600g: start looking at evergreen tiling.Dave Airlie2011-02-011-17/+60
| * scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee2011-01-311-1/+6
| * r600g: fix eg OQ properly.Dave Airlie2011-01-312-5/+3
| * r600g: fix OQ on evergreenAlex Deucher2011-01-311-3/+6
| * r600g: fix occlusion query results.Dave Airlie2011-01-311-2/+8
| * r600g: Implement timer queries.Mathias Fröhlich2011-01-253-13/+73
| * r600g: Implement asyncronous query results.Mathias Fröhlich2011-01-251-4/+13
| * r600g: Fix meaning of num_results for queries.Mathias Fröhlich2011-01-251-4/+4
| * fix potential leak in r600_context_initTim Wiederhake2011-01-251-1/+2