summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)Author
2009-11-09r600: don't emit htile regsAlex 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-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-09radeon: fix scissor regressionAlex Deucher
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
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
2009-09-24r600: fix dri2 clippingAlex Deucher
2009-09-04r600: fix Elts handlingAlex Deucher
2009-09-03r600: rework cb/db setupAlex Deucher
2009-09-03r600: make sure the active vertex shader bo is re-added to persistent list.Alex Deucher
2009-09-03r600: visual depth has no meaning here.Dave Airlie
2009-09-03r600: make sure the active shader bo is re-added to persistent list.Dave Airlie
2009-08-31r600: Add more trace debug output to rendering pipeline.Pauli Nieminen
2009-08-31r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
2009-08-28r600: fix scissor also.Dave Airlie
2009-08-26r600: fix two sided stencilAlex Deucher
2009-08-26r600: add missing radeon_cs_space_set_flush callAlex Deucher
2009-08-26r600: make reloc_chunk size dynamicAlex Deucher
2009-08-26r600: fix memory leakAlex Deucher
2009-08-26r600: Update vertex fetch shader if necessaryCooper Yuan
2009-08-25radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen