summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Import vk_icd.hJason Ekstrand2016-01-292-7/+86
* anv/device: Fix version checkJason Ekstrand2016-01-291-1/+1
* anv: Don't disable snooping for mempoolsKristian Høgsberg Kristensen2016-01-291-0/+2
* anv: clflush is only orderered against mfenceKristian Høgsberg Kristensen2016-01-293-11/+12
* anv: Limit flushing to the range of mapped memoryKristian Høgsberg Kristensen2016-01-291-1/+6
* anv/cmd_buffer: Emit gen9 style SF state for CHVBen Widawsky2016-01-291-1/+23
* anv/gen8: Extract SF stateBen Widawsky2016-01-291-8/+15
* anv: Do resolves at end of subpassChad Versace2016-01-284-0/+68
* anv/meta: Remove unneeded resolve pipelineChad Versace2016-01-282-9/+16
* anv/meta_resolve: Remove redundant initialization paramsChad Versace2016-01-281-18/+10
* anv: Drop const on anv_framebuffer::attachmentsChad Versace2016-01-281-1/+1
* anv: Add anv_subpass::has_resolveChad Versace2016-01-282-2/+7
* anv/meta_resolve: Save/Restore viewport and scissorChad Versace2016-01-281-2/+21
* anv/meta_resolve: Begin pass outside emit_resolve()Chad Versace2016-01-281-45/+48
* anv/image: Update usage flags for multisample imagesChad Versace2016-01-281-0/+6
* anv/device: Add a better version check.Jason Ekstrand2016-01-281-1/+4
* anv/device: Advertise 1.0.2Jason Ekstrand2016-01-271-1/+1
* anv/formats: Properly set FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BITJason Ekstrand2016-01-271-0/+3
* vulkan.h: Update to 1.0.2Jason Ekstrand2016-01-271-4/+5
* anv/device: Improve the api version check to allow 1.0.XJason Ekstrand2016-01-271-1/+1
* vtn: Improve accuracy of acos approximation.Francisco Jerez2016-01-271-3/+3
* An alternate arccosine implementationJason Ekstrand2016-01-271-2/+24
* anv/meta_resolve: Fix a bug in the meta pipeline destroy pathJason Ekstrand2016-01-271-1/+1
* anv/skl: Fix crash in 16x multisamplingChad Versace2016-01-271-2/+3
* anv: Fix comment for anv_meta_state arraysChad Versace2016-01-271-2/+2
* anv/push constants: Use constant buffer #2Ben Widawsky2016-01-271-2/+2
* anv/meta: Implement multisample clearsChad Versace2016-01-272-72/+70
* anv/meta: Simplify failure handling during clear initChad Versace2016-01-271-54/+32
* anv/meta: Implement vkCmdResolveImageChad Versace2016-01-275-18/+813
* anv/meta: Add func anv_meta_get_iview_layer()Chad Versace2016-01-272-13/+19
* anv/gen8: Begin enabling pipeline multisample stateChad Versace2016-01-274-18/+137
* anv/gen8: Set multisample surface stateChad Versace2016-01-271-1/+11
* anv/meta: Merge anv_meta_clear.h into anv_meta.hChad Versace2016-01-274-39/+3
* vtn: Make tanh implementation even stupiderKenneth Graunke2016-01-271-5/+7
* nir/opt_algebraic: Use a more elementary mechanism for lowering ldexpJason Ekstrand2016-01-271-62/+2
* gen8/state: Fix QPitch for compressed textures on BroadwellJason Ekstrand2016-01-271-1/+14
* anv/image: Use the entire image height for compressed meta blitsJason Ekstrand2016-01-271-1/+1
* anv/image: Enlarge the image level 0 extentNanley Chery2016-01-271-4/+4
* anv/image: Minify before dividing by block dimensionsJason Ekstrand2016-01-271-8/+8
* anv/meta: Don't double-call choose_buffer_formatJason Ekstrand2016-01-271-3/+2
* anv/meta: Modify make_image_for_buffer()'s imageNanley Chery2016-01-271-7/+10
* anv/image: Use custom VkBufferImageCopy for iview initializationNanley Chery2016-01-271-3/+10
* anv: Add offset parameter to anv_image_view_init()Nanley Chery2016-01-274-15/+17
* anv/meta: Calculate mip offset for compressed textureNanley Chery2016-01-271-3/+16
* anv/meta: Disambiguate slice variable valueNanley Chery2016-01-271-11/+12
* gen8_state: use iview extent to program RENDER_SURFACE_STATENanley Chery2016-01-271-2/+2
* anv/image: Scale iview extent by backing imageNanley Chery2016-01-272-3/+22
* anv/meta: Set depth to 0 for buffer image in CopyBufferToImage()Nanley Chery2016-01-271-2/+1
* anv/meta: Use the uncompressed rectangle when blittingNanley Chery2016-01-271-9/+41
* i965: Update the surface_format table for ETC formatsNanley Chery2016-01-271-11/+11