summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_flush.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300g: implement fake but compliant fencesMarek Olšák2010-05-261-33/+5
* r300g: remove r300_flush.hMarek Olšák2010-05-251-1/+0
* r300g: implement flush+sync (AKA glFinish)Marek Olšák2010-05-161-0/+36
* r300g: fix emission of some non-CSO atoms at the beginning of CSMarek Olšák2010-05-151-1/+1
* r300g: fix BO space accounting for occlusion queriesMarek Olšák2010-05-151-2/+2
* r300g: various other cleanupsMarek Olšák2010-04-181-1/+0
* r300g: atomize beginning occlusion queryMarek Olšák2010-04-141-1/+0
* r300g: atomize VS constant bufferMarek Olšák2010-04-141-1/+1
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-1/+1
* r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-071-0/+6
* r300g: Remove unnecessary headers.Vinson Lee2010-01-271-1/+0
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-191-1/+0
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-0/+1
|\
| * r300g: Silence unused variable warnings.Vinson Lee2010-01-081-0/+1
* | r300g: mark all states as dirty after flushMarek Olšák2010-01-121-0/+9
|/
* r300g: Check for NULL Draw during flush.Corbin Simpson2009-10-221-2/+4
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-0/+7
* r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-181-0/+2
* r300g: port over last parts of oq support.Dave Airlie2009-10-141-0/+2