summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_state.h
AgeCommit message (Collapse)Author
2009-11-09r600: rework DB render setupAlex Deucher
- consolidate DB render setup - only enable perfect ZPASS counts and cull disable when OQ is active - enable early Z
2009-09-22r600 : add draw_prim support.Richard Li
2009-09-03r600: rework cb/db setupAlex Deucher
Setup the regs when we emit rather than during state setup. In certain cases a proper CB target was never emitted. This fixes bug 23658.
2009-08-12r600: state cleanupsAlex Deucher
2009-07-15R6xx/r7xx: warning fixesKevin DeKorte
2009-06-04re-arrange state structureAlex Deucher
- split out renderbuffers - split out shaders - split our viewports Only send the state needed.
2009-05-08R6xx/R7xx: WIP r6xx-rewrite codeRichard Li
2009-04-21Initial pull of code from r6xx-r7xx-support branchRichard Li
Not functional yet.