summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25r300: fix condition logicMaciej Cencora
2009-08-25r300: set proper CS section sizeMaciej Cencora
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23r300: fix a typoMaciej Cencora
2009-08-23r300: minor optimizationMaciej Cencora
2009-08-22r300: Fix debug output.Pauli Nieminen
2009-08-22r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen
2009-08-22radeon/r300: Code clean up and logic fix.Pauli Nieminen
2009-08-22Fix r300 VBO support build on big endian.Michel Dänzer
2009-08-21r300: Remove calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21r300: Add debug output to show how much was emited in TryDrawPrims.Pauli Nieminen
2009-08-21r300: Predict emit size for next rendering operation.Pauli Nieminen
2009-08-21r300: Handle possible fall back if space check fails.Pauli Nieminen
2009-08-21r300: Delay allocation of dma regions in TryDrawprims.Pauli Nieminen
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-18r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: fix the build on big endianAlex Deucher
2009-08-18r300: remove warning introduced with OQDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-18r300: fix missing BEGIN/END batchesDave Airlie
2009-08-18r300: fix big endian buildDave Airlie
2009-08-17r300: split vbo rendering with big drawarray caseJerome Glisse
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15r300: temporary occlusion query hackMaciej Cencora
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-15r300/oq: add some debugging infoMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-15r300: fixup space checks since VBO codeDave Airlie
2009-08-15r300: add just in case warn I don't think this can actually happenDave Airlie
2009-08-15radeon: enable vertex splitting for IBsDave Airlie
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-15r300: mark VBO buffer objects as persistentMaciej Cencora
2009-08-14r300: unmap buffer objects after usageMaciej Cencora
2009-08-14r300: remove broken vertex splittingMaciej Cencora
2009-08-14r300: rework index buffer setupMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-08-14r300: add required symlinksMaciej Cencora
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-08-02r300: Fix a regression on non-KMSNicolai Hähnle
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle