aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: use ctx->ac. for types and integer constantsMarek Olšák2020-01-2311-488/+449
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-232-27/+3
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+10
* gallium/swr: add option for static linkKrzysztof Raszkowski2020-01-232-80/+152
* llvmpipe: fix some integer instruction lowering.Dave Airlie2020-01-231-2/+3
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-1/+1
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-232-11/+7
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-233-18/+34
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+4
* llvmpipe: drop LLVM < 3.4 supportEric Engestrom2020-01-221-4/+0
* panfrost: Fix crash in compute variant allocationAlyssa Rosenzweig2020-01-221-1/+2
* r600: Move get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* radeon: Move si_get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.Eric Anholt2020-01-211-1/+0
* r300: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-125/+0
* r600: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-53/+0
* radeonsi: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-22/+0
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-216-32/+37
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-212-2/+2
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* panfrost: Add ASTC texture formatsIcecream952020-01-214-1/+28
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-213-4/+34
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-212-5/+7
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-212-4/+7
* iris: Fix value of out-of-bounds accesses for vertex attributesDanylo Piliaiev2020-01-211-1/+1
* radeonsi/gfx10: enable GS fast launch for triangles and strips with NGG cullingMarek Olšák2020-01-206-54/+222
* radeonsi/gfx10: rewrite late alloc computationMarek Olšák2020-01-202-39/+59
* ac: add helper ac_build_triangle_strip_indices_to_triangleMarek Olšák2020-01-202-37/+8
* radeonsi/gfx10: implement NGG culling for 4x wave32 subgroupsMarek Olšák2020-01-2012-54/+951
* radeonsi/gfx10: move GE_PC_ALLOC setting to shader statesMarek Olšák2020-01-205-15/+40
* radeonsi/gfx10: don't initialize VGPRs not used by NGG passthroughMarek Olšák2020-01-201-3/+5
* radeonsi/gfx10: merge main and pos/param export IF blocks into one if possibleMarek Olšák2020-01-201-4/+21
* radeonsi/gfx10: export primitives at the beginning of VS/TESMarek Olšák2020-01-203-26/+66
* radeonsi/gfx10: move s_sendmsg gs_alloc_req to the beginning of shadersMarek Olšák2020-01-203-3/+13
* radeonsi/gfx10: correct VS PrimitiveID implementation for NGGMarek Olšák2020-01-201-12/+13
* radeonsi/gfx10: update comments and remove invalid TODOsMarek Olšák2020-01-201-12/+1
* radeonsi: turn an assertion into return in si_nir_store_output_tcsMarek Olšák2020-01-201-3/+5
* radeonsi: fix doubles and int64Marek Olšák2020-01-202-7/+7
* radeonsi: don't invoke decompression inside internal launch_gridMarek Olšák2020-01-203-4/+22
* radeonsi: clean up how internal compute dispatches are handledMarek Olšák2020-01-201-22/+13
* Revert "radeonsi: unbind image before compute clear"Marek Olšák2020-01-201-5/+0
* panfrost: Dynamically allocate shader variantsIcecream952020-01-182-3/+23
* panfrost: Expose some functionality with dEQP flagAlyssa Rosenzweig2020-01-181-3/+3
* panfrost: Compact the bo_access readers arrayIcecream952020-01-181-4/+9
* zink: support arrays of samplersErik Faye-Lund2020-01-182-22/+60
* zink: support sampling non-float texturesErik Faye-Lund2020-01-181-6/+7
* zink: store image-type per textureErik Faye-Lund2020-01-181-7/+6
* zink: avoid incorrect vector-constructionErik Faye-Lund2020-01-181-2/+2
* zink: support offset-variants of texturingErik Faye-Lund2020-01-183-5/+17