summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_{HOST,DEVICE}_MEMORY o...Samuel Iglesias Gonsálvez2017-05-121-1/+1
* anv: anv_gem_mmap() returns MAP_FAILED as mapping errorSamuel Iglesias Gonsálvez2017-05-122-7/+5
* anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand2017-05-121-3/+3
* anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery2017-04-261-18/+13
* anv/blorp: Properly handle VK_ATTACHMENT_UNUSEDJason Ekstrand2017-04-261-5/+25
* anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSEDJason Ekstrand2017-04-261-1/+12
* anv/cmd_buffer: Always set up a null surface stateJason Ekstrand2017-04-261-31/+19
* anv/cmd_buffer: Flush the VF cache at the top of all primariesJason Ekstrand2017-04-261-0/+12
* anv/blorp: Flush the texture cache in UpdateBufferJason Ekstrand2017-04-261-0/+8
* anv/blorp: Align vertex buffers to 64BJason Ekstrand2017-04-121-1/+14
* anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndexJason Ekstrand2017-04-121-3/+24
* anv/cmd_buffer: fix host memory leakCraig Stout2017-04-121-1/+9
* anv: Flush caches prior to PIPELINE_SELECT on all gensJason Ekstrand2017-03-301-2/+1
* anv/cmd_buffer: Fix bad indentationJason Ekstrand2017-03-301-24/+25
* anv/cmd_buffer: Apply flush operations prior to executing secondariesJason Ekstrand2017-03-301-0/+5
* anv/blorp: Use anv_get_layerCount everywhereJason Ekstrand2017-03-301-8/+12
* anv: Make anv_get_layerCount a macroJason Ekstrand2017-03-301-7/+6
* anv/query: Fix the location of timestamp availabilityJason Ekstrand2017-03-291-1/+1
* anv/blorp: Fix a crash in CmdClearColorImageXu Randy2017-03-291-2/+2
* anv/image: Return early when unbinding an imageJason Ekstrand2017-03-291-4/+5
* intel: Correct the BDW surface state sizeNanley Chery2017-03-291-1/+1
* anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy2017-03-291-2/+2
* anv/GetQueryPoolResults: Actually implement the specJason Ekstrand2017-03-291-16/+36
* anv/query: Invalidate the correct rangeJason Ekstrand2017-03-291-2/+6
* anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand2017-03-161-1/+2
* anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand2017-03-161-0/+2
* anv: Properly handle destroying NULL devices and instancesJason Ekstrand2017-03-161-0/+6
* anv/image: Remove extra dependency on HiZ-specific variableNanley Chery2017-03-161-2/+7
* anv: Stall before fast-clear operationsJason Ekstrand2017-03-161-6/+19
* anv: Accurately advertise dynamic descriptor limitsJason Ekstrand2017-03-161-2/+2
* anv/pass: Avoid accessing attachment array out of boundsNanley Chery2017-03-161-9/+13
* anv/blorp/clear_subpass: Only set surface clear color for fast clearsJason Ekstrand2017-03-151-2/+3
* intel/blorp: Explicitly flush all allocated stateJason Ekstrand2017-03-012-1/+29
* anv/query: Perform CmdResetQueryPool on the GPUJason Ekstrand2017-03-012-22/+30
* genxml: Make MI_STORE_DATA_IMM more consistentJason Ekstrand2017-03-013-3/+3
* anv/query: clflush the bo map on non-LLC platformsJason Ekstrand2017-03-011-0/+3
* anv: Add an invalidate_range helperJason Ekstrand2017-03-011-0/+13
* anv: wsi: report presentation error per image requestLionel Landwerlin2017-02-231-8/+15
* anv: fix Get*MemoryRequirements for !LLCConnor Abbott2017-02-231-6/+8
* intel/blorp: Swizzle clear colors on the CPUJason Ekstrand2017-02-231-18/+30
* anv/blorp: Disable resolves for transparent black clearsNanley Chery2017-02-101-2/+8
* anv/pass: Store the depth-stencil attachment's last subpass indexNanley Chery2017-02-081-0/+1
* vulkan: Don't install vk_platform.h or vulkan.h.Matt Turner2017-02-071-3/+5
* anv: Improve flushing around STATE_BASE_ADDRESSJason Ekstrand2017-02-031-0/+4
* anv: Flush render cache before STATE_BASE_ADDRESS on gen7Jason Ekstrand2017-02-031-3/+0
* isl/formats: Only advertise sampling for A4B4G4R4 on BroadwellJason Ekstrand2017-02-031-2/+3
* intel/blorp: Handle clearing of A4B4G4R4 on all platformsJason Ekstrand2017-02-031-0/+23
* anv/cmd_buffer: Use the proper depth input attachment surface stateNanley Chery2017-02-031-6/+6
* anv: fix descriptor pool internal size allocationLionel Landwerlin2017-02-031-4/+4
* anv/lower_input_attachments: honor sample index parameter to subpassLoad()Iago Toral Quiroga2017-02-031-4/+1