summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_assembler.h
AgeCommit message (Collapse)Author
2009-10-22Merge branch 'mesa_7_6_branch' of ↵Alex Deucher
git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa
2009-10-22r600: add beginnings of ARL instructionAndre Maasikas
2009-09-24r600: add support for CUBE textures, also TXPAndre Maasikas
seems to work here ...
2009-09-23r600: fix some warningsAlex Deucher
2009-09-23r600: add support for CUBE textures, also TXPAndre Maasikas
seems to work here ...
2009-09-22r600 : add draw_prim support.Richard Li
2009-08-01r600: fix rectangle texturesAlex Deucher
It might be better to add an instruction to normalize the coordinates for rectanglular textures as there are some limitations to wrap modes on unnormalized tex coords. fixes texrect
2009-04-21Initial pull of code from r6xx-r7xx-support branchRichard Li
Not functional yet.