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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add optimization pass to let us use the replicate data message
Kristian Høgsberg
2014-08-15
1
-0
/
+97
*
i965: Add an option to not generate the SIMD8 fragment shader
Kristian Høgsberg
2014-08-15
1
-1
/
+11
*
i965/fs: Add pass to rename registers to break live ranges.
Kenneth Graunke
2014-08-14
1
-0
/
+67
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-3
/
+3
*
i965: Enable INTDIV in SIMD16 mode.
Kenneth Graunke
2014-08-13
1
-12
/
+0
*
i965/fs: Drop "do dual source blending" generator parameter.
Kenneth Graunke
2014-08-13
1
-1
/
+1
*
i965: Never use the Gen8 code generators.
Kenneth Graunke
2014-08-12
1
-10
/
+4
*
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
2014-08-12
1
-1
/
+1
*
i965/fs: Keep track of the register that hold delta_x/delta_y.
Matt Turner
2014-08-11
1
-0
/
+14
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-1
/
+0
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
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
[next]