summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)Author
2009-10-22Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-22r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas
2009-10-22r600: need to export something from PSAndre Maasikas
2009-10-22r600: add beginnings of ARL instructionAndre Maasikas
2009-10-19r600: Fix size calculation for 24 bit depthRobert Noland
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-15r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland
2009-10-15r600: cleanup in r600_cs_process_relocs().Robert Noland
2009-10-15r600: fix tfp1 bo sizeAndre Maasikas
2009-10-15r600: implement ProgramStringNotifyAndre Maasikas
2009-10-15r600: LIT dst.y gets value from src.xAndre Maasikas
2009-10-15r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas
2009-10-15r600: fixup KIL instruction a bitAndre Maasikas
2009-10-15r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas
2009-10-15r600: user correct alpha blend factorAndre Maasikas
2009-10-15r600: clear position enable bit when when wpos is not used by FPAndre Maasikas
2009-10-14r600: enable EXT_vertex_array_bgra extensionsAlex Deucher
2009-10-12r600: implement ProgramStringNotifyAndre Maasikas
2009-10-12r600: LIT dst.y gets value from src.xAndre Maasikas
2009-10-12r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-09radeon: fix scissor regressionAlex Deucher
2009-10-09r600: fixup KIL instruction a bitAndre Maasikas
2009-10-06r600: r700PredictRenderSize can flush, so move index buffer setup after itAndre Maasikas
2009-10-05r600: update vertex program selection for draw pathAndre Maasikas
2009-10-02r600: remove support for host-based ibsAlex Deucher
2009-09-29r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas
2009-09-29r600: user correct alpha blend factorAndre Maasikas
2009-09-29r600: clear position enable bit when when wpos is not used by FPAndre Maasikas
2009-09-27r600 : Enable draw_prim.Richard Li
2009-09-25radeon: Fix newlines.Michal Krol
2009-09-24Merge branch 'mesa_7_6_branch'Pauli Nieminen
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-24r600 : fix draw_prim bug: vertex fetcher setting.Richard Li
2009-09-24r600 : disable draw_prim for now.Richard Li
2009-09-24r600: add support for CUBE textures, also TXPAndre Maasikas
2009-09-24r600: fix typo in the last commitAlex Deucher
2009-09-24r600: various cleanupsAlex Deucher
2009-09-24r600: fix some issues with LIT instructionAndre Maasikas
2009-09-24r600: fix point sizesAlex Deucher
2009-09-24r600: fix polygon offsetAlex Deucher
2009-09-24r600: support position_invariant programsAndre Maasikas
2009-09-24r600: add span support for 1D tilesAlex Deucher
2009-09-24r600: fix warningAlex Deucher
2009-09-24r600: fix texcoords from constantsAndre Maasikas
2009-09-24r600: enable caching of vertex programsAndre Maasikas
2009-09-24r600: check if textures are actually enabled before submissionAlex Deucher
2009-09-24r600: fix ftp for dri1Alex Deucher
2009-09-24r600: don't setup hardware state if TFPDave Airlie