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
/
brw_fs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
intel/fs: Use the ATTR file for FS inputs
Francisco Jerez
2018-05-29
1
-10
/
+22
*
intel/compiler: Silence unused parameter warning in compile_cs_to_nir
Ian Romanick
2018-04-24
1
-4
/
+3
*
i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*
Jason Ekstrand
2018-04-23
1
-0
/
+2
*
util: Add and use util_is_power_of_two_nonzero
Ian Romanick
2018-03-29
1
-2
/
+2
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
i965: Add negative_equals methods
Ian Romanick
2018-03-26
1
-0
/
+7
*
i965: Silence compiler warning about promoted_constants.
Eric Anholt
2018-03-16
1
-1
/
+1
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+3
*
i965/fs: Merge CMP and SEL into CSEL on Gen8+
Ian Romanick
2018-03-08
1
-0
/
+106
*
i965/fs: Add infrastructure for generating CSEL instructions.
Kenneth Graunke
2018-03-08
1
-0
/
+2
*
intel/fs: Add support for subgroup quad operations
Jason Ekstrand
2018-03-07
1
-0
/
+3
*
intel/fs: Add a couple of simple helper opcodes
Jason Ekstrand
2018-03-07
1
-0
/
+11
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
1
-0
/
+21
*
intel: Drop program size pointer from vec4/fs assembly getters.
Kenneth Graunke
2018-03-02
1
-2
/
+2
*
intel/fs: Handle surface opcode sample masks via predication.
Francisco Jerez
2018-03-02
1
-1
/
+42
*
intel/ir: Allow arbitrary scratch flag registers for SHADER_OPCODE_FIND_LIVE_...
Francisco Jerez
2018-03-02
1
-1
/
+2
*
intel/ir: Allow representing additional flag subregisters in the IR.
Francisco Jerez
2018-03-02
1
-5
/
+7
*
intel/fs: Set up sampler message headers in the visitor on gen7+
Jason Ekstrand
2018-03-01
1
-4
/
+36
*
i965/fs: shuffle_32bit_load_result_to_16bit_data now skips components
Jose Maria Casanova Crespo
2018-02-28
1
-1
/
+1
*
intel/compiler/fs: Don't generate integer DWord multiply on Gen11
Matt Turner
2018-02-28
1
-5
/
+1
*
i965: Fix compiler warning about write being undefined.
Eric Anholt
2018-02-20
1
-1
/
+1
[next]