| Commit message (Expand) | Author | Age | Files | Lines |
* | intel/isl: Add bounds-checking assertions for the format_info table | Jason Ekstrand | 2018-06-07 | 1 | -8/+16 |
* | intel/isl: Add bounds-checking assertions in isl_format_get_layout | Jason Ekstrand | 2018-06-07 | 2 | -12/+22 |
* | anv: Set fence/semaphore types to NONE in impl_cleanup | Jason Ekstrand | 2018-06-07 | 1 | -13/+16 |
* | intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin. | Kenneth Graunke | 2018-06-06 | 2 | -5/+22 |
* | intel/blorp: Don't vertex fetch directly from clear values | Jason Ekstrand | 2018-06-06 | 1 | -44/+41 |
* | intel/eu: Use a struct copy instead of a memcpy | Jason Ekstrand | 2018-06-05 | 1 | -1/+1 |
* | intel/tools: add intel_sanitize_gpu to EXTRA_DIST | Scott D Phillips | 2018-06-05 | 1 | -0/+2 |
* | anv: intel: add softpin flag on imported BOs | Lionel Landwerlin | 2018-06-05 | 1 | -0/+2 |
* | intel/eu: Switch to a logical state stack | Jason Ekstrand | 2018-06-04 | 3 | -126/+72 |
* | intel/eu: Set flag [sub]register number differently for 3src | Jason Ekstrand | 2018-06-04 | 1 | -3/+10 |
* | intel/eu: Copy fields manually in brw_next_insn | Jason Ekstrand | 2018-06-04 | 1 | -1/+94 |
* | intel/eu: Add some brw_get_default_ helpers | Jason Ekstrand | 2018-06-04 | 4 | -55/+79 |
* | anv: Don't even bother processing relocs if we have softpin | Jason Ekstrand | 2018-06-01 | 1 | -3/+15 |
* | anv: Refactor reloc handling in execbuf_add_bo | Jason Ekstrand | 2018-06-01 | 1 | -36/+42 |
* | anv: Assert that the kernel leaves pinned BO addresses alone | Jason Ekstrand | 2018-06-01 | 1 | -1/+4 |
* | anv: Soft-pin everything else | Scott D Phillips | 2018-06-01 | 3 | -1/+21 |
* | anv: Soft-pin batch buffers | Scott D Phillips | 2018-06-01 | 4 | -11/+30 |
* | anv/batch_chain: Simplify secondary batch return chaining | Jason Ekstrand | 2018-06-01 | 1 | -40/+36 |
* | anv/batch_chain: Call batch_bo_finish at the end of end_batch_buffer | Jason Ekstrand | 2018-06-01 | 1 | -6/+6 |
* | anv: Soft-pin client-allocated memory | Jason Ekstrand | 2018-06-01 | 1 | -0/+3 |
* | anv/allocator: Support softpin in the BO cache | Jason Ekstrand | 2018-06-01 | 1 | -1/+50 |
* | anv/allocator: Set the BO flags in bo_cache_alloc/import | Jason Ekstrand | 2018-06-01 | 5 | -28/+60 |
* | anv: For pinned BOs, skip relocations, but track bo usage | Scott D Phillips | 2018-06-01 | 2 | -0/+66 |
* | anv: Use a separate pool for binding tables when soft pinning | Scott D Phillips | 2018-06-01 | 3 | -11/+53 |
* | anv: Soft-pin state pools | Scott D Phillips | 2018-06-01 | 7 | -10/+34 |
* | i965: Add ARB_fragment_shader_interlock support. | Plamena Manolova | 2018-06-01 | 7 | -6/+34 |
* | anv/blorp: Write relocated values into surface states | Scott D Phillips | 2018-05-31 | 3 | -16/+22 |
* | anv: Use an address for each anv_image plane | Jason Ekstrand | 2018-05-31 | 5 | -35/+32 |
* | anv/cmd_buffer: Rework surface relocation helpers | Jason Ekstrand | 2018-05-31 | 1 | -25/+19 |
* | anv: Use an anv_address in anv_buffer | Jason Ekstrand | 2018-05-31 | 9 | -61/+34 |
* | anv/cmd_buffer: Use anv_address for handling indirect parameters | Jason Ekstrand | 2018-05-31 | 1 | -44/+51 |
* | anv: Use an anv_address in anv_buffer_view | Jason Ekstrand | 2018-05-31 | 5 | -27/+36 |
* | anv: Use full anv_addresses in anv_surface_state | Jason Ekstrand | 2018-05-31 | 3 | -51/+55 |
* | anv: Add some anv_address helpers | Jason Ekstrand | 2018-05-31 | 1 | -0/+24 |
* | anv: Add vma_heap allocators in anv_device | Scott D Phillips | 2018-05-31 | 2 | -0/+144 |
* | intel/common: Add an address de-canonicalization helper | Jason Ekstrand | 2018-05-31 | 1 | -0/+12 |
* | intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot. | Francisco Jerez | 2018-05-29 | 4 | -5/+5 |
* | intel/fs: Replace the CINTERP opcode with a simple MOV | Francisco Jerez | 2018-05-29 | 5 | -12/+3 |
* | intel/fs: Use the ATTR file for FS inputs | Francisco Jerez | 2018-05-29 | 4 | -22/+30 |
* | intel/fs: Rename a local variable so it doesn't shadow component() | Francisco Jerez | 2018-05-29 | 1 | -4/+4 |
* | intel/eu: Remove brw_codegen::compressed_stack. | Francisco Jerez | 2018-05-29 | 1 | -1/+0 |
* | intel/fs: Use groups for SIMD16 LINTERP on gen11+ | Jason Ekstrand | 2018-05-29 | 1 | -4/+5 |
* | intel/fs: Assert that the gen4-6 plane restrictions are followed | Jason Ekstrand | 2018-05-29 | 1 | -2/+8 |
* | anv: move canonical_address calculation into a separate function | Scott D Phillips | 2018-05-27 | 5 | -11/+47 |
* | intel/blorp: Support blits and clears on surfaces with offsets | Jason Ekstrand | 2018-05-25 | 4 | -1/+37 |
* | intel/eu: Set EXECUTE_1 when setting the rounding mode in cr0 | Jason Ekstrand | 2018-05-22 | 1 | -0/+2 |
* | i965/glk: Add l3 banks count for 2x6 configuration | Anuj Phogat | 2018-05-21 | 1 | -1/+1 |
* | android: enable VK_ANDROID_native_buffer | Tapani Pälli | 2018-05-21 | 1 | -3/+0 |
* | i965: isl: Move the MCS gen7+ assertion into ISL | Nanley Chery | 2018-05-18 | 1 | -0/+2 |
* | intel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flag | Nanley Chery | 2018-05-17 | 2 | -2/+9 |