| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: Build with Python 3 | Mathieu Bridon | 2018-08-10 | 2 | -6/+6 |
* | python: Fix inequality comparisons | Mathieu Bridon | 2018-08-10 | 1 | -0/+6 |
* | python: Fix rich comparisons | Mathieu Bridon | 2018-08-07 | 1 | -2/+3 |
* | amd: remove support for LLVM 5.0 | Marek Olšák | 2018-08-03 | 2 | -108/+25 |
* | android: radv: build vulkan.radv conditionally to radeonsi | Mauro Rossi | 2018-08-03 | 1 | -0/+2 |
* | ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2) | Marek Olšák | 2018-08-01 | 2 | -4/+25 |
* | python: Use the unicode_escape codec | Mathieu Bridon | 2018-08-01 | 1 | -1/+1 |
* | ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle | Marek Olšák | 2018-07-31 | 1 | -1/+1 |
* | radeonsi: use storage_samples instead of color_samples in most places | Marek Olšák | 2018-07-31 | 3 | -5/+5 |
* | android: radv: enable build of vulkan.radv HAL module | Mauro Rossi | 2018-07-28 | 1 | -0/+1 |
* | android: radv: add Android.mk for vulkan.radv HAL module | Mauro Rossi | 2018-07-28 | 1 | -0/+166 |
* | radv: generate entrypoints for VK_ANDROID_native_buffer | Mauro Rossi | 2018-07-28 | 1 | -3/+0 |
* | radv: move vk_format_table.c to generated sources | Mauro Rossi | 2018-07-28 | 1 | -2/+2 |
* | ac: pass write param to get_sampler_desc() from get_image_descriptor() | Timothy Arceri | 2018-07-28 | 1 | -1/+1 |
* | radv: fix cdw check vs tracing emit | Dave Airlie | 2018-07-28 | 1 | -2/+2 |
* | radv: return binary code_size not variant code size to cache | Dave Airlie | 2018-07-28 | 1 | -1/+1 |
* | radv: allocate enough space in radv_cmd_buffer_after_draw() | Samuel Pitoiset | 2018-07-27 | 1 | -0/+2 |
* | radv: check CS space in radv_emit_write_data_packet() | Samuel Pitoiset | 2018-07-27 | 1 | -14/+12 |
* | radv: do not emit pipeline stats flushes on compute queue | Samuel Pitoiset | 2018-07-27 | 1 | -1/+3 |
* | radv: reduce CB/DB meta flushes in radv_dst_access_flush() | Samuel Pitoiset | 2018-07-27 | 1 | -8/+23 |
* | radv: Fix build | Kenneth Graunke | 2018-07-26 | 1 | -1/+1 |
* | radv: Add support for ETC2 textures. | Bas Nieuwenhuizen | 2018-07-27 | 3 | -11/+49 |
* | radv: fix adjusting vertex fetches since 16bit support | Samuel Pitoiset | 2018-07-26 | 1 | -3/+4 |
* | ac: fix typo DSL_SEL -> DST_SEL | Marek Olšák | 2018-07-26 | 2 | -4/+4 |
* | nir: rename f2f16_undef to f2f16 | Karol Herbst | 2018-07-24 | 1 | -1/+1 |
* | python: Use range() instead of xrange() | Mathieu Bridon | 2018-07-24 | 1 | -1/+1 |
* | python: Better iterate over dictionaries | Mathieu Bridon | 2018-07-24 | 1 | -1/+1 |
* | radv: Still enable inmemory & API level caching if disk cache is not enabled. | Bas Nieuwenhuizen | 2018-07-24 | 1 | -2/+1 |
* | radeonsi: Add debug option to enable LLVM GlobalISel (v2) | Tom Stellard | 2018-07-23 | 3 | -2/+18 |
* | radv: enable VK_KHR_16bit_storage extension / 16bit storage features | Daniel Schürmann | 2018-07-23 | 3 | -4/+8 |
* | ac: add support for 16bit load_push_constant | Daniel Schürmann | 2018-07-23 | 1 | -0/+20 |
* | radv: add support for 16bit input/output | Daniel Schürmann | 2018-07-23 | 2 | -18/+80 |
* | ac: add support for 16bit buffer loads | Daniel Schürmann | 2018-07-23 | 1 | -40/+55 |
* | ac: add support for 16bit UBO loads | Daniel Schürmann | 2018-07-23 | 3 | -3/+51 |
* | ac: add support for 16bit ssbo stores | Daniel Schürmann | 2018-07-23 | 1 | -60/+84 |
* | ac: add 16bit conversion operations | Daniel Schürmann | 2018-07-23 | 2 | -9/+31 |
* | radv: print a big warning when RADV_TRACE_FILE is set | Samuel Pitoiset | 2018-07-23 | 1 | -0/+4 |
* | radv: fix a memleak for merged shaders on GFX9 | Samuel Pitoiset | 2018-07-23 | 1 | -1/+1 |
* | radv: don't flush DB before subpass FS resolves | Samuel Pitoiset | 2018-07-20 | 1 | -2/+1 |
* | radv: simplify a condition in radv_src_access_flush() | Samuel Pitoiset | 2018-07-20 | 1 | -4/+6 |
* | radv: save current state just before resolving with FS | Samuel Pitoiset | 2018-07-20 | 1 | -5/+5 |
* | radv: don't check if a subpass has resolve attachments twice | Samuel Pitoiset | 2018-07-20 | 2 | -24/+0 |
* | radv: make use of radv_subpass_barrier() when resolving subpasses | Samuel Pitoiset | 2018-07-20 | 4 | -15/+20 |
* | ac/nir: add a workaround for bitfield_extract when count is 0 | Samuel Pitoiset | 2018-07-19 | 1 | -3/+17 |
* | radv: Fix incorrect assumption about ternary operator precedence | Danylo Piliaiev | 2018-07-19 | 1 | -2/+2 |
* | ac: run LLVM optimization passes only on the final function after inlining | Marek Olšák | 2018-07-19 | 3 | -0/+14 |
* | radv: Enable binning and dfsm by default on Raven. | Bas Nieuwenhuizen | 2018-07-19 | 1 | -2/+4 |
* | radv: Always set disable zpass increment bit when possible. | Bas Nieuwenhuizen | 2018-07-19 | 1 | -3/+1 |
* | radv: Select correct entries for binning. | Bas Nieuwenhuizen | 2018-07-19 | 1 | -2/+2 |
* | radv: Fix number of samples used for binning. | Bas Nieuwenhuizen | 2018-07-19 | 1 | -1/+1 |