summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
AgeCommit message (Expand)Author
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2010-10-11i965: Move FS backend structures to a header.Eric Anholt
2010-09-29i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt
2010-09-27i965: Fix vector splitting RHS channel selection with sparse writemasks.Eric Anholt
2010-09-27i965: Remove swizzling of assignment to vector-splitting single-channel LHS.Eric Anholt
2010-09-22i965: When splitting vector variable assignment, ignore unset channels.Eric Anholt
2010-09-22i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt
2010-08-27i965: Fix swizzling in vector splitting for the new FS backend.Eric Anholt
2010-08-26i965: Add new pass to split vectors into scalar variablesEric Anholt