summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-07glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt1-0/+5
2012-06-15i965: Add support for ir_unop_f2u to i965 backend.Paul Berry1-0/+1
2012-06-07i965: Add forgotten bitcast operations in brw_fs_channel_expressions.Kenneth Graunke1-0/+4
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-08-30i965: Fix Android build by removing relative includesChad Versace1-3/+3
2011-06-29i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.Kenneth Graunke1-0/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-12-04i965: Fix compile warning about missing opcodes.Eric Anholt1-0/+5
2010-11-17glsl: Remove the ir_binop_cross opcode.Kenneth Graunke1-28/+0
2010-10-26i965: Handle new ir_unop_round_even in channel expression splitting.Eric Anholt1-0/+1
2010-10-11i965: Move FS backend structures to a header.Eric Anholt1-2/+0
2010-09-22i965: Update expression splitting for the vector-result change to compares.Eric Anholt1-8/+9
2010-09-22i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt1-4/+1
2010-09-09i965: Add switch cases for ir_unop_noise, which should have been lowered.Eric Anholt1-0/+3
2010-08-26i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt1-0/+365