summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand2016-12-151-0/+1
* anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand2016-12-151-0/+9
* anv/device: Return the right error for failed mapsJason Ekstrand2016-12-152-6/+9
* anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand2016-12-141-3/+6
* anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand2016-12-143-17/+18
* radv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-12-141-1/+1
* anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun2016-12-141-9/+14
* anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2016-12-142-8/+23
* anv: don't leak memory if anv_init_wsi() failsEmil Velikov2016-12-141-2/+4
* anv: don't double-close the same fdEmil Velikov2016-12-141-2/+1
* anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirtyJason Ekstrand2016-12-141-10/+13
* anv/format: handle unsupported formats properlyIago Toral Quiroga2016-11-241-0/+3
* anv: fix enumeration of propertiesEmil Velikov2016-11-241-6/+8
* anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand2016-11-241-1/+13
* anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand2016-11-241-5/+15
* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun2016-11-241-1/+1
* anv: Implement a depth stall restriction on gen7Jason Ekstrand2016-11-243-0/+35
* anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand2016-11-241-9/+11
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand2016-11-241-1/+5
* anv: Handle null in all destructorsJason Ekstrand2016-11-249-1/+65
* anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin2016-11-241-2/+2
* anv: Rework fencesJason Ekstrand2016-11-233-26/+150
* anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-231-3/+10
* anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-231-0/+29
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand2016-11-111-0/+6
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand2016-11-111-8/+8
* anv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4
* anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2016-11-092-9/+150
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-094-72/+76
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-092-15/+24
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-092-48/+62
* anv/batch_chain: Improve write_relocJason Ekstrand2016-11-091-5/+22
* anv: Initialize anv_bo::offset to -1Jason Ekstrand2016-11-091-1/+1
* anv/allocator: Simplify anv_scratch_poolJason Ekstrand2016-11-092-61/+55
* anv: Add a new bo_pool_init helperJason Ekstrand2016-11-094-20/+21
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-092-53/+15
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-093-2/+11
* anv/device: Add an execbuf wrapperJason Ekstrand2016-11-092-20/+35
* anv/pipeline: Properly cache prog_data::paramJason Ekstrand2016-11-093-14/+36
* anv/pipeline: Put actual pointers in anv_shader_binJason Ekstrand2016-11-095-50/+45
* intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand2016-11-091-1/+2
* anv: Better handle return codes from anv_physical_device_initJason Ekstrand2016-11-091-1/+1
* anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand2016-11-091-6/+4
* anv: Replace "abi_versions" with correct "api_version".Matt Turner2016-10-272-2/+2
* anv: automake: cleanup the generated json file during make cleanEmil Velikov2016-10-241-1/+1
* anv: Suffix the intel_icd file with the host CPUJason Ekstrand2016-10-243-3/+9
* Revert Use absolute path in intel_icd.json and related patches.Emil Velikov2016-10-193-15/+2
* anv: move to using shared wsi codeDave Airlie2016-10-197-1928/+4
* anv/wsi: remove all anv references from WSI common codeDave Airlie2016-10-199-99/+98
* anv: move common wsi code to x11/wayland common files.Dave Airlie2016-10-1910-1656/+1851