summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nir/spirv: Fix the UBO loading case of a single row-major matric columnJason Ekstrand2016-02-011-3/+7
|
* anv/wsi/wayland: Advertise sRGBJason Ekstrand2016-02-011-4/+4
|
* anv/wsi/x11: Expose SRGB all the timeJason Ekstrand2016-02-011-1/+1
| | | | | | | After a long discussion with Eric Anholt and Owen Taylor, I learned that X11 is basically always sRGB as that's what the scanout hardware does and X doesn't modify anything. Therefore, we should just always expose sRGB formats.
* anv: Structify a one-member unionChad Versace2016-02-011-3/+1
| | | | anv_descriptor contained a union with one member.
* anv: Advertise robustBufferAccessKristian Høgsberg Kristensen2016-02-011-1/+1
| | | | | | The GPU does most of this for us as long as we set up tight bounds for the buffers, which we do. Additionally, we range check dynamically buffers in the shader. With that it's safe to turn on robustBufferAccess.
* anv/meta: Strip trailing whitespaceChad Versace2016-02-011-5/+5
|
* anv: Update MSAA status in READMEChad Versace2016-02-011-1/+1
|
* Update the READMEJason Ekstrand2016-02-011-8/+13
|
* wsi/x11: Remove B8G8R8_UNORMJason Ekstrand2016-02-011-1/+0
| | | | | | We don't actually support that format yet because ISL doesn't have an enum for it. We need to beef up the formats table to allow for tiled-only formats.
* anv/gen7: Rename gen7_batch_lr* to emit_lr*Jordan Justen2016-01-301-30/+30
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7: Set BypassGatewayControl in MEDIA_VFE_STATEJordan Justen2016-01-301-1/+1
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/genX_pipeline: Remove unnecessary #include filesJordan Justen2016-01-301-8/+0
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7: Set SLM size in interface descriptorJordan Justen2016-01-301-0/+11
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv: Support MEDIA_VFE_STATE for gen7Jordan Justen2016-01-301-3/+4
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7: Subtract 1 from num_elements when setting up buffer surface stateJordan Justen2016-01-301-3/+3
| | | | | | e8f51fe4 for gen7 Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7: Disable fs dispatch for depth/stencil only pipelinesJordan Justen2016-01-301-49/+55
| | | | | | 292031a for gen7 Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7: Add support for gl_NumWorkGroupsJordan Justen2016-01-301-0/+19
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/gen7/compute: Setup push constants and local idsJordan Justen2016-01-301-0/+21
| | | | Signed-off-by: Jordan Justen <[email protected]>
* anv/genX: Add genX_pipeline.c for compute_pipeline_createJordan Justen2016-01-304-100/+137
| | | | | | Adds initial compute_pipeline_create implementation for gen7. Signed-off-by: Jordan Justen <[email protected]>
* Merge branch 'vulkan' into 'vulkan' Jason Ekstrand2016-01-301-2/+3
|\ | | | | | | | | | | | | Vulkan WSI Wayland fixes Two small fixes to make mailbox mode actually work again. See merge request !4
| * anv/wsi: Mark Wayland buffers as busyDaniel Stone2016-01-191-0/+1
| | | | | | | | | | | | | | | | | | We were diligently setting Wayland buffers as non-busy, but nowhere in the code did we set them to busy when submitted to the server. This meant that acquire_next_image would only ever find the same buffer in a loop, over and over. Signed-off-by: Daniel Stone <[email protected]>
| * anv/wsi: Avoid stuck Wayland connectionDaniel Stone2016-01-191-2/+2
| | | | | | | | | | | | | | | | | | In acquire_next_image, we are waiting for a wl_buffer::release to arrive and release one of the buffers in our swapchain. Most compositors don't explicitly flush release events, so we may need to perform a roundtrip instead, to ensure the event arrives. Signed-off-by: Daniel Stone <[email protected]>
* | anv/pass: Initialize has_resolveJason Ekstrand2016-01-301-0/+1
| |
* | anv/wsi: Set the platform field of VkIcdSurfaceBaseJason Ekstrand2016-01-302-0/+2
| |
* | anv/wsi/x11: Actually pull information from the window's visualJason Ekstrand2016-01-301-7/+143
| |
* | anv/wsi/x11: Actually check for DRI3Jason Ekstrand2016-01-301-15/+173
| |
* | anv/WSI: Support more usage bitsJason Ekstrand2016-01-292-0/+4
| | | | | | | | | | They're just images and we have no intention of stompping alpha channels (at least not yet), so there's no reason why you can't sample.
* | anv/formats: Add more compressed formatsJason Ekstrand2016-01-291-16/+16
| | | | | | | | | | This adds support for the DX compression formats. Given that ETC and EAC are working fine, these should be ok too.
* | anv/wsi: Rework to be compatable with the loaderJason Ekstrand2016-01-296-97/+94
| |
* | vulkan: Import vk_icd.hJason Ekstrand2016-01-292-7/+86
| |
* | anv/device: Fix version checkJason Ekstrand2016-01-291-1/+1
| | | | | | | | The bottom-end check was wrong so it was only working on <= 1.0.0. Oops.
* | anv: Don't disable snooping for mempoolsKristian Høgsberg Kristensen2016-01-291-0/+2
| | | | | | | | | | | | There's an intermittent flushing problem with VkEvent that we need to root cause. For now, using the snooping feature keeps the memory pools up to date with GPU writes and fixes the problem.
* | anv: clflush is only orderered against mfenceKristian Høgsberg Kristensen2016-01-293-11/+12
| | | | | | | | | | | | We can't use the more fine-grained load and store fence commands (lfence and mfence), since clflush is only guaranteed to be ordered with respect to mfence.
* | 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
| | | | | | | | | | The state for line width changes on Cherryview to use the GEN9 bits (for extra precision).
* | anv/gen8: Extract SF stateBen Widawsky2016-01-291-8/+15
| | | | | | | | For upcoming patch to address difference in Cherryview.
* | anv: Do resolves at end of subpassChad Versace2016-01-284-0/+68
| |
* | anv/meta: Remove unneeded resolve pipelineChad Versace2016-01-282-9/+16
| | | | | | | | | | Vulkan does not allow resolving a single-sample image. So remove that pipeline from anv_meta_state::resolve::pipelines.
* | anv/meta_resolve: Remove redundant initialization paramsChad Versace2016-01-281-18/+10
| |
* | anv: Drop const on anv_framebuffer::attachmentsChad Versace2016-01-281-1/+1
| | | | | | | | | | | | | | | | The attachments should be const, but the driver's function signatures are generally not const-friendly. Drop the const because it conflicts with upcoming anv_cmd_buffer_resolve_subpass().
* | anv: Add anv_subpass::has_resolveChad Versace2016-01-282-2/+7
| | | | | | | | Indicates that the subpass has at least one resolve attachment.
* | 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
| | | | | | | | This refactor is preparation for handling subpass resolve attachments.
* | anv/image: Update usage flags for multisample imagesChad Versace2016-01-281-0/+6
| | | | | | | | | | Meta resolves multisample images by binding them as textures. Therefore we must add VK_IMAGE_USAGE_SAMPLED_BIT.
* | anv/device: Add a better version check.Jason Ekstrand2016-01-281-1/+4
| | | | | | | | | | We now check that the requested version is precicely within the range of versions that we support.
* | 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
| | | | | | | | This was added last minute and the API bumped to 1.0.2.
* | 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
| | | | | | | | | | | | | | | | The adjusted polynomial coefficients come from the numerical minimization of the L2 norm of the relative error. The old coefficients would give a maximum relative error of about 15000 ULP in the neighborhood around acos(x) = 0, the new ones give a relative error bounded by less than 2000 ULP in the same neighborhood.