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
*
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+2
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+1
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
glsl: Allow vector logic ops to be generated.
Matt Turner
2015-03-24
1
-6
/
+3
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-2
/
+0
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
1
-0
/
+13
*
i965/fs: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+1
*
i965/fs: Support fine/coarse derivative opcodes
Chris Forbes
2014-08-15
1
-0
/
+4
*
i965/fs: Skip channel expressions splitting for interpolation
Chris Forbes
2014-07-13
1
-0
/
+25
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-10
/
+5
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965: Fix broken asserts
Chris Forbes
2013-11-17
1
-1
/
+1
*
i965: Generate code for ir_binop_imul_high.
Matt Turner
2013-10-07
1
-0
/
+1
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+2
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
1
-0
/
+1
*
i965: Add support for ir_triop_csel.
Matt Turner
2013-09-09
1
-0
/
+1
*
i965/fs: Add support for translating ir_triop_fma into MAD.
Matt Turner
2013-08-27
1
-0
/
+1
*
i965: Add cases for ir_triop_vector_insert that assert.
Kenneth Graunke
2013-05-20
1
-0
/
+1
*
i965: Add cases for ir_binop_vector_extract that assert.
Kenneth Graunke
2013-05-20
1
-0
/
+1
*
i965/fs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-0
/
+37
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
1
-1
/
+15
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
1
-0
/
+4
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
1
-0
/
+12
*
glsl: Add a "ubo_load" expression type for fetches from UBOs.
Eric Anholt
2012-08-07
1
-0
/
+5
*
i965: Add support for ir_unop_f2u to i965 backend.
Paul Berry
2012-06-15
1
-0
/
+1
*
i965: Add forgotten bitcast operations in brw_fs_channel_expressions.
Kenneth Graunke
2012-06-07
1
-0
/
+4
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
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