mesa/src/intel/common
Jason Ekstrand 9a95abd0f7 intel/tools: Handle strides better when dumping buffers
The old code would only break at stride boundaries if the stride was
less than 32B; otherwise it would just break every 32B.  This commit
makes it break at stride boundaries and 32B boundaries (starting from
the last stride).  This makes reading large vertex buffers in aubinator
much nicer.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3642>
2020-01-31 17:23:39 +00:00
..
tests intel/device: rename gen_get_device_info 2019-08-01 16:39:56 -07:00
gen_aux_map.c anv: Always fill out the AUX table even if CCS is disabled 2020-01-30 18:46:31 -06:00
gen_aux_map.h anv: Always fill out the AUX table even if CCS is disabled 2020-01-30 18:46:31 -06:00
gen_batch_decoder.c intel/tools: Handle strides better when dumping buffers 2020-01-31 17:23:39 +00:00
gen_buffer_alloc.h intel/common: Add interface to allocate device buffers 2019-10-28 00:09:13 -07:00
gen_clflush.h intel: Fix clflushing on modern (Baytrail+) Atom CPUs. 2017-07-10 15:55:26 -07:00
gen_decoder.c intel/gen_decoder: Fix unused-but-set-variable warning 2019-11-07 11:32:55 +11:00
gen_decoder.h intel/decoder: Make get_state_size take a full 64-bit address and a base 2019-12-10 19:10:49 -08:00
gen_defines.h drm-uapi: use local files, not system libdrm 2019-02-14 11:20:00 +00:00
gen_disasm.c intel/tools: Remove redundant definitions of INTEL_DEBUG 2019-04-10 13:15:33 -07:00
gen_disasm.h intel: Make the disassembler take a const pointer to the assembly. 2018-07-24 11:04:56 -07:00
gen_gem.h intel/common: include unistd.h for ioctl() prototype on Solaris 2019-10-16 13:45:57 +01:00
gen_guardband.h i965,iris: Move guardband calculations to a common location 2019-06-21 14:18:59 +00:00
gen_l3_config.c intel/gen12: Add L3 configurations 2019-09-06 13:11:22 -07:00
gen_l3_config.h intel/common: Return the block size from get_urb_config 2020-01-30 18:46:26 -06:00
gen_mi_builder.h intel/mi_builder: Force write completion on Gen12+ 2020-01-28 18:15:29 +00:00
gen_sample_positions.h intel: Switch the order of the 2x MSAA sample positions 2018-08-11 10:58:12 -05:00
gen_urb_config.c intel/common: Return the block size from get_urb_config 2020-01-30 18:46:26 -06:00
intel_log.c intel: Add simple logging façade for Android (v2) 2017-10-17 11:08:26 -07:00
intel_log.h intel: Add simple logging façade for Android (v2) 2017-10-17 11:08:26 -07:00
meson.build intel: add mi_builder_test for gen12 2019-12-11 15:38:19 +00:00