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/ir: Drop hard-coded correspondence between IR and HW opcodes.
Francisco Jerez
2019-10-11
2
-95
/
+85
*
intel/eu: Encode and decode native instruction opcodes from/to IR opcodes.
Francisco Jerez
2019-10-11
7
-15
/
+41
*
intel/eu: Rework opcode description tables to allow efficient look-up by eith...
Francisco Jerez
2019-10-11
4
-303
/
+165
*
intel/eu: Fix up various type conversions in brw_eu.c that are illegal C++.
Francisco Jerez
2019-10-11
4
-13
/
+13
*
intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).
Francisco Jerez
2019-10-11
4
-30
/
+44
*
intel/fs: Fix constness of implied_mrf_writes() argument.
Francisco Jerez
2019-10-11
2
-2
/
+2
*
intel/fs: Define is_send() convenience IR helper.
Francisco Jerez
2019-10-11
1
-1
/
+7
*
intel/fs: Define is_payload() method of the IR instruction class.
Francisco Jerez
2019-10-11
2
-0
/
+39
*
intel/fs: Teach fs_inst::is_send_from_grf() about some missing send-like inst...
Francisco Jerez
2019-10-11
1
-0
/
+3
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
Jason Ekstrand
2019-09-27
1
-6
/
+28
*
intel/compiler: avoid truncating int64_t to int
Maya Rashish
2019-09-26
1
-1
/
+1
*
i965/fs: set rounding mode when emitting the flrp instruction
Andres Gomez
2019-09-24
1
-0
/
+7
*
i965/fs: add a comment about how the rounding mode in fmul is set
Andres Gomez
2019-09-24
1
-0
/
+4
*
intel/fs: Do 8-bit subgroup scan operations in 16 bits
Jason Ekstrand
2019-09-20
1
-3
/
+39
*
intel/fs: Allow CLUSTER_BROADCAST to do type conversion
Jason Ekstrand
2019-09-20
1
-1
/
+1
*
intel/fs: Allow UB, B, and HF types in brw_nir_reduction_op_identity
Jason Ekstrand
2019-09-20
1
-1
/
+7
*
intel/fs: don't forget the stride at generate_shuffle
Paulo Zanoni
2019-09-20
1
-1
/
+2
*
intel/fs: Add Fall-through comment
Caio Marcelo de Oliveira Filho
2019-09-19
1
-0
/
+3
*
intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32
Paulo Zanoni
2019-09-19
1
-1
/
+10
*
intel/fs: the maximum supported stride width is 16
Paulo Zanoni
2019-09-19
1
-1
/
+3
*
intel/fs: roll the loop with the <0,1,0> additions in emit_scan()
Paulo Zanoni
2019-09-19
1
-32
/
+14
*
intel/fs: make scan/reduce work with SIMD32 when it fits 2 registers
Paulo Zanoni
2019-09-19
1
-0
/
+23
*
intel/compiler: Record whether any pull constant loads occur
Kenneth Graunke
2019-09-18
3
-0
/
+11
*
intel/compiler: Set "Null Render Target" ex_desc bit on Gen11
Kenneth Graunke
2019-09-17
1
-0
/
+3
*
i965/fs: add support for shader float control to remove_extra_rounding_modes()
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+14
*
i965/fs: set rounding mode when emitting nir_op_f2f32 or nir_op_f2f16
Samuel Iglesias Gonsálvez
2019-09-17
1
-5
/
+27
*
i965/fs: set rounding mode when emitting fadd, fmul and ffma instructions
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+34
*
i965/fs: add emit_shader_float_controls_execution_mode() and aux functions
Samuel Iglesias Gonsálvez
2019-09-17
3
-0
/
+61
*
i965/fs/generator: add new opcode to set float controls modes in control regi...
Samuel Iglesias Gonsálvez
2019-09-17
3
-0
/
+19
*
i965/fs/generator: refactor rounding mode helper in preparation for float con...
Samuel Iglesias Gonsálvez
2019-09-17
3
-35
/
+32
*
i965/fs/nir: add nir_op_unpack_half_2x16_split_*_flush_to_zero
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+4
*
intel/nir: do not apply the fsin and fcos trig workarounds for consts
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+2
*
nir/large_constants: pass after lowering copy_deref
Sergii Romantsov
2019-09-16
1
-7
/
+7
*
intel/fs: Handle UNDEF in split_virtual_grfs
Jason Ekstrand
2019-09-13
1
-1
/
+25
*
Revert "intel/fs: Move the scalar-region conversion to the generator."
Jason Ekstrand
2019-09-06
4
-5
/
+5
*
intel/fs: Fix FB write inst groups
Jason Ekstrand
2019-09-06
1
-1
/
+1
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-3
/
+3
*
intel/compiler: Disable compaction on gen12 for now
Jordan Justen
2019-08-28
1
-1
/
+7
*
intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardware
Ian Romanick
2019-08-28
1
-0
/
+1
*
intel/compiler: Use new Gen11 headerless RT writes for MRT cases
Kenneth Graunke
2019-08-27
1
-2
/
+13
*
intel/compiler: Use generic SEND for Gen7+ FB writes
Kenneth Graunke
2019-08-27
2
-6
/
+28
*
intel/compiler: Refactor FB write message control setup into a helper.
Kenneth Graunke
2019-08-27
3
-26
/
+37
*
intel/compiler: Handle bits 15:12 in brw_send_indirect_split_message()
Kenneth Graunke
2019-08-27
1
-2
/
+12
*
intel/compiler: Fix src0/desc setter ordering
Kenneth Graunke
2019-08-27
1
-2
/
+2
*
intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs fails
Paulo Zanoni
2019-08-26
1
-1
/
+1
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
10
-24
/
+10
*
anv: Drop unused local variable
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+0
*
intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
intel/nir: Add a helper for getting BRW_AOP from an intrinsic
Jason Ekstrand
2019-08-21
4
-170
/
+78
[next]