aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-181-11/+5
* r200: Fix missing offset from elt buffer pointer.Pauli Nieminen2009-08-181-1/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-182-4/+11
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-183-1/+4
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-6/+0
* r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-0/+12
* r200: fix scissor emission for r200 under kmsDave Airlie2009-08-071-18/+24
* r200: emit colorpitchDave Airlie2009-08-051-2/+2
* r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger2009-08-051-2/+2
* r200: fix compiler warning (unused var)Roland Scheidegger2009-08-051-2/+0
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-2133-62/+32
* R200: fix build when RADEON_DEBUG_BO is setAlex Deucher2009-07-171-0/+6
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-6/+1
* radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10
* radeon: Invert front face winding when rendering to FBO.Michel Dänzer2009-07-141-0/+4
* radeon/r200: fix color masking under dri2Dave Airlie2009-07-141-7/+18
* r200: fix makefileDave Airlie2009-07-061-1/+1
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-063-16/+24
* radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie2009-07-021-3/+3
* Revert "r200: make use of DMA buffers for Elts a lot better."Dave Airlie2009-06-291-5/+10