summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: Get rid of metaJason Ekstrand2016-10-147-765/+2
* anv: Use blorp for subpass clearsJason Ekstrand2016-10-142-298/+81
* anv: Use blorp for ClearAttachmentsJason Ekstrand2016-10-142-24/+113
* anv/hiz: Perform HiZ resolves for all partial rendersJason Ekstrand2016-10-141-1/+11
* anv: Use blorp for ClearDepthStencilImageJason Ekstrand2016-10-142-141/+59
* anv/image: Add an isl_view to anv_image_viewJason Ekstrand2016-10-145-26/+26
* anv/image: Rework our handling of 3-D image array rangesJason Ekstrand2016-10-141-4/+12
* anv/blorp: Don't hand-roll flush_pipeline_select_3dJason Ekstrand2016-10-141-38/+1
* intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffersJason Ekstrand2016-10-141-9/+9
* anv: error out if anv_genX.h is included by !anv_private.hEmil Velikov2016-10-141-1/+5
* anv: use correct header guardsEmil Velikov2016-10-147-5/+29
* anv: fix the wayland wsi busy flag settingDave Airlie2016-10-141-1/+1
* anv/wsi: fix apps that acquire multiple images up frontDave Airlie2016-10-142-0/+2
* anv: initialise and increment send_sbcDave Airlie2016-10-141-0/+2
* anv: Return correct result in EnumeratePhysicalDevicesNicolas Koch2016-10-111-0/+2
* anv: Allow vp_info to be NULL in 3DSTATE_CLIP code.Kenneth Graunke2016-10-111-1/+1
* anv: Fix anv_pipeline_validate_create_info assertions.Kenneth Graunke2016-10-111-7/+9
* anv: turn on samplerAnisotropy in VkPhysicalDeviceFeaturesLionel Landwerlin2016-10-102-2/+1
* anv/TODO: Update the HiZ taskNanley Chery2016-10-071-1/+1
* anv: Enable fast depth clearsNanley Chery2016-10-072-2/+35
* anv/cmd_buffer: Enable rendering to HiZChad Versace2016-10-072-4/+40
* anv/cmd_buffer: Add code for performing HZ operationsNanley Chery2016-10-073-0/+197
* anv/image: Memset hiz surfaces to 0 when binding memoryJason Ekstrand2016-10-071-1/+30
* anv: Move BindImageMemory to anv_image.cJason Ekstrand2016-10-072-20/+20
* anv: Allocate hiz surfaceChad Versace2016-10-071-3/+34
* anv: Add func anv_image_has_hiz()Chad Versace2016-10-071-0/+10
* anv: Add anv_image::hiz_surfaceChad Versace2016-10-071-0/+2
* anv: pipeline cache: fix return value of vkGetPipelineCacheDataLionel Landwerlin2016-10-071-2/+5
* anv/entrypoints: Save off the entire devinfo rather than a pointerJason Ekstrand2016-10-061-5/+5
* anv/cmd_buffer: Move the clear_subpasses calls to set_subpassJason Ekstrand2016-10-061-2/+2
* anv/cmd_buffer: Don't call set_subpass in a secondaryJason Ekstrand2016-10-064-48/+3
* anv/cmd_buffer: Rework descriptor dirtying in set_subpassJason Ekstrand2016-10-061-1/+5
* anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand2016-10-062-0/+5
* anv: automake: ship intel_icd.json.in in the tarballEmil Velikov2016-10-061-0/+1
* intel: automake: reference the correct headerEmil Velikov2016-10-061-1/+0
* anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel2016-10-061-1/+1
* anv/meta: Roll clear_image into CmdClearDepthStencilImageJason Ekstrand2016-10-051-56/+28
* anv: Use blorp for VkCmdFillBufferJason Ekstrand2016-10-052-130/+96
* anv/gen7_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* anv/gen7_pipeline: Set sample mask field in 3DSTATE_PSAnuj Phogat2016-10-041-0/+3
* anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0Anuj Phogat2016-10-041-3/+2
* anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_dataAnuj Phogat2016-10-041-0/+1
* anv/gen8_pipeline: Fix typo in semicolonAnuj Phogat2016-10-041-1/+1
* anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fboAnuj Phogat2016-10-041-1/+2
* anv/formats: Fix build on gcc-4 and earlierVille Syrjälä2016-10-031-4/+19
* i965: rename max_ds_* variable to max_tes_*Timothy Arceri2016-10-031-1/+1
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-031-1/+1
* anv: Check for VK_WHOLE_SIZE in anv_CmdFillBufferNicolas Koch2016-09-231-0/+6
* anv: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-236-43/+28
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-233-39/+38