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_builder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
1
-1
/
+1
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-4
/
+4
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-1
/
+1
*
i965: enable the emission of the DIM instruction
Samuel Iglesias Gonsálvez
2016-07-14
1
-0
/
+1
*
Revert "i965/fs: Allow scalar source regions on SNB math instructions."
Francisco Jerez
2016-06-03
1
-2
/
+8
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
1
-8
/
+2
*
i965/fs: Return 32 bit mask from fs_builder::sample_mask().
Francisco Jerez
2016-05-27
1
-1
/
+3
*
i965/fs: Emit fixed-width null register regardless of the dispatch width.
Francisco Jerez
2016-05-27
1
-8
/
+4
*
i965/fs: Expose arbitrary channel execution groups to the IR.
Francisco Jerez
2016-05-27
1
-3
/
+11
*
i965/fs: Lower math into Gen4-5 send-like instructions in lower_logical_sends.
Francisco Jerez
2016-05-27
1
-42
/
+5
*
i965/fs: add null_reg_df
Iago Toral Quiroga
2016-05-10
1
-0
/
+7
*
i965/fs: fix regs_written in LOAD_PAYLOAD for doubles
Connor Abbott
2016-05-10
1
-2
/
+6
*
i965: Make emit_minmax return an instruction*.
Matt Turner
2016-02-17
1
-3
/
+3
*
i965: Lower min/max after optimization on Gen4/5.
Matt Turner
2016-02-17
1
-8
/
+2
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-2
/
+2
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965/fs: Replace nested ternary with if ladder.
Matt Turner
2015-11-13
1
-6
/
+7
*
i965/fs: Avoid scalar destinations in emit_uniformize()
Kristian Høgsberg Kristensen
2015-10-23
1
-4
/
+11
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
1
-0
/
+2
*
i965/fs: Make the default builder 64-wide before entering the optimization loop.
Francisco Jerez
2015-07-29
1
-0
/
+3
*
i965/fs: Define a new fs_builder constructor taking an instruction as argument.
Francisco Jerez
2015-07-29
1
-0
/
+16
*
i965/fs: Handle zero-size allocations in fs_builder::vgrf().
Francisco Jerez
2015-07-29
1
-4
/
+7
*
i965/fs: Add builder emit method taking a variable number of source registers.
Francisco Jerez
2015-07-29
1
-3
/
+12
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
1
-7
/
+9
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
1
-2
/
+2
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-14
/
+5
*
i965/fs_builder: Use the dispatch width for setting exec sizes
Jason Ekstrand
2015-06-30
1
-9
/
+11
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Introduce FS IR builder.
Francisco Jerez
2015-06-09
1
-0
/
+652