summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: fix trace dumping for !use_ib_bosGrazvydas Ignotas2017-06-141-3/+11
* radv: set fmask state to all 0s when no fmask. (v2)Dave Airlie2017-06-141-1/+2
* radv: Remove SI num RB override for occlusion queries.Bas Nieuwenhuizen2017-06-141-3/+0
* radv: fewer than 8 RBs are possibleNicolai Hähnle2017-06-141-2/+0
* radv: expose integrated device type for APUs.Dave Airlie2017-06-141-1/+1
* radv: Dirty all descriptors sets when changing the pipeline.Bas Nieuwenhuizen2017-06-142-8/+14
* radv: Set both compute and graphics SGPRS on descriptor set flush.Bas Nieuwenhuizen2017-06-141-29/+27
* radv: Reserve space for descriptor and push constant user SGPR setting.Bas Nieuwenhuizen2017-06-011-0/+8
* radv: automake: list shared libraries after the static onesEmil Velikov2017-06-011-19/+16
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-311-2/+1
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-181-0/+2
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-181-0/+1
* amd/addrlib: import Raven supportMarek Olšák2017-05-183-3/+72
* radv: don't advertise transfer props unless we can do anything elseDave Airlie2017-05-101-2/+2
* radv/ac: canonicalize the output for 32-bit float min/max.Dave Airlie2017-05-101-0/+8
* radv: flush f32->f16 conversion denormals to zero. (v2)Dave Airlie2017-05-102-4/+41
* radv: flush more stages when semaphore are waiting.Dave Airlie2017-05-102-3/+23
* radv: fix stencil only clears.Dave Airlie2017-05-101-0/+3
* radv/wsi: report presentation error per image requestDave Airlie2017-05-101-6/+13
* radv: apply the tess+GS hang workaround to Polaris12 as wellDave Airlie2017-05-081-1/+2
* radv/meta: fix restoring a push descriptor setFredrik Höglund2017-05-082-2/+8
* radv: don't leak DRM devicesGrazvydas Ignotas2017-05-081-1/+3
* radv: fix possible stack corruptionGrazvydas Ignotas2017-05-081-1/+1
* radv: Don't set dynamic state for pipelines with rasterizer dicard.Bas Nieuwenhuizen2017-05-081-6/+9
* radv: enable POLARIS12 support.Dave Airlie2017-05-084-0/+8
* radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driverMarek Olšák2017-05-081-0/+4
* android: amd/addrlib: trivial fix for gfx9 supportMauro Rossi2017-04-171-0/+2
* radv: remove the temp descriptor set infrastructureFredrik Höglund2017-04-142-76/+28
* radv: use push descriptors in metaFredrik Höglund2017-04-146-416/+301
* radv: add private push descriptors for metaFredrik Höglund2017-04-142-0/+41
* radv: remove irrelevant commentGrazvydas Ignotas2017-04-141-1/+1
* radv: report timestampPeriod correctlyGrazvydas Ignotas2017-04-142-2/+2
* radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen2017-04-142-7/+7
* radv: Set descriptor set limits.Bas Nieuwenhuizen2017-04-131-15/+29
* radv: Increase integer sizes in descriptor sets.Bas Nieuwenhuizen2017-04-131-8/+8
* radv: support S8_UINT as a depth/stencil format.Dave Airlie2017-04-141-1/+1
* radv: bump maxGeometryShaderInvocations.Dave Airlie2017-04-141-1/+1
* radv: Add more trace points.Bas Nieuwenhuizen2017-04-132-0/+3
* radv: Ignore CmdUpdateBuffer with size 0.Bas Nieuwenhuizen2017-04-131-0/+3
* radv: Enable query inheritance.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: enable variableMultisampleRate.Bas Nieuwenhuizen2017-04-131-1/+1
* radv: fix stencil regression since new addrlib importDave Airlie2017-04-132-1/+9
* radv: allocate thin textures as linear.Dave Airlie2017-04-131-0/+7
* radv: Disable primitive restart for non-indexed drawsAlex Smith2017-04-122-22/+34
* radv: Hash the immutable samplers.Bas Nieuwenhuizen2017-04-121-0/+3
* radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen2017-04-124-27/+39
* radv: Stop shadowing the result in radv_GetQueryPoolResults.Bas Nieuwenhuizen2017-04-121-4/+4
* radv: Return VK_NOT_READY if the query results are not available.Bas Nieuwenhuizen2017-04-121-0/+6
* radv: Set query availability bit even if we don't wait.Bas Nieuwenhuizen2017-04-121-3/+4
* radv: Implement pipeline statistics queries.Bas Nieuwenhuizen2017-04-113-27/+394