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
*
intel/perf: make pipeline statistic query loading optional
Lionel Landwerlin
2020-05-20
3
-5
/
+9
*
intel/genxml: add PIPE_CONTROL command cache invalidate bit
Lionel Landwerlin
2020-05-20
2
-0
/
+2
*
anv: add a new execution mode for secondary command buffers
Lionel Landwerlin
2020-05-20
2
-5
/
+68
*
anv: don't reserve a particular register for draw count
Lionel Landwerlin
2020-05-20
2
-40
/
+46
*
intel/mi-builder: add framework for self modifying batches
Lionel Landwerlin
2020-05-20
1
-0
/
+69
*
intel/genxml: fix bits generation for MI_LOAD_REGISTER_IMM
Lionel Landwerlin
2020-05-20
1
-8
/
+12
*
intel/drm-shim: Return correct values for I915_PARAM_HAS_ALIASING_PPGTT
Ian Romanick
2020-05-19
1
-1
/
+6
*
intel/drm-shim: Add noop ioctl handler for set_tiling
Ian Romanick
2020-05-19
1
-0
/
+1
*
anv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+
Jason Ekstrand
2020-05-18
1
-0
/
+7
*
intel/fs: Use writes_memory from shader_info
Caio Marcelo de Oliveira Filho
2020-05-18
2
-25
/
+3
*
intel: Store the aperture size in devinfo.
Rafael Antognolli
2020-05-15
6
-22
/
+18
*
intel: Silence unused parameter warning in __intel_log_use_args
Ian Romanick
2020-05-14
1
-1
/
+1
*
anv: Silence unused parameter warning in anv_image_get_clear_color_addr
Ian Romanick
2020-05-14
1
-1
/
+1
*
anv/tests: Silence unused parameter warnings in main
Ian Romanick
2020-05-14
6
-6
/
+6
*
anv/tests: Don't rely on assert or changing NDEBUG in tests
Ian Romanick
2020-05-14
8
-31
/
+59
*
anv: Fix descriptor set clean-up on BO allocation failure
Jason Ekstrand
2020-05-14
1
-1
/
+1
*
anv: Call vk_object_base_finish for image views
Jason Ekstrand
2020-05-14
1
-0
/
+1
*
anv: Fix deadlock in anv_timelines_wait
Danylo Piliaiev
2020-05-14
1
-1
/
+2
*
anv: Translate relative timeout to absolute when calling anv_timelines_wait
Danylo Piliaiev
2020-05-14
1
-1
/
+1
*
anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+
Jason Ekstrand
2020-05-14
1
-1
/
+15
*
anv: Set 3DSTATE_VF_INSTANCING on the SVGS element
Jason Ekstrand
2020-05-14
1
-0
/
+6
*
anv: Implement VK_EXT_custom_border_color
Iván Briano
2020-05-13
4
-31
/
+109
*
anv: Add a way to reserve states from a pool
Iván Briano
2020-05-13
2
-0
/
+55
*
anv: Disable B5G6R5_UNORM_PACK16
Iván Briano
2020-05-13
1
-1
/
+1
*
anv: use the correct format on Android
Iván Briano
2020-05-13
1
-1
/
+1
*
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
[next]