| Commit message (Expand) | Author | Age | Files | Lines |
* | util: use standard name for snprintf() | Eric Engestrom | 2019-07-19 | 1 | -4/+4 |
* | anv: fix format mapping for depth/stencil formats | Lionel Landwerlin | 2019-07-18 | 1 | -0/+3 |
* | anv: report timestampComputeAndGraphics true | Lionel Landwerlin | 2019-07-17 | 1 | -1/+1 |
* | intel/fs: Use a strided MOV instead of a conversion for load_* destinations | Jason Ekstrand | 2019-07-17 | 1 | -5/+3 |
* | intel/fs: Properly stride NULL replacement regs in DCE | Jason Ekstrand | 2019-07-17 | 1 | -1/+2 |
* | anv: Increase state allocation size limit to 2MB | Caio Marcelo de Oliveira Filho | 2019-07-16 | 1 | -1/+1 |
* | st,i965: Stop looping on 64-bit lowering | Jason Ekstrand | 2019-07-16 | 2 | -13/+5 |
* | anv: Account for dynamic stencil write disables in the PMA fix | Jason Ekstrand | 2019-07-16 | 1 | -0/+2 |
* | nir,intel: Add support for lowering 64-bit nir_opt_extract_* | Jason Ekstrand | 2019-07-15 | 1 | -1/+2 |
* | anv: Add android dependencies on android. | Bas Nieuwenhuizen | 2019-07-15 | 1 | -0/+1 |
* | anv: fix crash in vkCmdClearAttachments with unused attachment | Lionel Landwerlin | 2019-07-15 | 1 | -3/+3 |
* | anv: Fix pool allocator when first alloc needs to grow | Caio Marcelo de Oliveira Filho | 2019-07-12 | 3 | -3/+71 |
* | intel: Run the optimization loop before and after lowering int64 | Jason Ekstrand | 2019-07-13 | 1 | -1/+3 |
* | intel/compiler: remove abandoned comments | Andres Gomez | 2019-07-12 | 1 | -3/+0 |
* | anv: Properly compute image usage in CreateImageView | Jason Ekstrand | 2019-07-12 | 1 | -2/+9 |
* | nir: intel/vec4: Add flag to disable some algebraic optimizations | Ian Romanick | 2019-07-11 | 1 | -0/+1 |
* | intel/vec4: Try to emit immediate sources for MOV | Ian Romanick | 2019-07-11 | 1 | -4/+14 |
* | intel/vec4: Try to emit a VF source in try_immediate_source | Ian Romanick | 2019-07-11 | 1 | -12/+33 |
* | intel/vec4: Try to emit a single load for multiple 3-src instruction operands | Ian Romanick | 2019-07-11 | 2 | -4/+36 |
* | intel/vec4: Refactor operand fixing for ffma and flrp | Ian Romanick | 2019-07-11 | 2 | -8/+16 |
* | intel/fs: Add support for SLM fence in Gen11 | Caio Marcelo de Oliveira Filho | 2019-07-11 | 6 | -12/+66 |
* | intel/compiler: Add a "base class" for program keys | Jason Ekstrand | 2019-07-10 | 16 | -105/+91 |
* | anv: Make the workaround BO a whole page | Jason Ekstrand | 2019-07-10 | 1 | -1/+1 |
* | anv: Set Stateless Data Port Access MOCS | Jason Ekstrand | 2019-07-10 | 1 | -0/+2 |
* | android: anv: import include path of libmesa_nir | Chih-Wei Huang | 2019-07-10 | 1 | -18/+18 |
* | android: anv: eliminate libmesa_anv_entrypoints | Chih-Wei Huang | 2019-07-10 | 1 | -62/+20 |
* | android: vulkan/util: fix export path | Chih-Wei Huang | 2019-07-10 | 1 | -1/+0 |
* | android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIES | Chih-Wei Huang | 2019-07-10 | 1 | -9/+9 |
* | android: anv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRS | Chih-Wei Huang | 2019-07-10 | 1 | -2/+0 |
* | anv: Set maxComputeSharedMemorySize to 64k | Caio Marcelo de Oliveira Filho | 2019-07-08 | 1 | -1/+1 |
* | intel/vec4: Delete vec4_visitor::emit_lrp | Ian Romanick | 2019-07-08 | 3 | -32/+5 |
* | intel/vec4: Reswizzle VF immediates too | Ian Romanick | 2019-07-08 | 1 | -1/+23 |
* | anv: disable repacking for compression for applicable gen | Dongwon Kim | 2019-07-08 | 1 | -0/+18 |
* | intel: add disable_ccs_repack to gen_device_info | Dongwon Kim | 2019-07-08 | 2 | -0/+4 |
* | intel/genxml: correct bit fields in CACHE_MODE_0 reg for gen11 | Dongwon Kim | 2019-07-08 | 1 | -16/+14 |
* | anv: Advertise VK_EXT_shader_demote_to_helper_invocation | Caio Marcelo de Oliveira Filho | 2019-07-08 | 3 | -0/+8 |
* | intel/fs: Implement "demote to helper invocation" | Caio Marcelo de Oliveira Filho | 2019-07-08 | 1 | -1/+23 |
* | intel/nir: Extract add_const_offset_to_base | Connor Abbott | 2019-07-08 | 1 | -74/+23 |
* | radv: Make FragCoord a sysval | Connor Abbott | 2019-07-08 | 1 | -1/+1 |
* | anv,nir: Move lower_input_attachments pass from ANV to NIR. | Daniel Schürmann | 2019-07-08 | 5 | -149/+1 |
* | anv: fix VkExternalBufferProperties for host allocation | Chia-I Wu | 2019-07-07 | 1 | -0/+10 |
* | anv: fix VkExternalBufferProperties for unsupported handles | Chia-I Wu | 2019-07-07 | 1 | -1/+7 |
* | anv: manually add KHR_display to the list of platforms | Lionel Landwerlin | 2019-07-07 | 1 | -0/+2 |
* | intel: fix wrong format usage | Juan A. Suarez Romero | 2019-07-03 | 1 | -1/+1 |
* | anv: Advertise a more accurate minTexelBufferOffsetAlignment | Jason Ekstrand | 2019-07-02 | 1 | -1/+4 |
* | anv: Implement VK_EXT_texel_buffer_alignment | Jason Ekstrand | 2019-07-02 | 2 | -0/+38 |
* | intel/fs: Use nir_lower_interpolation on gen11+ | Jason Ekstrand | 2019-07-02 | 4 | -48/+3 |
* | intel/fs: Implement nir_intrinsic_load_fs_input_interp_deltas | Jason Ekstrand | 2019-07-02 | 2 | -1/+14 |
* | intel/fs: Actually implement the load_barycentric intrinsics | Jason Ekstrand | 2019-07-02 | 2 | -12/+93 |
* | intel/tools: Add assembler unit tests for ROL/ROR instructions | Sagar Ghuge | 2019-07-01 | 5 | -0/+5 |