summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
AgeCommit message (Expand)Author
2009-09-10r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-29r300: Disable threshold register for KMS.Pauli Nieminen
2009-08-28radeon: fix scissors harder.Dave Airlie
2009-08-26r300: r4xx and rs4xx also have lte discard regsAlex Deucher
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23r300: minor optimizationMaciej Cencora
2009-08-22r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-18r300: OQ reworkDave Airlie
2009-08-18r300: fix missing BEGIN/END batchesDave Airlie
2009-08-02r300: Fix a regression on non-KMSNicolai Hähnle
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle
2009-07-15r300: emit z depth pitch reloc in preparation for tilingDave Airlie
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer
2009-07-03r300: Guard debugging output.Michel Dänzer
2009-07-02radeon/r300: use base width/height.Dave Airlie
2009-06-17r300: don't emit vap index offset on r5xx hw when using csJerome Glisse
2009-06-11r300: send only RS_IP_* regs that we are going to useMaciej Cencora
2009-05-28r300: when using cs path emit scissor in the cmdbufferJerome Glisse
2009-05-28r300: rework texture offset emission.Jerome Glisse
2009-05-18radeon: fix DRI1 cmd streamJerome Glisse
2009-05-16r300: further cleanupMaciej Cencora
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse
2009-05-07r300: moar cleanupMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-24r300: fix cliprect valuesJerome Glisse
2009-04-24r300: emit cliprect when in dri2 modeJerome Glisse
2009-04-09r300: fix color tilingDave Airlie
2009-04-06radeon: add support for new ttmJerome Glisse
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-04-02radeon: tiling supportDave Airlie
2009-03-22radeon fbo: add draw offset calcsDave Airlie
2009-03-09r300: emit texture in GTT or VRAMDave Airlie
2009-03-06r300: fix uninit variable warningDave Airlie
2009-02-27r300: remove depth offset exits in favour of rrb depth changesDave Airlie
2009-02-26r300: fixup texture state emission for kms pathDave Airlie
2009-02-26r300: don't flush VAP too often.Dave Airlie
2009-02-23r300: fixup old setTexOffset DRI1 extensionDave Airlie
2009-02-23r300: use OUT_BATCH_REGVAL in a few more placesDave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-11r300: disable assert that firesDave Airlie
2009-02-11radeon: cleanup cmdbufferDave Airlie
2009-02-06r300: fix some autostate batch setupsDave Airlie
2009-02-04r300: fix up CS for modesetting - gears under kms worksDave Airlie
2009-01-31r200/r300: add aperture space checksDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-15r300: move some more function to genericDave Airlie