index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs_channel_expressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-3
/
+3
*
i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.
Kenneth Graunke
2011-06-29
1
-0
/
+2
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
i965: Fix compile warning about missing opcodes.
Eric Anholt
2010-12-04
1
-0
/
+5
*
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-17
1
-28
/
+0
*
i965: Handle new ir_unop_round_even in channel expression splitting.
Eric Anholt
2010-10-26
1
-0
/
+1
*
i965: Move FS backend structures to a header.
Eric Anholt
2010-10-11
1
-2
/
+0
*
i965: Update expression splitting for the vector-result change to compares.
Eric Anholt
2010-09-22
1
-8
/
+9
*
i965: Fix the vector/expression splitting for the write_mask change.
Eric Anholt
2010-09-22
1
-4
/
+1
*
i965: Add switch cases for ir_unop_noise, which should have been lowered.
Eric Anholt
2010-09-09
1
-0
/
+3
*
i965: Add a pass for the FS to reduce vector expressions down to scalar.
Eric Anholt
2010-08-26
1
-0
/
+365