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/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
Francisco Jerez
2019-01-09
1
-2
/
+0
*
intel/fs: Remove existing lower_conversions pass.
Francisco Jerez
2019-01-09
1
-4
/
+1
*
intel/fs: Introduce regioning lowering pass.
Francisco Jerez
2019-01-09
1
-1
/
+4
*
intel/fs: Constify fs_inst::can_do_source_mods().
Francisco Jerez
2019-01-09
1
-1
/
+1
*
intel/fs: Fix bug in lower_simd_width while splitting an instruction which wa...
Francisco Jerez
2019-01-09
1
-2
/
+5
*
intel/fs: Implement quad swizzles on ICL+.
Francisco Jerez
2019-01-09
1
-3
/
+26
*
intel/fs: Handle source modifiers in lower_integer_multiplication().
Francisco Jerez
2019-01-09
1
-2
/
+18
*
i965/fs: Eliminate unary op on operand of compare-with-zero
Ian Romanick
2018-12-17
1
-5
/
+14
*
intel/fs: Support min_lod parameters on texture instructions
Jason Ekstrand
2018-12-11
1
-1
/
+21
*
i965/fs: Handle V/UV immediates in dump_instructions()
Matt Turner
2018-12-10
1
-0
/
+5
*
intel/compiler: fix indentation style in opt_algebraic()
Iago Toral Quiroga
2018-11-27
1
-10
/
+10
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
1
-2
/
+1
*
intel/compiler: Stop assuming the entrypoint is called "main"
Jason Ekstrand
2018-10-30
1
-3
/
+0
*
intel/compiler/icl: Use invocation id bits 22:16 instead of 23:17
Topi Pohjolainen
2018-10-17
1
-2
/
+6
*
i965/fs: Add 64-bit int immediate support to dump_instructions()
Matt Turner
2018-10-16
1
-0
/
+6
*
intel: Don't propagate conditional modifiers if a UD source is negated
Jason Ekstrand
2018-10-10
1
-0
/
+19
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-1
/
+2
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
1
-6
/
+4
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-0
/
+23
*
intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
Kenneth Graunke
2018-08-09
1
-0
/
+20
*
i965/fs: Flag all slots of a flat input as flat
Jason Ekstrand
2018-08-01
1
-6
/
+9
*
intel/compiler: fix -Wsign-compare warning
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+1
*
intel/compiler: silence -Wclass-memaccess warnings
Caio Marcelo de Oliveira Filho
2018-07-18
1
-3
/
+3
*
intel/fs: Initialize mlen for gen7 varying pull constant load messages.
Francisco Jerez
2018-07-09
1
-1
/
+1
*
intel/compiler: remove unused function
Iago Toral Quiroga
2018-07-09
1
-27
/
+0
*
intel/compiler: Relax mixed type restriction for saturating immediates
Ian Romanick
2018-07-06
1
-2
/
+11
*
intel/fs: Build 32-wide FS shaders.
Francisco Jerez
2018-06-28
1
-11
/
+43
*
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
Jason Ekstrand
2018-06-28
1
-3
/
+5
*
intel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centroid workaround
Jason Ekstrand
2018-06-28
1
-39
/
+0
*
intel/fs: Fix sample id setup for SIMD32.
Francisco Jerez
2018-06-28
1
-9
/
+25
*
intel/fs: Fix Gen7 compressed source region alignment restriction for SIMD32
Francisco Jerez
2018-06-28
1
-1
/
+7
*
intel/fs: Implement 32-wide FS payload setup on Gen6+
Francisco Jerez
2018-06-28
1
-67
/
+57
*
intel/fs: Extend thread payload layout to SIMD32
Francisco Jerez
2018-06-28
1
-7
/
+7
*
intel/fs: Wrap FS payload register look-up in a helper function.
Francisco Jerez
2018-06-28
1
-5
/
+5
*
intel/fs: Simplify fs_visitor::emit_samplepos_setup
Francisco Jerez
2018-06-28
1
-21
/
+7
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
1
-1
/
+1
*
intel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
Francisco Jerez
2018-06-28
1
-1
/
+1
*
intel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/fs: Fix FB read header setup for SIMD32.
Francisco Jerez
2018-06-28
1
-4
/
+13
*
intel/fs: Fix logical FB write lowering for SIMD32
Francisco Jerez
2018-06-28
1
-5
/
+20
*
intel/fs: Split instructions low to high in lower_simd_width
Jason Ekstrand
2018-06-28
1
-2
/
+35
*
intel/fs: Rework KSP data to be SIMD width-based
Jason Ekstrand
2018-06-28
1
-18
/
+17
*
intel/fs: Remove program key argument from generator.
Francisco Jerez
2018-06-28
1
-2
/
+2
*
intel/fs: Set up FB write message headers in the visitor
Jason Ekstrand
2018-06-28
1
-17
/
+86
*
intel/fs: Fix implied_mrf_writes() for headerless FB writes.
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/fs: Fix fs_inst::flags_written() for Gen4-5 FB writes.
Francisco Jerez
2018-06-28
1
-1
/
+2
*
intel/fs: Properly track implied header regs read by FB writes
Jason Ekstrand
2018-06-28
1
-1
/
+16
*
intel/fs: Use shuffle_from_32bit_read at VARYING_PULL_CONSTANT_LOAD
Jose Maria Casanova Crespo
2018-06-16
1
-15
/
+2
*
i965/fs: Optimize OR with 0 into a MOV
Ian Romanick
2018-06-15
1
-1
/
+2
*
intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.
Francisco Jerez
2018-05-29
1
-0
/
+1
[next]