summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_flush.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák1-2/+0
2016-03-20gallium/radeon: remove old CS tracingMarek Olšák1-3/+3
2016-03-01r300g: remove support for DRM < 2.12.0Marek Olšák1-4/+2
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt1-1/+1
2014-04-16gallium/radeon: create and return a fence in the flush functionMarek Olšák1-10/+9
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák1-10/+3
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-25winsys/radeon: consolidate tracing into winsys v2Jerome Glisse1-3/+3
2013-01-06r300g: implement MSAAMarek Olšák1-0/+8
2013-01-04r300g/swtcl: simplify vertex uploadingMarek Olšák1-3/+0
2013-01-04gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák1-1/+3
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-12-12winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák1-2/+1
2012-12-01r300g: fix revoking hyperz accessMarek Olšák1-20/+22
2012-12-01r300g: fix comparison of hyperz flush time.Dave Airlie1-1/+1
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2011-12-24winsys/radeon: move managing GEM domains back to driversMarek Olšák1-2/+2
2011-12-13r300g: take advantage of KEEP_TILING_FLAGS flush flagMarek Olšák1-0/+4
2011-09-30winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák1-2/+2
2011-09-16winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák1-1/+1
2011-07-25winsys/radeon: remove usage parameter from buffer_createMarek Olšák1-1/+0
2011-07-25winsys/radeon: add R300 infix to winsys feature namesMarek Olšák1-1/+1
2011-05-15r300g: dynamically ask for and release Hyper-Z accessMarek Olšák1-24/+58
2011-04-18r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák1-3/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+0
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák1-10/+15
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák1-1/+1
2011-02-18r300g: remove tracking whether vertex buffers need to be validatedMarek Olšák1-4/+0
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák1-0/+4
2011-02-15r300g: implement fences using dummy relocationsMarek Olšák1-11/+24
2011-02-14r300g: do not track whether occlusion queries have been flushedMarek Olšák1-6/+0
2011-02-14r300g: emit 3D_LOAD_VBPNTR only when necessaryMarek Olšák1-0/+1
2011-02-06r300g: do not flush the uploaderMarek Olšák1-3/+0
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák1-0/+4
2011-01-06r300g: skip buffer validation of upload buffers when appropriateMarek Olšák1-0/+2
2010-12-07r300g: validate buffers only if any of bound buffers is changedMarek Olšák1-0/+2
2010-12-05r300g: optimize looping over atomsMarek Olšák1-2/+2
2010-12-03r300g: add capability bit index_bias_supportedMarek Olšák1-1/+1
2010-09-13r300g: fix SWTCLMarek Olšák1-1/+1
2010-08-25r300g: reset the index bias to 0 at the end of CSMarek Olšák1-0/+3
2010-08-23r300g: avoid stall in no-tcl drawing when mapping vboDave Airlie1-0/+2
2010-08-07r300g: fix cbzb clears when hyperz is offMarek Olšák1-2/+1
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie1-1/+2
2010-07-29r300g/swtcl: fix crash in ETQW and minor fixupsMarek Olšák1-8/+0
2010-07-18r300g: u_upload optimisationDave Airlie1-0/+4
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák1-1/+1
2010-07-12r300g: implement fast color clearMarek Olšák1-0/+1
2010-07-12r300g: ugly fix of a hardlock in the cubestorm xscreensaverMarek Olšák1-3/+1
2010-06-13r300g: inline FLUSH_CSMarek Olšák1-3/+4
2010-05-26r300g: fix fence referencingMarek Olšák1-0/+1