aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-071-0/+5
* i965: Add support for ir_unop_f2u to i965 backend.Paul Berry2012-06-151-0/+1
* i965: Add forgotten bitcast operations in brw_fs_channel_expressions.Kenneth Graunke2012-06-071-0/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-3/+3
* i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.Kenneth Graunke2011-06-291-0/+2
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* i965: Fix compile warning about missing opcodes.Eric Anholt2010-12-041-0/+5
* glsl: Remove the ir_binop_cross opcode.Kenneth Graunke2010-11-171-28/+0
* i965: Handle new ir_unop_round_even in channel expression splitting.Eric Anholt2010-10-261-0/+1
* i965: Move FS backend structures to a header.Eric Anholt2010-10-111-2/+0
* i965: Update expression splitting for the vector-result change to compares.Eric Anholt2010-09-221-8/+9
* i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt2010-09-221-4/+1
* i965: Add switch cases for ir_unop_noise, which should have been lowered.Eric Anholt2010-09-091-0/+3
* i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt2010-08-261-0/+365