mesa/src
Jason Ekstrand 80d3af8129 i965/blit: Break blits into chunks in intel_miptree_blit
This allows us to blit much larger images than if we use the blitter
directly.  In particular, it gives us an almost infinite image height
compared to the fairly limiting 32k.  We do, however, still have a
restriction on stride of the image because handling larger strides, while
possible, is fairly difficult.

v2: Properly handle linear blit alignment restrictions

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
2016-10-27 14:44:54 -07:00
..
amd radv/ac/llvm: trim texture return values 2016-10-27 11:42:03 +10:00
compiler glsl: inspect interfaces in contains_foo() 2016-10-27 12:36:09 +02:00
egl egl: set preserved behavior for surface only if config supports it 2016-10-27 07:12:51 +03:00
gallium nvc0/ir: fix emission of IMAD with NEG modifiers 2016-10-27 19:29:56 +02:00
gbm loader: remove loader_get_driver_for_fd() driver_type 2016-10-18 17:06:29 +01:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx loader: remove loader_get_driver_for_fd() driver_type 2016-10-18 17:06:29 +01:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel intel/blorp: Fix a couple asserts around image copy rectangles 2016-10-27 13:45:39 -07:00
loader loader: cleanup copyright section 2016-10-18 17:06:32 +01:00
mapi mesa: add missing CONTEXT_ROBUST_ACCESS enum 2016-10-27 07:06:41 +03:00
mesa i965/blit: Break blits into chunks in intel_miptree_blit 2016-10-27 14:44:54 -07:00
util util: Include string.h in bitscan.h. 2016-10-20 14:54:28 -07:00
vulkan/wsi vulkan/wsi/x11: add support for IMMEDIATE present mode 2016-10-27 11:43:15 +10:00
Makefile.am anv: move to using shared wsi code 2016-10-19 10:15:43 +10:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00