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 unused condition from opt_algebraic case
Sagar Ghuge
2019-04-12
1
-5
/
+0
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-5
/
+8
*
intel/common: move gen_debug to intel/dev
Mark Janes
2019-04-10
1
-1
/
+1
*
intel/fs: Use NIR_PASS_V when lowering CS intrinsics
Caio Marcelo de Oliveira Filho
2019-04-08
1
-3
/
+4
*
intel/fs: Add support for CS to group invocations in quads
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+5
*
intel/fs: Make alpha test work with MRT and sample mask
Danylo Piliaiev
2019-03-25
1
-18
/
+17
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-2
/
+2
*
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
2019-03-23
1
-1
/
+1
*
intel/fs: Fix opt_peephole_csel to not throw away saturates.
Kenneth Graunke
2019-03-12
1
-0
/
+1
*
intel/compiler: Silence unused parameter warning in brw_interpolation_map.c
Ian Romanick
2019-03-06
1
-3
/
+2
*
intel/fs: Handle OR source modifiers in algebraic optimization
Ian Romanick
2019-03-01
1
-1
/
+10
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
1
-9
/
+0
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
1
-18
/
+0
*
intel/fs: Get rid of the IMAGE_SIZE opcode
Jason Ekstrand
2019-02-28
1
-7
/
+5
*
intel/fs: Add an enum type for logical sampler inst sources
Jason Ekstrand
2019-02-28
1
-36
/
+36
*
intel/fs: Lower integer multiply correctly when destination stride equals 4.
Francisco Jerez
2019-02-21
1
-4
/
+8
*
intel/fs: Exclude control sources from execution type and region alignment ca...
Francisco Jerez
2019-02-21
1
-0
/
+56
*
intel/fs: Implement nir_intrinsic_global_atomic_*
Jason Ekstrand
2019-02-01
1
-0
/
+47
*
intel/fs: Use SENDS for A64 writes on gen9+
Jason Ekstrand
2019-02-01
1
-10
/
+23
*
intel/fs: Implement load/store_global with A64 untyped messages
Jason Ekstrand
2019-02-01
1
-0
/
+107
*
intel/fs: Properly handle 64-bit types in LOAD_PAYLOAD
Jason Ekstrand
2019-02-01
1
-2
/
+6
*
intel/fs: Use split sends for surface writes on gen9+
Jason Ekstrand
2019-01-29
1
-18
/
+32
*
intel/fs: Support SENDS in SHADER_OPCODE_SEND
Jason Ekstrand
2019-01-29
1
-0
/
+50
*
intel/fs: Use SHADER_OPCODE_SEND for varying UBO pulls on gen7+
Jason Ekstrand
2019-01-29
1
-6
/
+25
*
intel/fs: Use SHADER_OPCODE_SEND for texturing on gen7+
Jason Ekstrand
2019-01-29
1
-5
/
+133
*
intel/fs: Use a logical opcode for IMAGE_SIZE
Jason Ekstrand
2019-01-29
1
-0
/
+10
*
intel/fs: Use SHADER_OPCODE_SEND for surface messages
Jason Ekstrand
2019-01-29
1
-53
/
+129
*
intel/fs: Add a generic SEND opcode
Jason Ekstrand
2019-01-29
1
-0
/
+13
*
intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
Jason Ekstrand
2019-01-29
1
-0
/
+2
*
intel/fs: Get rid of fs_inst::equals
Jason Ekstrand
2019-01-29
1
-22
/
+7
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
1
-4
/
+0
*
intel/compiler: Prevent warnings in the following patch
Matt Turner
2019-01-09
1
-9
/
+9
*
intel/compiler: Lower 64-bit MOV/SEL operations
Matt Turner
2019-01-09
1
-1
/
+49
*
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
[next]