mesa/src/gallium/drivers/iris
Kenneth Graunke 4c3c417b00 iris: Move iris_debug_recompile calls before uploading.
Order of operations is important, otherwise we'll find the program we
just uploaded as the "old" compile and get confused why nothing is
different between the two keys.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2019-04-16 09:01:20 -07:00
..
Android.mk iris: add libmesa_iris_gen8 library to the build 2019-02-27 08:57:41 +02:00
Makefile.sources iris: add Android build 2019-02-21 10:26:10 -08:00
iris_batch.c iris: support INTEL_NO_HW environment variable 2019-04-10 12:59:17 -07:00
iris_batch.h iris: Wire up EGL_IMG_context_priority 2019-03-07 20:27:10 -08:00
iris_binder.c iris: Do binder address allocations per-context, not globally. 2019-02-21 10:26:11 -08:00
iris_binder.h iris: little bits of compute basics 2019-02-21 10:26:09 -08:00
iris_blit.c iris: Actually mark blorp_copy_buffer destinations as written. 2019-04-15 14:51:01 -07:00
iris_blorp.c iris: Flag fewer dirty bits in BLORP 2019-03-11 22:46:39 -07:00
iris_border_color.c iris: Destroy the border color pool 2019-02-21 10:26:10 -08:00
iris_bufmgr.c intel/common: move gen_debug to intel/dev 2019-04-10 13:15:33 -07:00
iris_bufmgr.h iris: Preserve all PIPE_TRANSFER flags in xfer->usage 2019-04-15 14:51:01 -07:00
iris_clear.c iris: Enable fast clears on gen8. 2019-04-02 15:26:48 -07:00
iris_context.c iris: Use PIPE_BUFFER_STAGING for the query objects 2019-03-13 10:54:16 -07:00
iris_context.h intel: Emit 3DSTATE_VF_STATISTICS dynamically 2019-04-14 19:58:04 -07:00
iris_defines.h iris: Implement DrawTransformFeedback() 2019-02-21 10:26:11 -08:00
iris_draw.c iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA. 2019-04-04 11:41:10 -07:00
iris_fence.c iris: Add a timeout_nsec parameter, rename check_syncpt to wait_syncpt 2019-02-21 10:26:11 -08:00
iris_fence.h iris: Make a iris_batch_reference_signal_syncpt helper function. 2019-02-21 10:26:11 -08:00
iris_formats.c iris: Convert RGBX to RGBA always. 2019-03-13 14:45:13 -07:00
iris_pipe.h iris: inline stage_from_pipe to avoid unused warnings 2019-02-21 10:26:09 -08:00
iris_pipe_control.c iris: Spruce up "are we using this engine?" checks for flushing 2019-03-07 17:08:07 -08:00
iris_program.c iris: Move iris_debug_recompile calls before uploading. 2019-04-16 09:01:20 -07:00
iris_program_cache.c iris: always include an extra constbuf0 if using UBOs 2019-02-21 10:26:11 -08:00
iris_query.c iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA. 2019-04-04 11:41:10 -07:00
iris_resolve.c iris: Clean up compiler warnings about unused 2019-03-29 12:07:26 -07:00
iris_resource.c iris: Fix FLUSH_EXPLICIT handling with staging buffers. 2019-04-15 14:51:01 -07:00
iris_resource.h iris: Add aux.sampler_usages. 2019-04-02 15:26:45 -07:00
iris_screen.c iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is set 2019-04-15 23:33:03 -07:00
iris_screen.h iris: support INTEL_NO_HW environment variable 2019-04-10 12:59:17 -07:00
iris_state.c intel: Emit 3DSTATE_VF_STATISTICS dynamically 2019-04-14 19:58:04 -07:00
meson.build intel: add dependency on genxml generated files 2019-04-08 20:52:47 +00:00