[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /ftp/pub/os/NetBSD/NetBSD-release-9/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
 
Current bandwidth utilization 928.55 Mbit/s
Bandwidth utilization bar
Contents of README:
SandyBridge's New Acceleration
------------------------------

The guiding principle behind the design is to avoid GPU context switches.
On SandyBridge (and beyond), these are especially pernicious because the
RENDER and BLT engine are now on different rings and require
synchronisation of the various execution units when switching contexts.
They were not cheap on early generation, but with the increasing
complexity of the GPU, avoiding such serialisations is important.

Furthermore, we try very hard to avoid migrating between the CPU and GPU.
Every pixmap (apart from temporary "scratch" surfaces which we intend to
use on the GPU) is created in system memory. All operations are then done
upon this shadow copy until we are forced to move it onto the GPU. Such
migration can only be first triggered by: setting the pixmap as the
scanout (we obviously need a GPU buffer here), using the pixmap as a DRI
buffer (the client expects to perform hardware acceleration and we do not
want to disappoint) and lastly using the pixmap as a RENDER target. This
last is chosen because when we know we are going to perform hardware
acceleration and will continue to do so without fallbacks, using the GPU
is much, much faster than the CPU. The heuristic I chose therefore was
that if the application uses RENDER, i.e. cairo, then it will only be
using those paths and not intermixing core drawing operations and so
unlikely to trigger a fallback.

The complicating case is front-buffer rendering. So in order to accommodate
using RENDER on an application whilst running xterm without a composite
manager redirecting all the pixmaps to backing surfaces, we have to
perform damage tracking to avoid excess migration of portions of the
buffer.

Icon  Name                                                                                  Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 19-Mar-2020 23:41 - [DIR] brw/ 19-Mar-2020 23:40 - [DIR] fb/ 19-Mar-2020 23:40 - [TXT] Makefile.am 10-May-2019 08:22 3.6K [TXT] Makefile.in 10-May-2019 08:22 33K [TXT] README 10-May-2019 08:22 1.7K [TXT] atomic.h 10-May-2019 08:22 3.1K [TXT] blt.c 10-May-2019 08:22 28K [TXT] compiler.h 10-May-2019 08:22 3.0K [TXT] debug.h 10-May-2019 08:22 1.5K [TXT] gen2_render.c 10-May-2019 08:22 92K [TXT] gen2_render.h 10-May-2019 08:22 28K [TXT] gen3_render.c 10-May-2019 08:22 165K [TXT] gen3_render.h 10-May-2019 08:22 55K [TXT] gen4_common.c 10-May-2019 08:22 2.0K [TXT] gen4_common.h 10-May-2019 08:22 1.7K [TXT] gen4_render.c 10-May-2019 08:22 86K [TXT] gen4_render.h 10-May-2019 08:22 78K [TXT] gen4_source.c 10-May-2019 08:22 5.6K [TXT] gen4_source.h 10-May-2019 08:22 424 [TXT] gen4_vertex.c 10-May-2019 08:22 78K [TXT] gen4_vertex.h 10-May-2019 08:22 514 [TXT] gen5_render.c 10-May-2019 08:22 91K [TXT] gen5_render.h 10-May-2019 08:22 82K [TXT] gen6_common.c 10-May-2019 08:22 2.1K [TXT] gen6_common.h 10-May-2019 08:22 4.6K [TXT] gen6_render.c 10-May-2019 08:22 99K [TXT] gen6_render.h 10-May-2019 08:22 59K [TXT] gen7_render.c 10-May-2019 08:22 103K [   ] gen7_render.h 10-May-2019 08:22 53K [TXT] gen8_eu.c 10-May-2019 08:22 34K [TXT] gen8_eu.h 10-May-2019 08:22 886 [TXT] gen8_render.c 10-May-2019 08:22 103K [   ] gen8_render.h 10-May-2019 08:22 45K [TXT] gen8_vertex.c 10-May-2019 08:22 9.2K [TXT] gen8_vertex.h 10-May-2019 08:22 337 [TXT] kgem.c 10-May-2019 08:22 187K [TXT] kgem.h 10-May-2019 08:22 22K [TXT] kgem_debug.c 10-May-2019 08:22 17K [TXT] kgem_debug.h 10-May-2019 08:22 1.0K [TXT] kgem_debug_gen2.c 10-May-2019 08:22 20K [TXT] kgem_debug_gen3.c 10-May-2019 08:22 43K [TXT] kgem_debug_gen4.c 10-May-2019 08:22 18K [TXT] kgem_debug_gen5.c 10-May-2019 08:22 18K [TXT] kgem_debug_gen6.c 10-May-2019 08:22 31K [TXT] kgem_debug_gen7.c 10-May-2019 08:22 17K [   ] rop.h 10-May-2019 08:22 6.3K [TXT] sna.h 10-May-2019 08:22 31K [TXT] sna_accel.c 10-May-2019 08:22 463K [TXT] sna_acpi.c 10-May-2019 08:22 5.1K [TXT] sna_blt.c 10-May-2019 08:22 114K [TXT] sna_composite.c 10-May-2019 08:22 32K [TXT] sna_cpu.c 10-May-2019 08:22 2.9K [TXT] sna_cpuid.h 10-May-2019 08:22 2.1K [TXT] sna_damage.c 10-May-2019 08:22 45K [TXT] sna_damage.h 10-May-2019 08:22 8.9K [TXT] sna_display.c 10-May-2019 08:22 194K [TXT] sna_display_fake.c 10-May-2019 08:22 8.5K [TXT] sna_dri2.c 10-May-2019 08:22 88K [TXT] sna_dri3.c 10-May-2019 08:22 10K [TXT] sna_driver.c 10-May-2019 08:22 34K [TXT] sna_glyphs.c 10-May-2019 08:22 60K [TXT] sna_gradient.c 10-May-2019 08:22 12K [TXT] sna_io.c 10-May-2019 08:22 50K [   ] sna_module.h 10-May-2019 08:22 54 [TXT] sna_present.c 10-May-2019 08:22 12K [TXT] sna_reg.h 10-May-2019 08:22 2.8K [TXT] sna_render.c 10-May-2019 08:22 61K [TXT] sna_render.h 10-May-2019 08:22 21K [TXT] sna_render_inline.h 10-May-2019 08:22 8.8K [TXT] sna_stream.c 10-May-2019 08:22 4.0K [TXT] sna_threads.c 10-May-2019 08:22 8.2K [TXT] sna_tiling.c 10-May-2019 08:22 31K [TXT] sna_transform.c 10-May-2019 08:22 5.4K [TXT] sna_trapezoids.c 10-May-2019 08:22 32K [TXT] sna_trapezoids.h 10-May-2019 08:22 11K [TXT] sna_trapezoids_boxes.c 10-May-2019 08:22 38K [TXT] sna_trapezoids_imprecise.c 10-May-2019 08:22 95K [TXT] sna_trapezoids_mono.c 10-May-2019 08:22 39K [TXT] sna_trapezoids_precise.c 10-May-2019 08:22 87K [TXT] sna_vertex.c 10-May-2019 08:22 1.4K [TXT] sna_video.c 10-May-2019 08:22 19K [TXT] sna_video.h 10-May-2019 08:22 5.7K [TXT] sna_video_hwmc.c 10-May-2019 08:22 6.4K [TXT] sna_video_hwmc.h 10-May-2019 08:22 1.6K [TXT] sna_video_overlay.c 10-May-2019 08:22 23K [TXT] sna_video_sprite.c 10-May-2019 08:22 20K [TXT] sna_video_textured.c 10-May-2019 08:22 11K [TXT] xassert.h 10-May-2019 08:22 1.6K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!