mesa/src/gallium/auxiliary
Kenneth Graunke 2dce0e94a3 iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.
This commit introduces a new Gallium driver for Intel Gen8+ GPUs,
named 'iris_dri.so' after the hardware.

Developed by:
- Kenneth Graunke (overall driver)
- Dave Airlie (shaders, conditional render, overflow query, Gen8 port)
- Chris Wilson (fencing, pinned memory, ...)
- Jordan Justen (compute shaders)
- Jason Ekstrand (image load store)
- Caio Marcelo de Oliveira Filho (tessellation control passthrough)
- Rafael Antognolli (auxiliary buffer fixes)
- The rest of the i965 contributors and the Mesa community
2019-02-21 10:26:04 -08:00
..
cso_cache mesa/st: Expose compute shaders when NIR support is advertised. 2018-12-13 11:44:47 -08:00
draw draw: fix infinite loop in line stippling 2018-11-29 18:39:40 +01:00
driver_ddebug ddebug: always flush when requested, even when hang detection is disabled 2018-12-19 11:59:18 +01:00
driver_noop gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2) 2018-09-07 15:48:31 -04:00
driver_rbug gallium: add storage_sample_count parameter into is_format_supported 2018-07-31 18:28:41 -04:00
driver_trace gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2) 2018-09-07 15:48:31 -04:00
gallivm gallivm: Return true from arch_rounding_available() if NEON is available 2019-01-24 11:07:24 -08:00
hud gallium/hud: fix power sensor readings for amdgpu users 2018-10-30 16:30:32 -04:00
indices python: Use the print function 2018-07-06 10:04:22 -07:00
nir nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR. 2019-02-05 12:12:33 -08:00
os util: promote u_memory to src/util 2018-11-27 15:44:02 -05:00
pipe-loader iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. 2019-02-21 10:26:04 -08:00
pipebuffer gallium/pipebuffer: fix parenthesis location 2018-04-03 16:05:59 +10:00
postprocess gallium: split depth_clip into depth_clip_near & depth_clip_far 2018-09-06 21:53:00 -04:00
rbug gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times 2018-04-13 14:08:14 -04:00
renderonly gallium: rework PIPE_HANDLE_USAGE_* flags 2018-10-30 16:03:02 -04:00
rtasm gallium/util: replace pipe_mutex_unlock() with mtx_unlock() 2017-03-07 08:53:05 +11:00
target-helpers iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. 2019-02-21 10:26:04 -08:00
tgsi tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl() 2019-01-02 09:53:01 +11:00
translate translate: whitespace fixes in translate_generic.c 2017-06-20 07:56:34 -06:00
util gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappings 2019-02-20 21:04:29 -05:00
vl gallium/auxiliary/vl: Fix transparent issue on compute shader with rgba 2019-02-21 13:11:53 -05:00
Android.mk android: gallium/auxiliary: add include to get u_debug.h header 2018-11-02 13:31:37 +01:00
Makefile.am configure: allow building with python3 2018-10-31 19:15:50 +00:00
Makefile.sources gallium/auxiliary/vl: Add compute shader to support video compositor render 2019-02-15 10:07:03 -05:00
meson.build gallium/auxiliary/vl: Add compute shader to support video compositor render 2019-02-15 10:07:03 -05:00
SConscript