aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: Apply the flushes when switching pipelines.Rafael Antognolli2020-02-261-12/+4
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-2632-220/+108
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-2629-281/+74
* gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák2020-02-265-40/+40
* gallium/hash_table: consolidate hash tables with FD keysMarek Olšák2020-02-268-142/+58
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-2616-184/+47
* tgsi_to_nir: set num_images and num_samplers with holes correctlyMarek Olšák2020-02-261-0/+14
* panfrost: Remove some more prints to stdoutTomeu Vizoso2020-02-261-2/+2
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-261-7/+1
* lima: expose fragment shader derivatives capabilityIcenowy Zheng2020-02-261-0/+3
* v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo2020-02-256-25/+76
* dri: add another get shm variant.Dave Airlie2020-02-251-0/+3
* gallium/util: remove unused debug_print_foo helpersErik Faye-Lund2020-02-244-159/+0
* gallium/util: do not use debug_print_formatErik Faye-Lund2020-02-243-16/+4
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-242-7/+0
* hud: add GALLIUM_HUD_SCALEJonathan Marek2020-02-241-8/+11
* lima: remove its hash table entry when invalidating a resourceIcenowy Zheng2020-02-241-0/+2
* freedreno: Switch to using lowered image intrinsics.Eric Anholt2020-02-241-0/+3
* tgsi_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().Eric Anholt2020-02-241-19/+2
* v3d: Ask the state tracker to lower image accesses off of derefs.Eric Anholt2020-02-241-0/+3
* gallium: Add a cap for enabling lowering of image load/store intrinsics.Eric Anholt2020-02-243-0/+4
* iris: Use isl_aux_state_transition_write()Nanley Chery2020-02-241-182/+13
* iris: Use ISL's access preparation functionsNanley Chery2020-02-241-256/+34
* iris: Use isl_aux_usage_has_fast_clear()Nanley Chery2020-02-243-5/+5
* iris: Fix import sync-file into syncobjChris Wilson2020-02-241-0/+2
* gallium/swr: Fix min/max range index drawKrzysztof Raszkowski2020-02-242-2/+16
* iris: Set MOCS for constant packets on Gen12+Kenneth Graunke2020-02-211-0/+7
* iris: Fix BLORP vertex buffers to respect ISL MOCS settingsKenneth Graunke2020-02-211-7/+1
* iris: Make mocs an inline helper in iris_resource.hKenneth Graunke2020-02-216-23/+22
* nir/builder: Return an integer from nir_get_texture_sizeJason Ekstrand2020-02-211-1/+1
* util: Change os_same_file_description return type from bool to intMichel Dänzer2020-02-211-1/+14
* winsys/amdgpu: Make local variable r signedMichel Dänzer2020-02-211-1/+2
* panfrost: Rewrite texture descriptor creation logicAlyssa Rosenzweig2020-02-213-168/+45
* panfrost: Move format translation to rootAlyssa Rosenzweig2020-02-2111-369/+1
* panfrost: Move pan_afbc.c to rootAlyssa Rosenzweig2020-02-213-136/+0
* panfrost: Move checksum routines to root panfrostAlyssa Rosenzweig2020-02-212-42/+2
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-213-454/+0
* lima: implement PLB PP stream cacheVasily Khoruzhick2020-02-216-120/+121
* gallivm: fix crash in emit_get_buffer_sizeRoland Scheidegger2020-02-201-1/+3
* gallivm: fix crash with bptc border color samplingRoland Scheidegger2020-02-201-1/+10
* panfrost: Remove flush_frontbufferAlyssa Rosenzweig2020-02-201-11/+0
* panfrost: LogicOp supportIcecream952020-02-204-9/+88
* gallium/auxiliary/vl: fix bob compute shaders for deint yuvThong Thai2020-02-191-0/+4
* radeonsi: Fix compute copies for subsampled formats.Bas Nieuwenhuizen2020-02-191-3/+18
* gallium/util: remove unused u_surfaces.c/hMarek Olšák2020-02-194-228/+0
* panfrost: Remove old hackAlyssa Rosenzweig2020-02-191-3/+2
* panfrost: Remove old commentAlyssa Rosenzweig2020-02-191-2/+0
* panfrost: Remove dirty trackingAlyssa Rosenzweig2020-02-193-57/+6
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-191-7/+7
* iris: Do not dereference nullptr with pipe_referenceDanylo Piliaiev2020-02-192-2/+4