| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: move data.image.access to data.access | Marek Olšák | 2019-11-19 | 2 | -4/+4 |
* | anv: add missing "fall-through" annotation | Eric Engestrom | 2019-11-19 | 1 | -0/+1 |
* | intel: Add workaround for stencil state. | Rafael Antognolli | 2019-11-19 | 2 | -0/+28 |
* | intel/compiler: Don't change hstride if not needed | Iván Briano | 2019-11-18 | 1 | -5/+6 |
* | anv: Emit a NULL vertex for zero base_vertex/instance | Jason Ekstrand | 2019-11-18 | 1 | -11/+16 |
* | anv: Use an anv_state for the next binding table | Jason Ekstrand | 2019-11-18 | 2 | -12/+15 |
* | anv: More carefully dirty state in BindPipeline | Jason Ekstrand | 2019-11-18 | 7 | -25/+101 |
* | anv: More carefully dirty state in BindDescriptorSets | Jason Ekstrand | 2019-11-18 | 4 | -22/+51 |
* | anv: Use a switch statement for binding table setup | Jason Ekstrand | 2019-11-18 | 1 | -117/+127 |
* | anv: Rework push constant handling | Jason Ekstrand | 2019-11-18 | 11 | -228/+176 |
* | anv: Re-arrange push constant data a bit | Jason Ekstrand | 2019-11-18 | 3 | -23/+46 |
* | intel/compiler: Add a flag to avoid compacting push constants | Jason Ekstrand | 2019-11-18 | 4 | -145/+168 |
* | anv: Pre-compute push ranges for graphics pipelines | Jason Ekstrand | 2019-11-18 | 8 | -64/+137 |
* | anv: Stop bounds-checking pushed UBOs | Jason Ekstrand | 2019-11-18 | 1 | -28/+10 |
* | anv: Delete dead shader constant pushing code | Jason Ekstrand | 2019-11-18 | 2 | -13/+7 |
* | anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layout | Jason Ekstrand | 2019-11-18 | 6 | -76/+54 |
* | anv: Input attachments are always single-plane | Jason Ekstrand | 2019-11-18 | 1 | -2/+3 |
* | genxml: Mark everything in genX_pack.h always_inline | Jason Ekstrand | 2019-11-18 | 1 | -8/+8 |
* | anv/pipeline: Assume layout != NULL | Jason Ekstrand | 2019-11-18 | 1 | -21/+19 |
* | intel/compiler: remove old comment | Italo Nicola | 2019-11-18 | 1 | -3/+0 |
* | intel/perf: add EHL performance query support | Lionel Landwerlin | 2019-11-15 | 4 | -2/+11808 |
* | intel/dev: flag the Elkhart Lake platform | Lionel Landwerlin | 2019-11-15 | 2 | -0/+5 |
* | intel/fs: Do not lower large local arrays to scratch on gen7 | Danylo Piliaiev | 2019-11-14 | 1 | -1/+5 |
* | intel/compiler: fix nir_op_{i,u}*32 on ICL | Paulo Zanoni | 2019-11-13 | 1 | -1/+1 |
* | anv: Initialize depth_bounds_test_enable when not explicitly set | Caio Marcelo de Oliveira Filho | 2019-11-13 | 1 | -2/+1 |
* | anv: Use mocs settings from isl_dev. | Rafael Antognolli | 2019-11-12 | 6 | -74/+15 |
* | intel/isl: Add MOCS settings to isl_device. | Rafael Antognolli | 2019-11-12 | 2 | -0/+57 |
* | intel/blorp: Fix usage of uninitialized memory in key hashing | Danylo Piliaiev | 2019-11-12 | 1 | -1/+6 |
* | anv: implement VK_KHR_timeline_semaphore | Lionel Landwerlin | 2019-11-11 | 5 | -72/+734 |
* | anv: Plumb timeline semaphore signal/wait values through from the API | Jason Ekstrand | 2019-11-11 | 2 | -3/+22 |
* | anv/wsi: signal the semaphore in the acquireNextImage | Lionel Landwerlin | 2019-11-11 | 1 | -4/+20 |
* | anv: Lock around fetching sync file FDs from semaphores | Jason Ekstrand | 2019-11-11 | 1 | -13/+26 |
* | anv: prepare the driver for delayed submissions | Lionel Landwerlin | 2019-11-11 | 4 | -376/+616 |
* | anv: refcount semaphores | Lionel Landwerlin | 2019-11-11 | 2 | -6/+26 |
* | anv: prepare driver to report submission error through queues | Lionel Landwerlin | 2019-11-11 | 5 | -24/+60 |
* | anv: allow NULL batch parameter to anv_queue_submit_simple_batch | Lionel Landwerlin | 2019-11-11 | 2 | -19/+17 |
* | anv: move queue init/finish to anv_queue.c | Lionel Landwerlin | 2019-11-11 | 3 | -22/+30 |
* | anv: expose timeout helpers outside of anv_queue.c | Lionel Landwerlin | 2019-11-11 | 2 | -50/+51 |
* | anv: detach batch emission allocation from device | Lionel Landwerlin | 2019-11-11 | 1 | -56/+40 |
* | anv: remove list items on batch fini | Lionel Landwerlin | 2019-11-11 | 1 | -1/+4 |
* | anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmit | Lionel Landwerlin | 2019-11-11 | 1 | -2/+4 |
* | intel/fs: Lower large local arrays to scratch | Jason Ekstrand | 2019-11-11 | 1 | -0/+19 |
* | intel/fs: Implement the new load/store_scratch intrinsics | Jason Ekstrand | 2019-11-11 | 5 | -17/+241 |
* | intel/nir: Plumb devinfo through lower_mem_access_bit_sizes | Jason Ekstrand | 2019-11-11 | 3 | -9/+14 |
* | intel/fs: refactor surface header setup | Jason Ekstrand | 2019-11-11 | 1 | -23/+16 |
* | intel/fs: Add DWord scattered read/write opcodes | Jason Ekstrand | 2019-11-11 | 5 | -0/+66 |
* | intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizes | Jason Ekstrand | 2019-11-11 | 1 | -37/+15 |
* | anv: Unify GetDeviceQueue and GetDeviceQueue2 | Ricardo Garcia | 2019-11-11 | 1 | -4/+8 |
* | Revert "intel/blorp: Fix usage of uninitialized memory in key hashing" | Kenneth Graunke | 2019-11-07 | 1 | -6/+1 |
* | intel/blorp: Fix usage of uninitialized memory in key hashing | Danylo Piliaiev | 2019-11-07 | 1 | -1/+6 |