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_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
1
-11
/
+0
*
intel/compiler: Split 64-bit MOV-indirects if needed
Matt Turner
2019-01-09
1
-1
/
+2
*
intel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
Francisco Jerez
2019-01-09
1
-34
/
+0
*
intel/fs: Implement quad swizzles on ICL+.
Francisco Jerez
2019-01-09
1
-15
/
+67
*
intel/compiler: Change src1 reg type to unsigned doubleword
Sagar Ghuge
2018-10-23
1
-2
/
+2
*
intel: Use TXS for image_size when we have a typed surface
Jason Ekstrand
2018-08-29
1
-4
/
+19
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
1
-0
/
+7
*
intel/fs: Initialize mlen for gen7 varying pull constant load messages.
Francisco Jerez
2018-07-09
1
-6
/
+4
*
intel/eu: Use descriptor constructors for dataport read messages.
Francisco Jerez
2018-07-09
1
-16
/
+16
*
intel/eu: Use descriptor constructors for sampler messages.
Francisco Jerez
2018-07-09
1
-40
/
+32
*
intel/eu: Provide desc immediate argument up front to brw_send_indirect_messa...
Francisco Jerez
2018-07-09
1
-3
/
+3
*
intel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
Jason Ekstrand
2018-06-28
1
-28
/
+0
*
intel/fs: Disable opt_sampler_eot() in 32-wide dispatch.
Francisco Jerez
2018-06-28
1
-0
/
+5
*
intel/fs: Emit LINE+MAC for LINTERP with unaligned coordinates
Jason Ekstrand
2018-06-28
1
-9
/
+54
*
intel/fs: Rework INTERPOLATE_AT_PER_SLOT_OFFSET
Francisco Jerez
2018-06-28
1
-3
/
+5
*
intel/fs: Add the group to the flag subreg number on SNB and older
Jason Ekstrand
2018-06-28
1
-1
/
+7
*
intel/fs: Fix FB write message control codegen for SIMD32.
Francisco Jerez
2018-06-28
1
-18
/
+34
*
intel/fs: Fix codegen of FS_OPCODE_SET_SAMPLE_ID for SIMD32.
Francisco Jerez
2018-06-28
1
-11
/
+13
*
intel/fs: Remove program key argument from generator.
Francisco Jerez
2018-06-28
1
-2
/
+1
*
intel/fs: Set up FB write message headers in the visitor
Jason Ekstrand
2018-06-28
1
-66
/
+0
*
intel/fs: Pull FB write implied headers from src[0]
Jason Ekstrand
2018-06-28
1
-9
/
+6
*
intel/eu: Add some brw_get_default_ helpers
Jason Ekstrand
2018-06-04
1
-2
/
+2
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-1
/
+6
*
intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.
Francisco Jerez
2018-05-29
1
-5
/
+1
*
intel/fs: Replace the CINTERP opcode with a simple MOV
Francisco Jerez
2018-05-29
1
-3
/
+0
*
intel/fs: Use groups for SIMD16 LINTERP on gen11+
Jason Ekstrand
2018-05-29
1
-4
/
+5
*
intel/fs: Assert that the gen4-6 plane restrictions are followed
Jason Ekstrand
2018-05-29
1
-2
/
+8
*
intel/compiler: Silence unused parameter warnings in generate_foo methods
Ian Romanick
2018-04-24
1
-4
/
+4
*
i965/fs: Add infrastructure for generating CSEL instructions.
Kenneth Graunke
2018-03-08
1
-0
/
+6
*
intel/fs: Add support for subgroup quad operations
Jason Ekstrand
2018-03-07
1
-0
/
+20
*
intel/fs: Add a couple of simple helper opcodes
Jason Ekstrand
2018-03-07
1
-0
/
+47
*
i965/fs: Add support for nir_intrinsic_shuffle
Jason Ekstrand
2018-03-07
1
-0
/
+104
*
intel: Drop program size pointer from vec4/fs assembly getters.
Kenneth Graunke
2018-03-02
1
-2
/
+2
*
intel/eu: Plumb header present bit to codegen helpers for HDC messages.
Francisco Jerez
2018-03-02
1
-6
/
+14
*
intel/ir: Allow representing additional flag subregisters in the IR.
Francisco Jerez
2018-03-02
1
-2
/
+2
*
intel/fs: Set up sampler message headers in the visitor on gen7+
Jason Ekstrand
2018-03-01
1
-18
/
+3
*
intel/compiler: Lower flrp32 on Gen11+
Matt Turner
2018-02-28
1
-1
/
+1
*
intel/compiler/fs: Implement ddy without using align16 for Gen11+
Matt Turner
2018-02-28
1
-8
/
+38
*
intel/compiler/fs: Simplify ddx/ddy code generation
Matt Turner
2018-02-28
1
-42
/
+21
*
intel/compiler/fs: Pass fs_inst to generate_ddx/ddy instead of opcode
Matt Turner
2018-02-28
1
-6
/
+6
*
intel/compiler/fs: Implement FS_OPCODE_LINTERP with MADs on Gen11+
Matt Turner
2018-02-28
1
-3
/
+45
*
intel/compiler/fs: Return multiple_instructions_emitted from generate_linterp
Matt Turner
2018-02-28
1
-3
/
+7
*
intel/compiler/fs: Fix application of cmod and saturate to LINE/MAC pair
Matt Turner
2018-02-28
1
-2
/
+11
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
1
-4
/
+2
*
Revert "Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+""
Matt Turner
2018-01-11
1
-4
/
+8
*
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
2017-12-30
1
-1
/
+1
*
Revert "i965/fs: Use align1 mode on ternary instructions on Gen10+"
Anuj Phogat
2017-12-22
1
-8
/
+4
*
i965/fs: Add byte scattered read message and fs support
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+6
*
i965/fs: Add byte scattered write message and fs support
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+6
*
i965/fs: Define new shader opcode to set rounding modes
Alejandro PiƱeiro
2017-12-06
1
-0
/
+5
[next]