summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
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
2009-06-25radeon/r200: add some hw texture limitsDave Airlie
2009-06-23Fix crash when debug output is enabled and sarea is notset in r200ClearPauli Nieminen
2009-06-19r200: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-05-25r200: emit scissor when dri2 is enabledJerome Glisse
2009-05-25r200: fix multitexturing in dri2 pathJerome Glisse
2009-05-25r200: emit cliprect with indexed primitiveJerome Glisse
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-20r200: fix vbo array renderingJerome Glisse
2009-05-20radeon: set max texture sizeJerome Glisse
2009-05-20r200: fix indexed draw color order and cs missmatchJerome Glisse
2009-05-13R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher
2009-05-12radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse
2009-05-10Merge commit 'origin/master' into radeon-rewriteJerome Glisse
2009-05-06r200: fix cubic emission.Dave Airlie
2009-05-05r200: fix some cube map issuesRoland Scheidegger
2009-05-05r200: fix another section size mismatchRoland Scheidegger
2009-05-05r200: fix CS section size mismatch (bug 21565)Roland Scheidegger
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-22r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-12r200: fix texture level for compiz caseJerome Glisse
2009-04-12r200: validate vertex bufferJerome Glisse
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie