summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv/image: Update usages of isl_surf_get_image_offset_saNanley Chery2016-01-271-1/+1
* isl: Add logical z offset to GEN4_2D surfacesNanley Chery2016-01-271-1/+2
* isl/tests: Add some tests for intratile offsetsChad Versace2016-01-271-2/+94
* isl: Add func isl_get_intratile_image_offset_el()Chad Versace2016-01-272-0/+57
* isl/tests: Rename t_assert_offset()Chad Versace2016-01-271-30/+30
* isl: Add func isl_surf_get_image_offset_el()Chad Versace2016-01-273-17/+51
* isl: Fix row pitch for compressed formatsChad Versace2016-01-271-1/+1
* isl: Add func isl_surf_get_tile_info()Chad Versace2016-01-272-0/+14
* vtn: Fix atan2 for non-scalars.Kenneth Graunke2016-01-271-24/+3
* vtn: Fix Modf.Kenneth Graunke2016-01-271-4/+8
* i965: Fix SIN/COS precision problems.Kenneth Graunke2016-01-272-12/+40
* anv: Put back code to grow shader scratch spaceKristian Høgsberg Kristensen2016-01-271-0/+4
* anv: Update the device limits.Kenneth Graunke2016-01-261-21/+17
* gen7/cmd_buffer: SCISSOR_RECT structs are tightly packedJason Ekstrand2016-01-261-3/+3
* anv/pipeline: Set MaximumVPIndex in 3DSTATE_CLIPJason Ekstrand2016-01-262-2/+4
* anv/pipeline: Only lower input indirects if EmitNoIndirectInput is setJason Ekstrand2016-01-261-1/+3
* anv/formats: Use is_power_of_two instead of is_rgb to determine renderabilityJason Ekstrand2016-01-261-1/+1
* HACK/i965/surface_formats: Mark A4B4G4R4 as being supportedJason Ekstrand2016-01-261-1/+1