r300-gallium: r300-fs: Moar.

This commit is contained in:
Corbin Simpson
2009-03-25 07:15:07 -07:00
parent 1db736f74a
commit def5660c9e
5 changed files with 35 additions and 22 deletions

View File

@@ -22,6 +22,14 @@
#include "r300_debug.h"
static void r300_dump_fs(struct r300_fragment_shader* fs)
{
int i;
for (i = 0; i < fs->alu_instruction_count; i++) {
}
}
static char* r500_fs_swiz[] = {
" R",
" G",