summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/evergreen_vertprog.c
AgeCommit message (Collapse)Author
2010-08-29evergreen : fix shader const allocation and instruction bugs.Richard Li
2010-08-25r600: Remove unnecessary headers.Vinson Lee
2010-08-25r600: Include missing header in evergreen_vertprog.c.Vinson Lee
Include r600_emit.h for r600EmitShader and r600EmitShaderConsts symbols. Fixes the following GCC warnings. evergreen_vertprog.c:614: warning: implicit declaration of function 'r600EmitShader' evergreen_vertprog.c:701: warning: implicit declaration of function 'r600EmitShaderConsts'
2010-08-20evergreen : initial support driver code.richard