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: Add helper to calculate GPGPU_WALKER::RightExecutionMask
Caio Marcelo de Oliveira Filho
2020-05-27
2
-5
/
+14
*
intel/fs: Generate multiple CS SIMD variants for variable group size
Caio Marcelo de Oliveira Filho
2020-05-27
2
-62
/
+163
*
anv: Use new helper functions to pick SIMD variant for CS
Caio Marcelo de Oliveira Filho
2020-05-27
5
-32
/
+40
*
intel/fs: Add helper to get prog_offset and simd_size
Caio Marcelo de Oliveira Filho
2020-05-27
2
-0
/
+22
*
intel/fs: Support INTEL_DEBUG=no8,no32 in compute shaders
Caio Marcelo de Oliveira Filho
2020-05-27
1
-2
/
+17
*
intel/fs: Remove min_dispatch_width spilling decision from RA
Caio Marcelo de Oliveira Filho
2020-05-27
2
-38
/
+30
*
intel/fs: Work around dual-source blending hangs in combination with SIMD16
Danylo Piliaiev
2020-05-27
1
-2
/
+6
*
intel: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-2
/
+2
*
intel/fs: Remove redundant assert()
Caio Marcelo de Oliveira Filho
2020-05-26
1
-3
/
+0
*
intel/fs: Early return when can't satisfy explicit group size
Caio Marcelo de Oliveira Filho
2020-05-26
1
-8
/
+11
*
intel/fs: Remove unused state from brw_nir_lower_cs_intrinsics
Caio Marcelo de Oliveira Filho
2020-05-26
1
-16
/
+11
*
intel/fs: Remove unused emission of load_simd_with_intel
Caio Marcelo de Oliveira Filho
2020-05-26
1
-5
/
+0
*
tree-wide: fix deprecated GitLab URLs
Eric Engestrom
2020-05-23
2
-2
/
+2
*
anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unre...
Eric Engestrom
2020-05-20
3
-3
/
+16
*
anv: replace magic `| 1` with already #define'd name
Eric Engestrom
2020-05-20
1
-1
/
+1
*
anv: pass the fd directly to anv_gem_reg_read()
Eric Engestrom
2020-05-20
4
-7
/
+5
*
i965/vec4: Ignore swizzle of VGRF for use by var_range_end()
Andrii Simiklit
2020-05-20
1
-1
/
+1
*
anv/gen11+: Disable object level preemption
D Scott Phillips
2020-05-20
1
-0
/
+16
*
intel/aub_error_decoder: print driver identifier if found
Lionel Landwerlin
2020-05-20
1
-0
/
+17
*
anv: add identifier BO
Lionel Landwerlin
2020-05-20
3
-10
/
+20
*
intel: add identifier for debug purposes
Lionel Landwerlin
2020-05-20
3
-1
/
+138
*
anv: store the workaround address
Lionel Landwerlin
2020-05-20
5
-13
/
+17
*
blorp: rename workaround address function
Lionel Landwerlin
2020-05-20
2
-5
/
+5
*
anv: fixup unwinding of device create failure
Lionel Landwerlin
2020-05-20
1
-4
/
+5
*
intel/perf: repurpose INTEL_DEBUG=no-oaconfig
Lionel Landwerlin
2020-05-20
3
-37
/
+70
*
anv: Implement VK_KHR_performance_query
Lionel Landwerlin
2020-05-20
9
-32
/
+655
*
intel/perf: reuse offset specified in the query
Lionel Landwerlin
2020-05-20
1
-12
/
+28
*
anv: use a query filled by the perf code
Lionel Landwerlin
2020-05-20
1
-6
/
+1
*
intel/perf: report whether the platform supported
Lionel Landwerlin
2020-05-20
2
-0
/
+9
*
intel/perf: add counter category to generated code
Lionel Landwerlin
2020-05-20
2
-0
/
+2
*
intel/perf: add helper to compute metrics from counters
Lionel Landwerlin
2020-05-20
2
-0
/
+34
*
intel/perf: emit counter units in generated code
Lionel Landwerlin
2020-05-20
2
-0
/
+39
*
intel/perf: compute number of passes for a set of counters
Lionel Landwerlin
2020-05-20
2
-0
/
+58
*
intel/perf: create a unique list of counters
Lionel Landwerlin
2020-05-20
4
-2
/
+65
*
intel/perf: update generated code to ralloc all data
Lionel Landwerlin
2020-05-20
1
-45
/
+29
*
intel/perf: store the appropriate OA formats in queries
Lionel Landwerlin
2020-05-20
1
-7
/
+13
*
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
[next]