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
/
intel
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
6
-31
/
+162
*
intel/compiler: Move ICP handle fetching into a helper function.
Kenneth Graunke
2019-05-14
2
-36
/
+47
*
intel/compiler: Don't repeat dispatch max fixing condition
Kenneth Graunke
2019-05-14
1
-2
/
+5
*
intel/compiler: Rename invocation_id_mask to instance_id_mask
Kenneth Graunke
2019-05-14
1
-4
/
+4
*
intel/compiler: Refactor TCS invocation ID setup into a helper
Kenneth Graunke
2019-05-14
2
-14
/
+23
*
intel/compiler: Repeat nir_opt_algebraic_late
Ian Romanick
2019-05-14
1
-1
/
+16
*
intel/fs: Allow cmod propagation to instructions with saturate modifier
Ian Romanick
2019-05-14
2
-9
/
+528
*
intel/fs/ra: Spill without destroying the interference graph
Jason Ekstrand
2019-05-14
1
-13
/
+96
*
intel/fs/ra: Put the VGRFs at the end of the nodes
Jason Ekstrand
2019-05-14
1
-18
/
+32
*
intel/fs/ra: Re-arrange interference setup
Jason Ekstrand
2019-05-14
1
-217
/
+205
*
intel/fs/ra: Do the spill loop inside RA
Jason Ekstrand
2019-05-14
2
-21
/
+28
*
intel/fs/ra: Only add MRF hack interference if we're spilling
Jason Ekstrand
2019-05-14
1
-62
/
+50
*
intel/fs/ra: Pull the guts of RA into its own class
Jason Ekstrand
2019-05-14
2
-76
/
+103
*
intel/fs/ra: Move assign_regs further down in the file
Jason Ekstrand
2019-05-14
1
-70
/
+70
*
intel/fs/ra: Split building the interference graph into a helper
Jason Ekstrand
2019-05-14
1
-23
/
+42
*
intel/fs/ra: Initialize grf_used with first_non_payload_grf
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
intel/fs/ra: Stop adding RA interference to too many SENDS nodes
Jason Ekstrand
2019-05-14
1
-8
/
+3
*
intel/fs/ra: Only add dest interference to sources that exist
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
intel/fs: Stop doing extra RA calls
Jason Ekstrand
2019-05-14
1
-19
/
+27
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-2
/
+2
*
intel/fs/copy-prop: Don't walk all the ACPs for each instruction
Jason Ekstrand
2019-05-10
1
-11
/
+68
*
intel/fs/copy-prop: Purge unused ACPs
Jason Ekstrand
2019-05-10
1
-0
/
+19
*
intel/fs/copy-prop: Bump the hash table size to 64
Jason Ekstrand
2019-05-10
1
-1
/
+1
*
intel/compiler: Unset flag reg when FB write is not predicated
Matt Turner
2019-05-07
1
-0
/
+1
*
intel/disasm: Disassemble immediate value properly for dim
Sagar Ghuge
2019-05-07
1
-3
/
+12
*
intel/disasm: Disassemble JIP offset for while
Sagar Ghuge
2019-05-07
1
-1
/
+2
*
intel/compiler: Replicate 16 bit immediate value correctly
Sagar Ghuge
2019-05-07
2
-0
/
+6
*
intel/compiler: Print quad value in hex format
Sagar Ghuge
2019-05-07
1
-1
/
+1
*
intel/compiler: Don't always require precise lowering of flrp
Ian Romanick
2019-05-06
1
-1
/
+1
*
intel/compiler: Use the flrp lowering pass for all stages on Gen4 and Gen5
Ian Romanick
2019-05-06
1
-10
/
+4
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+23
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-1
/
+0
*
intel/fs: Assert when brw_fs_nir sees a nir_deref_instr
Caio Marcelo de Oliveira Filho
2019-05-02
1
-1
/
+1
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-10
/
+0
*
intel/fs: Don't emit empty ELSE blocks.
Kenneth Graunke
2019-04-28
1
-4
/
+4
*
intel/fs: Don't handle texop_tex for shaders without implicit LOD
Caio Marcelo de Oliveira Filho
2019-04-25
2
-6
/
+2
*
intel/compiler/fs/icl: Use dummy masked urb write for tess eval
Topi Pohjolainen
2019-04-25
1
-1
/
+50
*
Revert "intel/compiler: split is_partial_write() into two variants"
Juan A. Suarez Romero
2019-04-25
11
-54
/
+30
*
intel/compiler: fix uninit non-static variable. (v2)
Dave Airlie
2019-04-25
1
-0
/
+3
*
intel/fs: Fix D to W conversion in opt_combine_constants
Ian Romanick
2019-04-23
1
-1
/
+1
*
intel/compiler: Lower ffma on Gen4 and Gen5
Ian Romanick
2019-04-23
1
-0
/
+4
*
intel/compiler: Don't have sepearate, per-Gen nir_options
Ian Romanick
2019-04-23
1
-31
/
+11
*
intel/compiler: Improve fix_3src_operand()
Matt Turner
2019-04-22
1
-5
/
+18
*
intel/compiler: Add unit tests for sat prop for different exec sizes
Matt Turner
2019-04-22
1
-0
/
+68
*
intel/compiler: Use SIMD16 instructions in fs saturate prop unit test
Matt Turner
2019-04-22
1
-59
/
+59
*
intel/fs: Remove fs_generator::generate_linterp from gen11+.
Rafael Antognolli
2019-04-22
1
-44
/
+6
*
intel/fs: Add a lowering pass for linear interpolation.
Rafael Antognolli
2019-04-22
2
-0
/
+47
*
intel/fs: Move the scalar-region conversion to the generator.
Rafael Antognolli
2019-04-22
4
-5
/
+5
*
intel/fs: Only propagate saturation if exec_size is the same.
Rafael Antognolli
2019-04-22
1
-1
/
+2
*
intel/fs: Add support for float16 to the fsign optimizations
Ian Romanick
2019-04-20
1
-6
/
+24
[next]