summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add mesa.icd to the .gitignoreNeil Roberts2015-08-191-0/+1
* vk/meta: Fix dest format of vkCmdCopyImageChad Versace2015-08-181-1/+2
* vk: Assert that swap chain format is a color formatChad Versace2015-08-181-0/+2
* vk/image: Don't set anv_surface_view::offset twiceChad Versace2015-08-181-1/+0
* vk/meta: Use anv_format_is_color()Chad Versace2015-08-181-1/+1
* vk: Add anv_format_is_color()Chad Versace2015-08-181-0/+6
* vk: Add anv_format reference to anv_render_pass_attachmentChad Versace2015-08-175-19/+15
* vk/image: Simplify stencil case for anv_image_create()Chad Versace2015-08-171-14/+12
* vk/formats: Add global pointer to anv_format for S8_UINTChad Versace2015-08-172-0/+10
* vk: Add anv_format reference t anv_surface_viewChad Versace2015-08-175-19/+10
* vk: Pass anv_format to anv_fill_buffer_surface_state()Chad Versace2015-08-173-8/+8
* vk: Add anv_format reference to anv_imageChad Versace2015-08-173-29/+22
* vk: Store the original VkFormat in anv_formatChad Versace2015-08-172-1/+2
* vk: Update .gitignore for the autogenerated spirv changesJason Ekstrand2015-08-171-1/+1
* vk: Drop aub dumper and PCI ID override featureKristian Høgsberg Kristensen2015-08-174-377/+19
* vk: Use anv_image_create() for creating dmabuf VkImageKristian Høgsberg Kristensen2015-08-174-14/+30
* vk: Add an _autogen suffix autogenerated spirv file namesJason Ekstrand2015-08-172-3/+3
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-08-171323-20097/+65538
|\
| * nvc0: disable tessellation on maxwellIlia Mirkin2015-08-141-2/+5
| * nir: Add support for CSE on textures.Eric Anholt2015-08-141-4/+39
| * nir: Zero out texture instructions when creating them.Eric Anholt2015-08-141-1/+1
| * vc4: Move all of our fixed function fragment color handling to NIR.Eric Anholt2015-08-146-388/+538
| * vc4: Add a helper for making driver-specific NIR load_uniform for GL stateEric Anholt2015-08-142-2/+30
| * nir: Don't try to scalarize unpack ops.Eric Anholt2015-08-141-0/+15
| * nir: Add a nir_opt_undef() to handle csels with undef.Eric Anholt2015-08-144-0/+108
| * gm107/ir: indirect handle goes first on maxwell alsoIlia Mirkin2015-08-141-8/+4
| * nv30: add depth bounds test support for hw that has itIlia Mirkin2015-08-143-2/+14
| * nv50: add depth bounds test supportIlia Mirkin2015-08-143-2/+12
| * nvc0: add depth bounds test supportIlia Mirkin2015-08-143-2/+9
| * docs/relnotes: document amdgpu, GL 4.1 and other new featuresMarek Olšák2015-08-141-0/+6
| * radeonsi: add all new VI PCI IDs including FijiMarek Olšák2015-08-141-0/+24
| * radeonsi: revert a wrong DB bug workaround for VIMarek Olšák2015-08-141-4/+0
| * radeon/uvd: implement HEVC supportBoyuan Zhang2015-08-143-17/+298
| * radeon/vce: disable VCE dual instance for harvest partLeo Liu2015-08-143-1/+5
| * radeon/vce: implement VCE dual instance supportLeo Liu2015-08-143-5/+30
| * radeon/video: config encode stacked frame number based on HWLeo Liu2015-08-141-0/+2
| * radeon/vce: make reloc offset signedChristian König2015-08-144-6/+6
| * radeon/vce: add config task and put task info into encoder v2Leo Liu2015-08-144-33/+47
| * radeon/vce: fix VCE fail after rebaseLeo Liu2015-08-141-8/+6
| * radeon/vce: add dual pipe support for VILeo Liu2015-08-144-22/+21
| * radeon/vce: add new firmware support for VI and CILeo Liu2015-08-141-1/+7
| * radeon/vce: implement VCE two pipe supportLeo Liu2015-08-143-0/+26
| * radeon/uvd: make 30M as minimum for MPEG4 dpb buffer sizeLeo Liu2015-08-141-0/+2
| * radeon/uvd: recalculate dbp buffer sizeLeo Liu2015-08-141-22/+59
| * radeon/video: add 4K support for decode/encode parametersLeo Liu2015-08-141-4/+4
| * gallium/radeon: add h264 performance HW decoder supportLeo Liu2015-08-142-22/+43
| * gallium/radeon: use VM for VCEChristian König2015-08-144-20/+44
| * gallium/radeon: use VM for UVDChristian König2015-08-141-2/+14
| * radeonsi: add support for FIJI (v4)Alex Deucher2015-08-144-0/+12
| * winsys/amdgpu: add addrlib support for Fiji (v2)Alex Deucher2015-08-143-1/+11