summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-25Merge branch '7.8'Brian Paul
2010-03-24r300: report correct state atom sizeMaciej Cencora
2010-03-24r300: fix vertex programs with big number of params (>255) under KMSMaciej Cencora
2010-03-09r300: add support for more rendering formatsMaciej Cencora
2010-03-08r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-03-07r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2009-12-12r300: fix wrong assertionMaciej Cencora
2009-12-12r300: refactor PVS code and constants emissionMaciej Cencora
2009-12-12r300: refactor R500 fragment program emissionMaciej Cencora
2009-12-12r300: refactor color buffer setupMaciej Cencora
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14r300: remove unneeded includesMaciej Cencora
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
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