Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-09-13 | r600c: const buffer sizes must be a multiple of 16 consts | Alex Deucher | |
This applies to r6xx/r7xx/evergreen | |||
2010-09-13 | r600c: eg: 256 float4 constants may need more than 256 bytes | Andre Maasikas | |
2010-09-09 | r600: remove mask from output intructions | Andre Maasikas | |
in case of relative addressing we never get to know which comps were really written. | |||
2010-09-03 | r600c: add proper returns for some evergreen functions | Alex Deucher | |
these weren't checked anyway. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29999 | |||
2010-08-29 | evergreen : fix shader const allocation and instruction bugs. | Richard Li | |
2010-08-25 | r600: Remove unnecessary headers. | Vinson Lee | |
2010-08-25 | r600: Include missing header in evergreen_fragprog.c. | Vinson Lee | |
Include r600_emit.h for r600EmitShader and r600EmitShaderConsts symbols. Fixes the following GCC warnings. evergreen_fragprog.c: In function 'evergreenSetupFragmentProgram': evergreen_fragprog.c:521: warning: implicit declaration of function 'r600EmitShader' evergreen_fragprog.c:778: warning: implicit declaration of function 'r600EmitShaderConsts' | |||
2010-08-20 | evergreen : initial support driver code. | richard | |