summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2009-09-01radeon: fix r100/r200 polygon stipple under kmsDave Airlie
2009-09-01r200: emit cube for kms correctly + fix tex emit resetDave Airlie
2009-09-01r200: emit max vtx info for index buffer.Dave Airlie
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen
2009-08-28r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen
2009-08-28r100/r200: Share PolygonStripple code.Pauli Nieminen
2009-08-28r200: Fix piglit paths test.Pauli Nieminen
2009-08-28radeon: fix scissors harder.Dave Airlie
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen
2009-08-27radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie
2009-08-26radeon/r200: OQ support for r200 in theory.Dave Airlie
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-25r200: Addd missing parameter to debug output.Pauli Nieminen
2009-08-25r200: Fix commit size prediction.Pauli Nieminen
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21r200: Make swtcl use state size prediction for flush.Pauli Nieminen
2009-08-21r200: Remove unnecessery Elts from r200 context.Pauli Nieminen
2009-08-21r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21r200: Fix atom->check call to return emit size for atom.Pauli Nieminen
2009-08-21r200: Prevent flush in middle of rendering.Pauli Nieminen
2009-08-21radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen
2009-08-18r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-08-18r200: Fix missing offset from elt buffer pointer.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18radeon/r200: fix build after OQ commitsDave Airlie
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-08-07r200: fix scissor emission for r200 under kmsDave Airlie
2009-08-05r200: emit colorpitchDave Airlie
2009-08-05r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger
2009-08-05r200: fix compiler warning (unused var)Roland Scheidegger
2009-07-21Track Radeon driver symlinks in Git.Michel Dänzer
2009-07-17R200: fix build when RADEON_DEBUG_BO is setAlex Deucher
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer
2009-07-14radeon: Invert front face winding when rendering to FBO.Michel Dänzer
2009-07-14radeon/r200: fix color masking under dri2Dave Airlie
2009-07-06r200: fix makefileDave Airlie
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-07-02radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie
2009-06-29Revert "r200: make use of DMA buffers for Elts a lot better."Dave Airlie
2009-06-27radeon: Update .gitignoreNicolai Hähnle
2009-06-26r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-06-26r200: only emit unitneeded texturesDave Airlie
2009-06-25radeon: fix hw texture limitsRoland Scheidegger