summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_flush.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-2/+0
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-3/+3
* r300g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-4/+2
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-10/+9
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-251-10/+3
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-3/+3
* r300g: implement MSAAMarek Olšák2013-01-061-0/+8
* r300g/swtcl: simplify vertex uploadingMarek Olšák2013-01-041-3/+0
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-041-1/+3
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-2/+1
* r300g: fix revoking hyperz accessMarek Olšák2012-12-011-20/+22
* r300g: fix comparison of hyperz flush time.Dave Airlie2012-12-011-1/+1
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-241-2/+2
* r300g: take advantage of KEEP_TILING_FLAGS flush flagMarek Olšák2011-12-131-0/+4
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-301-2/+2
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-161-1/+1
* winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-251-1/+0
* winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-251-1/+1
* r300g: dynamically ask for and release Hyper-Z accessMarek Olšák2011-05-151-24/+58
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-3/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-081-10/+15
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-1/+1
* r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák2011-02-181-4/+0
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-151-0/+4
* r300g: implement fences using dummy relocationsMarek Olšák2011-02-151-11/+24
* r300g: do not track whether occlusion queries have been flushedMarek Olšák2011-02-141-6/+0
* r300g: emit 3D_LOAD_VBPNTR only when necessaryMarek Olšák2011-02-141-0/+1
* r300g: do not flush the uploaderMarek Olšák2011-02-061-3/+0
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-081-0/+4
* r300g: skip buffer validation of upload buffers when appropriateMarek Olšák2011-01-061-0/+2
* r300g: validate buffers only if any of bound buffers is changedMarek Olšák2010-12-071-0/+2
* r300g: optimize looping over atomsMarek Olšák2010-12-051-2/+2
* r300g: add capability bit index_bias_supportedMarek Olšák2010-12-031-1/+1
* r300g: fix SWTCLMarek Olšák2010-09-131-1/+1
* r300g: reset the index bias to 0 at the end of CSMarek Olšák2010-08-251-0/+3
* r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie2010-08-231-0/+2
* r300g: fix cbzb clears when hyperz is offMarek Olšák2010-08-071-2/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-1/+2
* r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák2010-07-291-8/+0
* r300g: u_upload optimisationDave Airlie2010-07-181-0/+4
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-1/+1
* r300g: implement fast color clearMarek Olšák2010-07-121-0/+1
* r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák2010-07-121-3/+1
* r300g: inline FLUSH_CSMarek Olšák2010-06-131-3/+4
* r300g: fix fence referencingMarek Olšák2010-05-261-0/+1