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: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-335
/
+14
*
intel/compiler: fix alignment assert in nir_emit_intrinsic
Arcady Goldmints-Orlov
2020-05-12
1
-1
/
+1
*
anv,vulkan: Implement VK_EXT_private_data
Jason Ekstrand
2020-05-12
2
-0
/
+53
*
intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1).
Kenneth Graunke
2020-05-11
3
-35
/
+6
*
nir: do not vectorize load/store if offset can overflow and robustness enabled
Samuel Pitoiset
2020-05-11
1
-1
/
+2
*
genxml: pack: deal with default field not being simple integers
Lionel Landwerlin
2020-05-09
1
-1
/
+7
*
genxml: factor out utility functions
Lionel Landwerlin
2020-05-09
3
-46
/
+40
*
genxml: fix invalid end value for video fields
Lionel Landwerlin
2020-05-09
4
-4
/
+4
*
genxml: run sorting script
Lionel Landwerlin
2020-05-09
2
-25
/
+25
*
intel/dev: Add device info for RKL
Jordan Justen
2020-05-09
1
-0
/
+13
*
intel/dev: Split .num_subslices out of GEN12_FEATURES macro
Jordan Justen
2020-05-09
1
-4
/
+7
*
intel/dump_gpu: Fix name of LD_PRELOAD in env append logic
D Scott Phillips
2020-05-08
1
-1
/
+1
*
anv/allocator: Add a start_offset to anv_state_pool
Jason Ekstrand
2020-05-08
8
-25
/
+35
*
anv: fix alignments for uniform buffers
Lionel Landwerlin
2020-05-08
4
-11
/
+12
*
anv: call base finish only if pass given in DestroyRenderPass
Tapani Pälli
2020-05-08
1
-0
/
+3
*
nir/algebraic: Split ibfe and ubfe with two constant sources
Ian Romanick
2020-05-07
1
-0
/
+1
*
anv: don't expose VK_INTEL_performance_query without kernel support
Lionel Landwerlin
2020-05-07
2
-1
/
+3
*
anv: increase minUniformBufferOffsetAlignment to 64
Arcady Goldmints-Orlov
2020-05-06
1
-2
/
+4
*
anv: Remove RANGE_SIZE usage
Joshua Ashton
2020-05-05
1
-3
/
+0
*
anv: Refactor setting descriptors with immutable sampler
Jason Ekstrand
2020-05-04
1
-9
/
+6
*
vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.h
Jason Ekstrand
2020-05-04
1
-58
/
+54
*
vulkan,anv: Add a base object struct type
Jason Ekstrand
2020-05-04
13
-11
/
+132
*
anv: Allocate CPU-side memory for events
Jason Ekstrand
2020-05-04
1
-9
/
+12
*
anv: Stop clflushing events
Jason Ekstrand
2020-05-04
1
-27
/
+0
*
vulkan,anv: Add a common base object type for VkDevice
Jason Ekstrand
2020-05-04
16
-92
/
+89
*
i965: add support for gen 5 pipelined pointers to dump
Dave Airlie
2020-05-03
1
-1
/
+168
*
anv: Disable extensions based on Android versions
Nataraj Deshpande
2020-05-01
2
-2
/
+93
*
anv: Limit vulkan version to 1.1 for Android
Nataraj Deshpande
2020-05-01
1
-1
/
+1
*
intel: Let drivers call brw_nir_lower_cs_intrinsics()
Caio Marcelo de Oliveira Filho
2020-05-01
2
-2
/
+1
*
intel/fs: Add and use a new load_simd_width_intel intrinsic
Caio Marcelo de Oliveira Filho
2020-05-01
4
-34
/
+73
*
intel/fs: Add an option to lower variable group size in backend
Caio Marcelo de Oliveira Filho
2020-05-01
2
-1
/
+10
*
intel/fs: Clean up variable group size handling in backend
Caio Marcelo de Oliveira Filho
2020-05-01
3
-8
/
+4
*
intel: Move anv_gem_supports_syncobj_wait to common code.
Kenneth Graunke
2020-05-01
5
-28
/
+63
*
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
[next]