summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes1-2/+0
2014-09-30i965/fs: Don't make a name for a vector splitting temporaryIan Romanick1-3/+8
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-1/+1
2014-07-01i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-3/+1
2014-07-01i965: Use typed foreach_in_list instead of foreach_list.Matt Turner1-6/+3
2014-04-08i965: Drop pointless check for variable declarations in splitting.Eric Anholt1-10/+5
2014-02-22i965: Move compiler debugging output to stderr.Eric Anholt1-4/+4
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-1/+1
2013-11-01i965: Don't do vector splitting for ir_var_system_valueAnuj Phogat1-0/+1
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-4/+6
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