summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-16/+31
* r300/compiler: Fix vertex program MAD emitNicolai Hähnle2009-08-271-6/+46
* r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle2009-08-271-2/+8
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-3/+34
* r300: r4xx and rs4xx also have lte discard regsAlex Deucher2009-08-261-1/+4
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+3
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-252-18/+11
|\
| * r300: fix condition logicMaciej Cencora2009-08-251-1/+1
| * r300: set proper CS section sizeMaciej Cencora2009-08-251-1/+1
| * r300: add support for getting Z pipe info from drmAlex Deucher2009-08-242-16/+9
* | radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-1/+7
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-241-0/+2
|\|
| * r300: add support for EXT_framebuffer_blitMaciej Cencora2009-08-241-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-243-6/+6
|\|
| * r300: fix a typoMaciej Cencora2009-08-231-1/+1
| * r300: minor optimizationMaciej Cencora2009-08-231-8/+4
| * Fix r300 VBO support build on big endian.Michel Dänzer2009-08-221-3/+3
* | r300: Fix debug output.Pauli Nieminen2009-08-221-1/+1
* | r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen2009-08-222-15/+35
* | radeon/r300: Code clean up and logic fix.Pauli Nieminen2009-08-221-1/+1
* | r300: Remove calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-212-10/+0
* | radeon: Improve state emit code.Pauli Nieminen2009-08-211-2/+2
* | r300: Add debug output to show how much was emited in TryDrawPrims.Pauli Nieminen2009-08-211-2/+6
* | r300: Predict emit size for next rendering operation.Pauli Nieminen2009-08-212-2/+39
* | r300: Handle possible fall back if space check fails.Pauli Nieminen2009-08-211-0/+3
* | r300: Delay allocation of dma regions in TryDrawprims.Pauli Nieminen2009-08-211-47/+78
* | r300: Clean emit code.Pauli Nieminen2009-08-216-159/+180
|/
* r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen2009-08-181-8/+8
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-184-19/+6
* r300: fix the build on big endianAlex Deucher2009-08-181-1/+1
* r300: remove warning introduced with OQDave Airlie2009-08-181-1/+0
* r300: OQ reworkDave Airlie2009-08-1812-328/+113
* r300: fix missing BEGIN/END batchesDave Airlie2009-08-181-0/+2
* r300: fix big endian buildDave Airlie2009-08-181-0/+1
* r300: split vbo rendering with big drawarray caseJerome Glisse2009-08-171-4/+15
* r300: disable ZTOP only when occlusion queries are usedMaciej Cencora2009-08-161-1/+3
* r300: enable ARB_occlusion_queryMaciej Cencora2009-08-151-0/+8
* r300: temporary occlusion query hackMaciej Cencora2009-08-151-1/+1
* r300: clear not_flushed OQ list after flushMaciej Cencora2009-08-151-1/+12
* r300/oq: add some debugging infoMaciej Cencora2009-08-151-0/+21
* r300: add occlusion queries supportMaciej Cencora2009-08-158-1/+308
* r300: fixup space checks since VBO codeDave Airlie2009-08-151-16/+9
* r300: add just in case warn I don't think this can actually happenDave Airlie2009-08-151-0/+5
* radeon: enable vertex splitting for IBsDave Airlie2009-08-152-13/+47
* Merge branch 'vbo_clean'Maciej Cencora2009-08-159-326/+333
|\
| * r300: mark VBO buffer objects as persistentMaciej Cencora2009-08-151-3/+6
| * r300: unmap buffer objects after usageMaciej Cencora2009-08-141-1/+11
| * r300: remove broken vertex splittingMaciej Cencora2009-08-142-13/+5
| * r300: rework index buffer setupMaciej Cencora2009-08-143-119/+126
| * r300: remove unused software TNL pathMaciej Cencora2009-08-144-118/+6