i965/fs: fill allocated memory with zeros where needed
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_copy_propagation.cpp
2016-10-31 Juha-Pekka Heikkilai965/fs: fill allocated memory with zeros where needed
2016-09-14 Francisco Jerezi965/fs: Move region_contained_in to the IR header...
2016-09-14 Francisco Jerezi965/fs: Change region_contained_in() to use byte units.
2016-09-14 Francisco Jerezi965/fs: Simplify copy propagation LOAD_PAYLOAD ACP...
2016-09-14 Francisco Jerezi965/fs: Drop fs_inst::overwrites_reg() in favor of...
2016-09-14 Francisco Jerezi965/fs: Fix can_propagate_from() source/destination...
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_read with ::size_read...
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_written with ::size_writ...
2016-09-14 Francisco Jerezi965/fs: Replace fs_reg::subreg_offset with fs_reg...
2016-09-14 Francisco Jerezi965/fs: Replace fs_reg::reg_offset with fs_reg::offset...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-06-04 Francisco JerezRevert "i965/fs: Allow scalar source regions on SNB...
2016-05-31 Francisco Jerezi965/fs: Allow scalar source regions on SNB math instru...
2016-05-30 Francisco Jerezi965/fs: Generalize regions_overlap() from copy propaga...
2016-05-30 Francisco Jerezi965/fs: Allow constant propagation into logical send...
2016-05-28 Francisco Jerezi965/fs: Fix multiple ACP interference during copy...
2016-05-28 Francisco Jerezi965/fs: Avoid constant propagation when the type sizes...
2016-05-28 Francisco Jerezi965/fs: Fix off-by-one region overlap comparison in...
2016-05-16 Iago Toral Quirogai965/fs: fix copy/constant propagation regioning checks
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation from load payload
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation of partially invalidated...
2016-05-16 Francisco Jerezi965/fs: Reindent register offset calculation of try_co...
2016-05-16 Francisco Jerezi965/fs: Simplify and fix register offset calculation...
2016-05-16 Iago Toral Quirogai965/fs: disallow type change in copy-propagation if...
2016-05-16 Iago Toral Quirogai965/fs: Fix copy propagation of load payload for doubl...
2016-05-16 Francisco Jerezi965/fs: Fix propagation of copies with strided source.
2016-05-10 Connor Abbotti965/fs: add PACK opcode
2016-05-10 Connor Abbotti965/fs: don't propagate 64-bit immediates
2016-05-04 Francisco Jerezi965: Pass devinfo pointer to is_3src() helpers.
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-22 Jason Ekstrandi965/fs: Don't constant-fold RCP
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-06 Francisco Jerezi965: Don't try copy propagation if constant propagatio...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarki965: fix new gcc6 warnings
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Prevent implicit upcasts to brw_reg.
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Connor Abbotti965/fs: add stride restrictions for copy propagation
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-13 Matt Turneri965: Replace HW_REG with ARF/FIXED_GRF.
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-11-13 Matt Turneri965: Use immediate storage in inherited brw_reg.
2015-11-13 Matt Turneri965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-02 Matt Turneri965: Replace default case with list of enum values.
2015-10-23 Kristian Høgsberg... i965/fs: Allow copy propagating into new surface access...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-04 Kenneth Graunkei965: Fix copy propagation type changes.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-06 Francisco Jerezi965: Define virtual instruction to calculate the high...
2015-07-29 Francisco Jerezi965/fs: Make sure that the type sizes are compatible...
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-18 Matt Turneri965/fs: Unrestrict constant propagation into integer...
2015-05-06 Kenneth Graunkei965/fs: Allow copy propagation on ATTR file registers.
2015-05-06 Jason Ekstrandi965/fs_inst: Get rid of the effective_width field
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-04-25 Matt Turneri965/fs: Disallow constant propagation into POW on...
2015-04-24 Matt Turneri965/fs: Don't constant propagate into integer math...
2015-04-24 Matt Turneri965/fs: Allow 2-src math instructions to have immediat...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-17 Jason Ekstrandi965/fs: Change SEL and MOV types as needed to propagat...
2015-04-17 Jason Ekstrandi965/fs: Use the source type when looking for UD negati...
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-18 Matt Turneri965/fs: Allow immediates in MAD and LRP instructions.
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-03 Matt Turneri965/fs: Add support for constant propagating into...
2015-02-03 Iago Toral Quirogai965: Fix negate with unsigned integers
2015-01-13 Jason Ekstrandi965/fs: Allow constant propagation between different...
2014-12-10 Kristian Høgsbergi965: Don't copy propagate constants from sources with...
2014-09-30 Jason Ekstrandi965/fs: Constant propagate into LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Make fs_reg::effective_width take fs_inst...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Copy propagate partial reads.
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-08-31 Abdiel Janulguei965/fs: Allow propagation of instructions with saturat...
2014-08-22 Matt Turneri965: Use basic-block aware insertion/removal functions.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-08-14 Anuj Phogati965: Bail on FS copy propagation for scratch writes...
2014-08-12 Matt Turneri965: Return NONE from brw_swap_cmod on unknown input.
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-16 Kenneth Graunkei965: Don't copy propagate abs into Broadwell logic...
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965: Add and use foreach_inst_in_block macros.
2014-06-25 Matt Turneri965/fs: Constant propagate into 2-src math instruction...
2014-06-25 Matt Turneri965/fs: Make try_constant_propagate() static.
2014-06-25 Matt Turneri965: Make can_do_source_mods() a member of the instruc...
2014-06-17 Matt Turneri965/fs: Copy propagate from load_payload.
next