summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* anv: don't report error with other vendor DRM devicesLionel Landwerlin2020-01-211-4/+11
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-2114-83/+100
* compiler: Add a note about how num_ssbos works in the program info.Eric Anholt2020-01-211-1/+5
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-216-8/+9
* gallium: Pack the atomic counters just above the SSBOs.Eric Anholt2020-01-216-14/+24
* mesa: Make atomic lowering put atomics above SSBOs.Eric Anholt2020-01-218-86/+48
* turnip: Refactor linkage state setup.Eric Anholt2020-01-211-20/+20
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* anv: initialize clear_color_is_zero_oneTapani Pälli2020-01-211-0/+5
* panfrost/midgard: Print the actual source register for store operationsBoris Brezillon2020-01-211-1/+1
* panfrost: Add pandecode entries for ASTC/ETC formatsAlyssa Rosenzweig2020-01-211-0/+9
* panfrost: Add ASTC texture formatsIcecream952020-01-215-1/+30
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-214-4/+45
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-214-152/+210
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-214-25/+35
* panfrost: Compile tiling routines with -O3Alyssa Rosenzweig2020-01-211-1/+1
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-211-1/+0
* gallium/gallivm: enable linking lp_bld_printf function with C++ codeJan Zielinski2020-01-211-0/+7
* iris: Fix value of out-of-bounds accesses for vertex attributesDanylo Piliaiev2020-01-211-1/+1
* turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORYHyunjun Ko2020-01-211-0/+3
* clover: Initialize Asm ParsersJan Vesely2020-01-211-0/+1
* anv: Allow enumerating multiple physical devicesJason Ekstrand2020-01-202-72/+75
* anv: Re-arrange physical_device_initJason Ekstrand2020-01-201-23/+27
* anv: Drop separate chipset_id fieldsJason Ekstrand2020-01-203-13/+9
* anv: Move the physical device dispatch table to anv_instanceJason Ekstrand2020-01-203-40/+24
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-205-13/+16
* anv: Stop allocating WSI event fences off the instanceJason Ekstrand2020-01-201-2/+2
* anv: Take a device in anv_perf_warnJason Ekstrand2020-01-204-15/+15
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-208-82/+69
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-2024-128/+90
* 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-204-37/+47
* 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
* ac: add ac_build_readlane without optimization barrierMarek Olšák2020-01-202-4/+17
* ac: add prefix bitcount functionsMarek Olšák2020-01-202-0/+64
* 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