summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* FINISHME: anv: Fix VkPhysicalDeviceExternalImageFormatInfo for VK_IMAGE_TILIN...chadv/review/anv-drm-format-mod/2019-07-26-r1Chad Versace2019-07-261-0/+3
* RFC: anv: Advertise VK_EXT_image_drm_format_modifierChad Versace2019-07-261-0/+1
* FINISHME: anv: vkGetImageSubresourceLayout for VK_IMAGE_TILING_DRM_FORMAT_MOD...Chad Versace2019-07-261-0/+7
* FINISHME: anv: Support VkImageDrmFormatModifierExplicitCreateInfoEXTChad Versace2019-07-261-0/+8
* RFC: anv: Support VkImageDrmFormatModifierListCreateInfoEXTChad Versace2019-07-261-0/+9
* RFC: anv: Implement VkPhysicalDeviceImageDrmFormatModifierInfoEXTChad Versace2019-07-261-6/+27
* anv: Rename param anv_get_image_format_properties()::infoChad Versace2019-07-261-18/+18
* RFC: anv: Implement VkDrmFormatModifierPropertiesListEXTChad Versace2019-07-261-36/+152
* anv: Reject linear depth/stencil in anv_get_format_plane()Chad Versace2019-07-261-0/+4
* anv: Refactor struct anv_image_create_infoChad Versace2019-07-264-13/+13
* anv: Define struct anv_tilingChad Versace2019-07-268-50/+103
* anv: Include drm_fourcc.h in anv_private.hChad Versace2019-07-264-3/+1
* anv: Implement VK_EXT_subgroup_size_controlJason Ekstrand2019-07-243-2/+46
* anv/pipeline: Plumb pipeline shader stage create flagsJason Ekstrand2019-07-241-12/+21
* intel/compiler: Allow for required subgroup sizesJason Ekstrand2019-07-243-6/+42
* intel/compiler: Allow for varying subgroup sizesJason Ekstrand2019-07-243-2/+26
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-249-13/+52
* intel/compiler: Lower gl_SubgroupSize in postprocess_nirJason Ekstrand2019-07-241-2/+7
* intel/nir: Make brw_nir_apply_sampler_key more genericJason Ekstrand2019-07-247-16/+26
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-241-1/+1
* intel/genxml: Add new test for subgroups.Rafael Antognolli2019-07-232-0/+44
* intel/genxml: Add basic infra for encoding/decoding unit tests.Rafael Antognolli2019-07-234-0/+147
* intel/gen_decoder: Decode <group> inside <group>.Rafael Antognolli2019-07-232-37/+93
* intel/gen_decoder: Add the concept of array "levels".Rafael Antognolli2019-07-232-9/+19
* intel/gen_decoder: Add array field.Rafael Antognolli2019-07-232-3/+21
* intel/gen_decoder: Rename internally "group" to "array".Rafael Antognolli2019-07-232-25/+30
* intel/gen_decoder: Add gen_spec_load_filename() function.Rafael Antognolli2019-07-232-12/+21
* intel/gen_decoder: Fix parsing of small genxml file.Rafael Antognolli2019-07-231-2/+6
* anv: Implement VK_KHR_imageless_framebufferSagar Ghuge2019-07-236-34/+68
* anv: fix use of comma operatorLionel Landwerlin2019-07-231-1/+1
* intel/fs: Stop stack allocating large arraysJason Ekstrand2019-07-221-6/+12
* intel/compiler: Use nir_opt_conditional_discardCaio Marcelo de Oliveira Filho2019-07-221-0/+1
* util: use standard name for snprintf()Eric Engestrom2019-07-191-4/+4
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-171-1/+1
* intel/fs: Use a strided MOV instead of a conversion for load_* destinationsJason Ekstrand2019-07-171-5/+3
* intel/fs: Properly stride NULL replacement regs in DCEJason Ekstrand2019-07-171-1/+2
* anv: Increase state allocation size limit to 2MBCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* st,i965: Stop looping on 64-bit loweringJason Ekstrand2019-07-162-13/+5
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-161-0/+2
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-151-1/+2
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-151-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-151-3/+3
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-123-3/+71
* intel: Run the optimization loop before and after lowering int64Jason Ekstrand2019-07-131-1/+3
* intel/compiler: remove abandoned commentsAndres Gomez2019-07-121-3/+0
* anv: Properly compute image usage in CreateImageViewJason Ekstrand2019-07-121-2/+9
* nir: intel/vec4: Add flag to disable some algebraic optimizationsIan Romanick2019-07-111-0/+1
* intel/vec4: Try to emit immediate sources for MOVIan Romanick2019-07-111-4/+14
* intel/vec4: Try to emit a VF source in try_immediate_sourceIan Romanick2019-07-111-12/+33