aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-045-15/+15
* mesa: implement per-buffer color maskingBrian Paul2009-12-292-12/+12
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-215-1/+5
* radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher2009-12-051-13/+2
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-024-17/+11
|\
| * Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-024-17/+11
| |\
| | * r200: fix polygon stippleAlex Deucher2009-12-034-17/+11
* | | radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-242-1/+3
* | | Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie2009-11-203-30/+14
|\| |
| * | Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-183-30/+14
| |\ \
| | * | r200: align for mipmap tree changesMaciej Cencora2009-11-173-30/+14
* | | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-1/+1
|/ / /
* / / Merge branch 'outputswritten64'Ian Romanick2009-11-171-7/+8
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-283-14/+12
|\ \
| * | mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-3/+1
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+6
| * | drivers: don't include texformat.hBrian Paul2009-10-052-2/+0
| * | mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-1/+1
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+4
| * | mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
* | | mesa: Enable remap table in core.Chia-I Wu2009-10-231-8/+8
* | | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-11/+4
|\ \ \ | |/ / |/| / | |/
| * r200: remove subpixel offset from viewportFrederic Crozat2009-10-041-11/+4
* | radeon: cleanup compile defines mess.Dave Airlie2009-09-161-2/+1
|/
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-013-1/+31
* r200: emit cube for kms correctly + fix tex emit resetDave Airlie2009-09-012-2/+4
* r200: emit max vtx info for index buffer.Dave Airlie2009-09-013-0/+12
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-3112-106/+73
* radeon: Add common debugging functions.Pauli Nieminen2009-08-312-0/+2
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-5/+14
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-284-5/+7
* r100/r200: Share PolygonStripple code.Pauli Nieminen2009-08-281-31/+1
* r200: Fix piglit paths test.Pauli Nieminen2009-08-282-11/+17
* radeon: fix scissors harder.Dave Airlie2009-08-281-2/+2
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-12/+25
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-3/+19
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-263-0/+30
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-268-78/+115
* r200: Addd missing parameter to debug output.Pauli Nieminen2009-08-251-1/+1
* r200: Fix commit size prediction.Pauli Nieminen2009-08-251-1/+4
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-253-9/+10
* radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-5/+16
* radeon: Improve state emit code.Pauli Nieminen2009-08-212-2/+2
* r200: Make swtcl use state size prediction for flush.Pauli Nieminen2009-08-211-1/+1
* r200: Remove unnecessery Elts from r200 context.Pauli Nieminen2009-08-212-6/+2
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-211-5/+0
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-211-158/+301
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-212-3/+59