index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
Kenneth Graunke
2014-07-21
1
-1
/
+6
*
Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"
Anuj Phogat
2014-07-17
1
-53
/
+10
*
i965/fs: Use WE_all for gl_SampleID header register munging.
Kenneth Graunke
2014-07-15
1
-5
/
+9
*
i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.
Kenneth Graunke
2014-07-15
1
-6
/
+8
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
1
-4
/
+1
*
i965/fs: add generator support for pixel interpolator query
Chris Forbes
2014-07-13
1
-0
/
+8
*
i965: Extend compute-to-mrf pass to understand blocks of MOVs
Kristian Høgsberg
2014-07-07
1
-10
/
+53
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-2
/
+4
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-36
/
+0
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
1
-13
/
+14
*
i965: Update a ton of comments about constant buffers.
Eric Anholt
2014-07-02
1
-0
/
+3
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-8
/
+4
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-18
/
+6
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-35
/
+13
*
i965/fs: Use is_head_sentinel() instead of ->prev == NULL.
Matt Turner
2014-07-01
1
-1
/
+1
*
i965/fs: Mark predicated PLN instructions with dependency hints.
Matt Turner
2014-06-30
1
-4
/
+9
*
i965/fs: Predicate PLN instructions used in unlit centroid WA.
Matt Turner
2014-06-30
1
-6
/
+14
*
i965/fs: Pass const references to emit functions.
Matt Turner
2014-06-30
1
-6
/
+7
*
i965/fs: Pass const references to instruction functions.
Matt Turner
2014-06-30
1
-5
/
+8
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-4
/
+4
*
i965/fs: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+4
*
i965/fs: Optimize SEL with the same sources into a MOV.
Matt Turner
2014-06-17
1
-1
/
+7
*
i965/fs: Lower LOAD_PAYLOAD and clean up.
Matt Turner
2014-06-17
1
-0
/
+38
*
i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
Matt Turner
2014-06-17
1
-0
/
+10
*
i965: Invalidate live intervals when inserting Gen4 SEND workarounds.
Kenneth Graunke
2014-06-10
1
-0
/
+6
*
i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
i965/fs: Let the gen < 8 generator know about runtime_check_aads_emit
Iago Toral Quiroga
2014-06-09
1
-1
/
+1
*
i965/fs: Add fs_inst constructor that takes a list of sources.
Matt Turner
2014-06-01
1
-0
/
+12
*
i965/fs: Add a function to resize fs_inst's sources array.
Matt Turner
2014-06-01
1
-0
/
+9
*
i965/fs: Clean up fs_inst constructors.
Matt Turner
2014-06-01
1
-66
/
+24
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-12
/
+12
*
i965/fs: Store the number of sources an fs_inst has.
Matt Turner
2014-06-01
1
-10
/
+11
*
i965/fs: ralloc fs_inst's fs_reg sources.
Matt Turner
2014-06-01
1
-0
/
+8
*
i965/fs: Add and use an fs_inst copy constructor.
Matt Turner
2014-06-01
1
-0
/
+5
*
i965/fs: Debug the optimization passes by dumping instr to file.
Matt Turner
2014-06-01
1
-12
/
+41
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
1
-3
/
+19
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-51
/
+57
*
i965/fs: Don't use brw_imm_* unnecessarily.
Matt Turner
2014-05-25
1
-2
/
+2
*
i965/fs: Don't hardcode DEBUG_WM in generic fs code.
Matt Turner
2014-05-24
1
-1
/
+2
*
i965/fs: Assume fragment color clamping is off when precompiling.
Kenneth Graunke
2014-05-21
1
-2
/
+0
*
i965/fs: Rip struct brw_wm_compile out of the visitors and generators.
Kenneth Graunke
2014-05-18
1
-6
/
+7
*
i965/fs: Plumb a mem_ctx all the way through the FS compile.
Kenneth Graunke
2014-05-18
1
-5
/
+7
*
i965/fs: Replace c->key with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-13
/
+13
*
i965/fs: Replace c->prog_data with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-19
/
+19
*
i965/fs: Move some flags that affect code generation to fs_visitor.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965/fs: Move payload register info from brw_wm_compile to fs_visitor.
Kenneth Graunke
2014-05-18
1
-21
/
+21
*
i965/fs: Simplify gl_SampleMaskIn handling.
Kenneth Graunke
2014-05-18
1
-10
/
+0
[next]