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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Include linux/sync_file.h instead of cut and pasting contents
Kenneth Graunke
2020-05-01
1
-18
/
+1
*
intel/dev: Bail when INTEL_DEVID_OVERRIDE is not valid
Caio Marcelo de Oliveira Filho
2020-05-01
1
-55
/
+52
*
anv,iris: Fix input vertex max for tcs on gen12
D Scott Phillips
2020-05-01
3
-3
/
+8
*
intel/fs: Update location of Render Target Array Index for gen12
D Scott Phillips
2020-05-01
1
-1
/
+9
*
Revert "anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT)"
Jason Ekstrand
2020-04-30
1
-4
/
+2
*
intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages
Jason Ekstrand
2020-04-30
2
-10
/
+39
*
intel: add stub_gpu tool
Lionel Landwerlin
2020-04-30
3
-0
/
+468
*
intel/dev: print out error when platform is not found by name
Lionel Landwerlin
2020-04-30
1
-0
/
+6
*
intel/ir: Update performance analysis parameters for memory fence codegen cha...
Francisco Jerez
2020-04-29
1
-4
/
+18
*
intel/fs: Don't delete coalesced MOVs if they have a cmod
Jason Ekstrand
2020-04-29
1
-2
/
+15
*
anv: remove assert from GetImageMemoryRequirements[2]
Tapani Pälli
2020-04-29
1
-12
/
+0
*
intel/fs: Only stall after sending all memory fence messages
Caio Marcelo de Oliveira Filho
2020-04-29
1
-19
/
+16
*
intel/fs,vec4: Pull stall logic for memory fences up into the IR
Caio Marcelo de Oliveira Filho
2020-04-29
7
-109
/
+118
*
intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on registers
Caio Marcelo de Oliveira Filho
2020-04-29
2
-2
/
+30
*
intel/ir: Remove scheduling-based cycle count estimates.
Francisco Jerez
2020-04-28
3
-26
/
+1
*
intel/ir: Pass block cycle count information explicitly to disassembler.
Francisco Jerez
2020-04-28
5
-6
/
+11
*
intel/ir: Use brw::performance object instead of CFG cycle counts for codegen...
Francisco Jerez
2020-04-28
9
-22
/
+45
*
intel/fs: Add INTEL_DEBUG=no32 debugging flag.
Francisco Jerez
2020-04-28
3
-2
/
+5
*
intel/fs: Implement performance analysis-based SIMD32 heuristic for fragment ...
Francisco Jerez
2020-04-28
1
-7
/
+17
*
intel/fs: Heap-allocate fs_visitors in brw_compile_fs().
Francisco Jerez
2020-04-28
1
-38
/
+39
*
intel/ir: Import shader performance analysis pass.
Francisco Jerez
2020-04-28
8
-1
/
+1660
*
intel/vec4: Fix constness of vec4_instruction::reads_flag() and ::writes_flag().
Francisco Jerez
2020-04-28
1
-2
/
+2
*
intel/fs: Replace fs_visitor::bank_conflict_cycles() with stand-alone function.
Francisco Jerez
2020-04-28
4
-17
/
+17
*
intel/fs: Fix constness of argument of fs_instruction_scheduler::is_compresse...
Francisco Jerez
2020-04-28
1
-2
/
+2
*
intel/fs: Rename half() helpers to quarter(), allow index up to 3.
Francisco Jerez
2020-04-28
4
-14
/
+14
*
intel/ir: Add missing initialization of backend_reg::offset during construction.
Francisco Jerez
2020-04-28
1
-1
/
+1
*
intel/fs/gen12: Fix Render Target Read header setup for new thread payload la...
Francisco Jerez
2020-04-28
1
-0
/
+17
*
intel/fs/gen12: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
2020-04-28
1
-2
/
+3
*
intel/fs/gen12: Fix hangs with per-sample SIMD32 fragment shader dispatch.
Francisco Jerez
2020-04-28
1
-3
/
+10
*
anv: Claim VK_EXT_robustness2 support
Jason Ekstrand
2020-04-28
2
-0
/
+18
*
anv: Handle null vertex buffer bindings
Jason Ekstrand
2020-04-28
1
-11
/
+20
*
anv: Handle NULL descriptors
Jason Ekstrand
2020-04-28
5
-73
/
+150
*
anv: Allow all clear colors for texturing on Gen11+
Jason Ekstrand
2020-04-28
1
-6
/
+14
*
anv: Use anv_layout_to_aux_usage for color during render passes
Jason Ekstrand
2020-04-28
2
-120
/
+27
*
anv: Split color_attachment_compute_aux_usage in two
Jason Ekstrand
2020-04-28
1
-72
/
+92
*
anv: Rework depth_stencil_attachment_compute_aux_usage
Jason Ekstrand
2020-04-28
1
-45
/
+36
*
anv: Refactor cmd_buffer_setup_attachments
Jason Ekstrand
2020-04-28
1
-15
/
+16
*
anv: Stop allowing non-zero clear colors in input attachments
Jason Ekstrand
2020-04-28
2
-9
/
+3
*
anv: Disallow fast-clears which require format-reinterpretation
Jason Ekstrand
2020-04-28
1
-51
/
+33
*
intel: Move swizzle_color_value from blorp to ISL
Jason Ekstrand
2020-04-28
4
-28
/
+31
*
anv: Allocate surface states per-subpass
Jason Ekstrand
2020-04-28
2
-119
/
+138
*
anv: Split command buffer attachment setup in three
Jason Ekstrand
2020-04-28
1
-101
/
+144
*
anv: Mark images written in end_subpass
Jason Ekstrand
2020-04-28
1
-43
/
+53
*
anv: Use ANV_FROM_HANDLE for pInheritanceInfo fields
Jason Ekstrand
2020-04-28
1
-6
/
+10
*
anv: Assert surface states are valid
Jason Ekstrand
2020-04-28
1
-0
/
+5
*
anv: Stop filling out the clear color in compute_aux_usage
Jason Ekstrand
2020-04-28
1
-7
/
+6
*
anv: Add TRANSFER_SRC to pass usage not subpass usage
Jason Ekstrand
2020-04-28
2
-3
/
+16
*
anv: Return an error if allocating attachment memory fails
Jason Ekstrand
2020-04-28
1
-0
/
+4
*
anv: Expose CS workgroup sizes based on a maximum of 64 threads
Jason Ekstrand
2020-04-28
1
-1
/
+2
*
intel/devinfo: Compute the correct L3$ size for Gen12
Jason Ekstrand
2020-04-28
1
-0
/
+11
[next]