aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * r300: Remove unnecessary headers.Vinson Lee2010-01-231-3/+0
* | r300: fix wrong assertionMaciej Cencora2009-12-121-1/+1
* | r300: refactor PVS code and constants emissionMaciej Cencora2009-12-121-24/+30
* | r300: refactor R500 fragment program emissionMaciej Cencora2009-12-121-25/+38
* | r300: refactor color buffer setupMaciej Cencora2009-12-121-95/+121
* | r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora2009-12-121-1/+0
|/
* Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-181-3/+1
|\
| * radeon: rework mipmap treeMaciej Cencora2009-11-141-1/+1
| * r300: remove unneeded includesMaciej Cencora2009-11-141-2/+0
* | radeon: FBO fixes for big endian.Michel Dänzer2009-11-171-0/+15
|/
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+6
* r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher2009-09-101-5/+1
* r300: add full support for two sided stencil on r5xx for dri2Alex Deucher2009-09-101-0/+8
* r300: Convert to shared debug code.Pauli Nieminen2009-08-311-2/+2
* r300: Disable threshold register for KMS.Pauli Nieminen2009-08-291-1/+2
* radeon: fix scissors harder.Dave Airlie2009-08-281-2/+2
* r300: r4xx and rs4xx also have lte discard regsAlex Deucher2009-08-261-1/+4
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-241-2/+2
|\
| * r300: minor optimizationMaciej Cencora2009-08-231-8/+4
* | r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen2009-08-221-12/+19
* | r300: Clean emit code.Pauli Nieminen2009-08-211-154/+167
|/
* r300: OQ reworkDave Airlie2009-08-181-0/+12
* r300: fix missing BEGIN/END batchesDave Airlie2009-08-181-0/+2
* r300: Fix a regression on non-KMSNicolai Hähnle2009-08-021-8/+11
* r300: Fix corner-case of KIL on R300Nicolai Hähnle2009-08-011-41/+37
* r300: emit z depth pitch reloc in preparation for tilingDave Airlie2009-07-151-7/+17
* radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10
* r300: Guard debugging output.Michel Dänzer2009-07-031-2/+3
* radeon/r300: use base width/height.Dave Airlie2009-07-021-10/+11
* r300: don't emit vap index offset on r5xx hw when using csJerome Glisse2009-06-171-1/+1
* r300: send only RS_IP_* regs that we are going to useMaciej Cencora2009-06-111-10/+2
* r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-281-0/+39
* r300: rework texture offset emission.Jerome Glisse2009-05-281-7/+13
* radeon: fix DRI1 cmd streamJerome Glisse2009-05-181-10/+16
* r300: further cleanupMaciej Cencora2009-05-161-3/+2
* r300: don't send now forbidden register to kernel when with memory managerJerome Glisse2009-05-141-5/+46
* r300: moar cleanupMaciej Cencora2009-05-071-5/+1
* r300: rename stateMaciej Cencora2009-04-271-6/+6
* r300: fix cliprect valuesJerome Glisse2009-04-241-7/+8
* r300: emit cliprect when in dri2 modeJerome Glisse2009-04-241-0/+23
* r300: fix color tilingDave Airlie2009-04-091-2/+8
* radeon: add support for new ttmJerome Glisse2009-04-061-0/+18
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-13/+0
* radeon: tiling supportDave Airlie2009-04-021-3/+3
* radeon fbo: add draw offset calcsDave Airlie2009-03-221-1/+2
* r300: emit texture in GTT or VRAMDave Airlie2009-03-091-2/+2
* r300: fix uninit variable warningDave Airlie2009-03-061-2/+1
* r300: remove depth offset exits in favour of rrb depth changesDave Airlie2009-02-271-0/+30
* r300: fixup texture state emission for kms pathDave Airlie2009-02-261-0/+13