summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_vs_emit.c
AgeCommit message (Expand)Author
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-25965: cope better with range decls for temps, immediates, etcKeith Whitwell
2008-01-04965: use correct offset for constants vs immediatesKeith Whitwell
2007-12-24i965: a little better way of handling immediatesZack Rusin
2007-12-20i965: very crude and hacky way of handling immediatesZack Rusin
2007-12-19constsZack Rusin
2007-12-19i965: stuff the outputs into mrf registers when possibleZack Rusin
2007-12-19i965: be smarter about register allocationZack Rusin
2007-12-18i965: don't treat swz differently and upload vertex buffersZack Rusin
2007-12-13Actually allocate the output registers.Zack Rusin
2007-12-12i965: compile vertex shaders and emit hardware instructionsZack Rusin
2007-12-11Port i965 driver to Gallium3D.Zack Rusin