mesa/src
Jason Ekstrand 1393d37d7b intel/eu: Use EXECUTE_1 for JMPI
The PRM says "The execution size must be 1."  In 73137997e2, the
execution size was set to 1 when it should have been BRW_EXECUTE_1
(which maps to 0).  Later, in dc2d3a7f5c, JMPI was used for
line AA on gen6 and earlier and we started manually stomping the
exeution size to BRW_EXECUTE_1 in the generator.  This commit fixes the
original bug and makes brw_JMPI just do the right thing.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Fixes: 73137997e2
(cherry picked from commit 562b8d458c)
2017-10-27 18:07:38 +03:00
..
amd ac/nir: generate correct instruction for atomic min/max on unsigned images 2017-10-27 18:07:37 +03:00
broadcom broadcom: correct header file in BROADCOM_FILES 2017-07-24 01:40:05 +03:00
compiler nir/intrinsics: Set the correct num_indices for load_output 2017-10-27 18:07:37 +03:00
egl wayland-drm: use a copy of the wayland_drm_callbacks struct 2017-10-17 16:59:31 +01:00
gallium clover: Fix compilation after clang r315871 2017-10-27 18:07:37 +03:00
gbm gbm: fix typo 2017-07-19 15:51:54 +01:00
getopt
glx glxcmds: Fix a typo in the __APPLE__ codepath 2017-08-17 15:48:20 -07:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel intel/eu: Use EXECUTE_1 for JMPI 2017-10-27 18:07:38 +03:00
loader dri3: Wait for all pending swapbuffers to be scheduled before touching the front 2017-08-05 00:09:25 +01:00
mapi mapi: add missing no_error tag to glBlitNamedFramebuffer() 2017-07-18 10:07:34 +02:00
mesa i965: Revert absolute mode for constant buffer pointers. 2017-10-27 18:07:24 +03:00
util util/queue: fix a race condition in the fence code 2017-10-11 17:22:55 +01:00
vulkan vulkan/wsi: Free the event in x11_manage_fifo_queues(). 2017-10-27 18:04:59 +03:00
Makefile.am build systems: move git_sha1_gen.sh to bin/ 2017-07-06 22:59:39 +01:00
SConscript scons: use python3-compatible print() 2017-10-17 16:59:31 +01:00