aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/bufmgr: Cast bitshift to unsignedDanylo Piliaiev2020-02-191-1/+1
* gallium: Only define PIPE_ALIGNSTACK on x86.Eric Anholt2020-02-181-1/+1
* llvmpipe: Fix another uninitialized value warning, on init_val.Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence uninitialized variable warning about "scissor"Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence uninitialized variable warning about "vals"Eric Anholt2020-02-181-1/+1
* llvmpipe: Fix warning about uninitialized "op" in the NIR path.Eric Anholt2020-02-181-74/+75
* llvmpipe: Silence uninitialized variable warning about "chan"Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence "possibly uninitialized value" warning for ssbo_limit.Eric Anholt2020-02-181-2/+2
* llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACEEric Anholt2020-02-181-0/+1
* freedreno/registers: cleanup CP_SET_MARKERRob Clark2020-02-183-7/+7
* panfrost: Remove enum panfrost_memory_layoutAlyssa Rosenzweig2020-02-185-50/+28
* panfrost: Debitfieldize mali_uniform_buffer_metaAlyssa Rosenzweig2020-02-181-11/+5
* panfrost: Avoid reading GPU memory when packing verticesAlyssa Rosenzweig2020-02-181-17/+18
* panfrost: Cleanup transfer_mapAlyssa Rosenzweig2020-02-181-22/+1
* panfrost: Update scoreboarding notesAlyssa Rosenzweig2020-02-181-10/+6
* panfrost: Rewrite scoreboarding routinesAlyssa Rosenzweig2020-02-187-494/+117