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_ir_fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Get rid of fs_inst::set_smear().
Francisco Jerez
2016-09-14
1
-3
/
+0
*
i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files.
Francisco Jerez
2016-09-14
1
-0
/
+13
*
i965/fs: Simplify byte_offset().
Francisco Jerez
2016-09-14
1
-8
/
+4
*
i965/fs: Fix signedness of the return value of fs_inst::size_read().
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
Francisco Jerez
2016-09-14
1
-1
/
+0
*
i965/fs: Take into account misalignment in regs_written() and regs_read().
Francisco Jerez
2016-09-14
1
-4
/
+4
*
i965/fs: Take into account trailing padding in regs_written() and regs_read().
Francisco Jerez
2016-09-14
1
-2
/
+20
*
i965/fs: Handle fixed HW GRF subnr in reg_offset().
Francisco Jerez
2016-09-14
1
-1
/
+2
*
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
Francisco Jerez
2016-09-14
1
-2
/
+4
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-1
/
+2
*
i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.
Francisco Jerez
2016-09-14
1
-0
/
+26
*
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-11
/
+5
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-3
/
+3
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-2
/
+2
*
i965/fs: Teach regions_overlap() about COMPR4 MRF regions.
Francisco Jerez
2016-05-31
1
-3
/
+17
*
i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...
Francisco Jerez
2016-05-29
1
-0
/
+38
*
i965/fs: Refactor offset() into a separate function taking the width as argum...
Francisco Jerez
2016-05-29
1
-0
/
+19
*
i965/fs: Fix half() to handle more exotic register files.
Francisco Jerez
2016-05-27
1
-21
/
+4
*
i965/fs: Fix horiz_offset() to handle ARF and HW GRF register files.
Francisco Jerez
2016-05-27
1
-4
/
+10
*
i965/fs: Clean up remaining uses of fs_inst::reads_flag and ::writes_flag.
Francisco Jerez
2016-05-27
1
-12
/
+0
*
i965/fs: Define methods to calculate the flag subset read or written by an fs...
Francisco Jerez
2016-05-27
1
-2
/
+23
*
i965/fs: Expose arbitrary channel execution groups to the IR.
Francisco Jerez
2016-05-27
1
-11
/
+9
*
i965/fs: Generalize is_uniform() to is_periodic().
Francisco Jerez
2016-05-27
1
-1
/
+30
*
i965/fs: Fix byte_offset() for MRF/ARF/FIXED_GRF regs.
Francisco Jerez
2016-05-27
1
-11
/
+17
*
i965/fs: Fix and document component().
Francisco Jerez
2016-05-16
1
-2
/
+5
*
i965/fs: fix subreg_offset overflow in byte_offset()
Iago Toral Quiroga
2016-05-16
1
-4
/
+6
*
i965/fs: handle uniforms in byte_offset()
Connor Abbott
2016-05-10
1
-1
/
+5
*
i965/fs: Introduce helper to extract a field from each channel of a register.
Francisco Jerez
2016-05-10
1
-0
/
+28
*
i965/fs: Get rid of reladdr
Jason Ekstrand
2016-04-14
1
-4
/
+1
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
1
-0
/
+1
*
i965: Use scope operator to ensure brw_reg is interpreted as a type.
Matt Turner
2015-11-24
1
-1
/
+1
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-5
/
+0
*
i965: Combine register file field.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-3
/
+6
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Delete abs/negate fields from backend_reg.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Replace default case with list of enum values.
Matt Turner
2015-11-02
1
-3
/
+4
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
1
-0
/
+1
*
i965/fs: Factor out source components calculation to a separate method.
Francisco Jerez
2015-07-29
1
-0
/
+1
*
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
2015-07-16
1
-0
/
+6
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-14
/
+1
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
1
-8
/
+1
*
i965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
Jason Ekstrand
2015-06-30
1
-21
/
+0
*
i965/fs: Drop fs_inst::force_uncompressed.
Francisco Jerez
2015-06-09
1
-1
/
+0
*
i965: Define consistent interface to enable instruction result saturation.
Francisco Jerez
2015-06-09
1
-0
/
+11
*
i965: Define consistent interface to enable instruction conditional modifiers.
Francisco Jerez
2015-06-09
1
-0
/
+11
*
i965: Define consistent interface to predicate an instruction.
Francisco Jerez
2015-06-09
1
-0
/
+22
*
i965/fs: Add set_sechalf() method.
Matt Turner
2015-05-18
1
-0
/
+10
[next]