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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/eu/gen12: Add Gen12 opcode descriptions to the table.
Francisco Jerez
2019-10-11
1
-24
/
+47
*
intel/eu/gen11+: Mark dot product opcodes as unsupported on opcode_descs table.
Francisco Jerez
2019-10-11
1
-4
/
+4
*
intel/eu/gen12: Implement datatype binary encoding.
Francisco Jerez
2019-10-11
1
-7
/
+55
*
intel/eu/gen12: Implement immediate 64 bit constant encoding.
Sagar Ghuge
2019-10-11
1
-2
/
+13
*
intel/eu/gen12: Implement compact instruction binary encoding.
Francisco Jerez
2019-10-11
1
-39
/
+49
*
intel/eu/gen12: Implement indirect region binary encoding.
Francisco Jerez
2019-10-11
1
-8
/
+15
*
intel/eu/gen12: Implement SEND instruction binary encoding.
Francisco Jerez
2019-10-11
1
-69
/
+135
*
intel/eu/gen12: Implement control flow instruction binary encoding.
Francisco Jerez
2019-10-11
1
-0
/
+6
*
intel/eu/gen12: Implement three-source instruction binary encoding.
Francisco Jerez
2019-10-11
1
-67
/
+85
*
intel/eu/gen12: Implement basic instruction binary encoding.
Francisco Jerez
2019-10-11
1
-47
/
+51
*
intel/eu/gen12: Add sanity-check asserts to brw_inst_bits() and brw_inst_set_...
Francisco Jerez
2019-10-11
1
-0
/
+2
*
intel/eu/gen12: Extend brw_inst.h macros for Gen12 support.
Francisco Jerez
2019-10-11
1
-202
/
+346
*
intel/ir: Represent physical edge of unconditional CONTINUE instruction.
Francisco Jerez
2019-10-11
1
-0
/
+2
*
intel/ir: Represent physical edge of ELSE instruction.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
intel/ir: Represent logical edge of BREAK instruction.
Francisco Jerez
2019-10-11
1
-0
/
+1
*
intel/ir: Add helper function to push block onto CFG analysis stack.
Francisco Jerez
2019-10-11
1
-4
/
+13
*
intel/ir: Represent physical and logical subsets of the CFG.
Francisco Jerez
2019-10-11
3
-40
/
+81
*
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
5
-304
/
+166
*
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
5
-32
/
+46
*
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
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
1
-1
/
+1
*
intel/tools: Support multiple contexts in intel_dump_gpu.
Rafael Antognolli
2019-10-10
4
-31
/
+62
*
intel/tools: Add basic aub_context code and helpers.
Rafael Antognolli
2019-10-10
3
-0
/
+115
*
intel/tools: Use common code for GGTT address allocation.
Rafael Antognolli
2019-10-10
2
-20
/
+22
*
intel/tools: Factor out GGTT allocation.
Rafael Antognolli
2019-10-10
1
-63
/
+63
*
anv/pipeline: Capture serialized NIR
Jason Ekstrand
2019-10-09
2
-0
/
+33
*
anv: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+3
*
intel: Add INTEL_DEBUG=nofc for disabling fast clears
Caio Marcelo de Oliveira Filho
2019-10-09
2
-0
/
+2
*
anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
Caio Marcelo de Oliveira Filho
2019-10-08
1
-0
/
+2
*
anv/android: fix images created with external format support
Tapani Pälli
2019-10-08
1
-0
/
+12
*
anv: Implement VK_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
3
-0
/
+10
*
intel/isl: set vertical surface alignment on null surfaces
Lionel Landwerlin
2019-10-05
1
-0
/
+13
*
intel/isl: set surface array appropriately
Lionel Landwerlin
2019-10-05
1
-1
/
+1
*
intel/isl: Set null surface format to R32_UINT
Lionel Landwerlin
2019-10-05
1
-1
/
+6
*
intel: fix subslice computation from topology data
Lionel Landwerlin
2019-10-05
1
-1
/
+1
*
intel/error2aub: add support for platforms without PPGTT
Lionel Landwerlin
2019-10-04
1
-15
/
+24
*
anv/block_pool: Align anv_block_pool state to 64 bits.
Rafael Antognolli
2019-10-03
1
-2
/
+8
*
intel/isl/icl: Use halign 8 instead of 4 hw workaround
Anuj Phogat
2019-10-03
1
-8
/
+21
*
intel: fix topology query
Lionel Landwerlin
2019-10-02
1
-0
/
+3
*
intel/tools: Fix aubinator usage of rb_tree.
Rafael Antognolli
2019-09-30
1
-2
/
+2
*
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
*
anv: gem-stubs: return a valid fd got anv_gem_userptr()
Lionel Landwerlin
2019-09-25
1
-1
/
+7
[prev]
[next]