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
/
intel
/
compiler
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Calculate num_instructions in O(1) during register pressure c...
Francisco Jerez
2020-03-06
1
-3
/
+2
*
intel/compiler: Move register pressure calculation into IR analysis object
Francisco Jerez
2020-03-06
1
-12
/
+16
*
intel/compiler/fs: Switch liveness analysis to IR analysis framework
Francisco Jerez
2020-03-06
1
-9
/
+8
*
intel/compiler: Move all live interval analysis results into fs_live_variables
Francisco Jerez
2020-03-06
1
-3
/
+4
*
intel/compiler: Pass detailed dependency classes to invalidate_analysis()
Francisco Jerez
2020-03-06
1
-24
/
+27
*
intel/compiler: Introduce backend_shader method to propagate IR changes to an...
Francisco Jerez
2020-03-06
1
-23
/
+36
*
intel/compiler: Restrict cs_threads to 64
Jordan Justen
2020-02-28
1
-1
/
+3
*
brw_fs: Avoid zero size vla
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
intel/fs/gen7+: Implement discard/demote for SIMD32 programs.
Francisco Jerez
2020-02-14
1
-7
/
+11
*
intel/fs: Return consistent UW types from sample_mask_reg() in fragment shaders.
Francisco Jerez
2020-02-14
1
-3
/
+2
*
intel/fs: Refactor predication on sample mask into helper function.
Francisco Jerez
2020-02-14
1
-34
/
+44
*
intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL temporary.
Francisco Jerez
2020-02-14
1
-7
/
+10
*
intel/fs: Use helper for discard sample mask flag subregister number.
Francisco Jerez
2020-02-14
1
-2
/
+2
*
intel/fs: Make sample_mask_reg() local to brw_fs.cpp and use it in more places.
Francisco Jerez
2020-02-14
1
-6
/
+28
*
intel/fs: Set src0 alpha present bit in header when provided in message payload.
Francisco Jerez
2020-02-14
1
-12
/
+4
*
intel/fs/gen12: Workaround unwanted SEND execution due to broken NoMask contr...
Francisco Jerez
2020-02-14
1
-0
/
+149
*
intel/fs: Add virtual instruction to load mask of live channels into flag reg...
Francisco Jerez
2020-02-14
1
-1
/
+2
*
intel/fs/gen7: Fix fs_inst::flags_written() for SHADER_OPCODE_FIND_LIVE_CHANNEL.
Francisco Jerez
2020-02-14
1
-1
/
+2
*
intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
Ian Romanick
2020-01-23
1
-0
/
+94
*
intel/fs: Don't lower integer multiplies that don't need lowering
Ian Romanick
2020-01-23
1
-0
/
+11
*
intel/compiler: Split has_64bit_types into float/int
Matt Turner
2020-01-22
1
-3
/
+5
*
intel/fs: Add workgroup_size() helper
Caio Marcelo de Oliveira Filho
2020-01-21
1
-0
/
+8
*
intel/fs: Switch to standard vector layout for barycentrics at optimization t...
Francisco Jerez
2020-01-17
1
-0
/
+15
*
intel/fs: Introduce barycentric layout lowering pass.
Francisco Jerez
2020-01-17
1
-0
/
+67
*
intel/fs: Rework fs_inst::is_copy_payload() into multiple classification help...
Francisco Jerez
2020-01-17
1
-28
/
+0
*
intel/fs: Generalize fs_reg::is_contiguous() to register files other than VGRF.
Francisco Jerez
2020-01-17
1
-1
/
+16
*
intel/fs: Try to vectorize header setup in lower_load_payload().
Francisco Jerez
2020-01-17
1
-8
/
+16
*
i965: Reuse the new core glsl_count_dword_slots().
Eric Anholt
2020-01-14
1
-52
/
+1
*
intel/fs: Make implied_mrf_writes() an fs_inst method.
Francisco Jerez
2020-01-10
1
-11
/
+11
*
intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().
Francisco Jerez
2020-01-10
1
-0
/
+2
*
intel/fs: Fix lowering of dword multiplication by 16-bit constant
Caio Marcelo de Oliveira Filho
2019-12-17
1
-2
/
+4
*
intel/fs: Lower 64-bit MOVs after lower_load_payload()
Caio Marcelo de Oliveira Filho
2019-12-14
1
-0
/
+5
*
intel/compiler: force simd8 when dual src blending on gen8
Tapani Pälli
2019-12-05
1
-0
/
+10
*
Revert "i965/fs: Merge CMP and SEL into CSEL on Gen8+"
Jason Ekstrand
2019-11-20
1
-107
/
+0
*
intel/compiler: Add a flag to avoid compacting push constants
Jason Ekstrand
2019-11-18
1
-145
/
+158
*
intel/compiler: remove old comment
Italo Nicola
2019-11-18
1
-3
/
+0
*
intel/fs: Implement the new load/store_scratch intrinsics
Jason Ekstrand
2019-11-11
1
-10
/
+57
*
intel/fs: refactor surface header setup
Jason Ekstrand
2019-11-11
1
-23
/
+16
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
1
-0
/
+25
*
intel/compiler: Remove emit_alpha_to_coverage workaround from backend
Sagar Ghuge
2019-10-21
1
-0
/
+13
*
intel/fs/gen12: Implement gl_FrontFacing on gen12+.
Jason Ekstrand
2019-10-11
1
-1
/
+7
*
intel/fs/gen12: Don't support source mods for 32x16 integer multiply.
Francisco Jerez
2019-10-11
1
-0
/
+18
*
intel/fs/gen12: Introduce software scoreboard lowering pass.
Francisco Jerez
2019-10-11
1
-0
/
+4
*
intel/fs: Fix constness of implied_mrf_writes() argument.
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/fs: Define is_payload() method of the IR instruction class.
Francisco Jerez
2019-10-11
1
-0
/
+38
*
intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like inst...
Francisco Jerez
2019-10-11
1
-0
/
+3
*
intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
Jason Ekstrand
2019-09-27
1
-6
/
+28
*
intel/compiler: Record whether any pull constant loads occur
Kenneth Graunke
2019-09-18
1
-0
/
+4
*
intel/compiler: Set "Null Render Target" ex_desc bit on Gen11
Kenneth Graunke
2019-09-17
1
-0
/
+3
*
i965/fs: add support for shader float control to remove_extra_rounding_modes()
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+14
[next]