summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-06i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke1-2/+2
2011-08-30i965: Fix Android build by removing relative includesChad Versace1-5/+5
2011-07-29i965/fs: Stop using the exec_list iterator.Eric Anholt1-8/+8
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-7/+7
2010-10-11i965: Move FS backend structures to a header.Eric Anholt1-2/+0
2010-09-29i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt1-1/+1
2010-09-27i965: Fix vector splitting RHS channel selection with sparse writemasks.Eric Anholt1-3/+8
2010-09-27i965: Remove swizzling of assignment to vector-splitting single-channel LHS.Eric Anholt1-2/+0
2010-09-22i965: When splitting vector variable assignment, ignore unset channels.Eric Anholt1-2/+5
2010-09-22i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt1-3/+0
2010-08-27i965: Fix swizzling in vector splitting for the new FS backend.Eric Anholt1-0/+3
2010-08-26i965: Add new pass to split vectors into scalar variablesEric Anholt1-0/+388