aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/cso_hash: pack cso_node betterMarek Olšák2020-02-281-1/+1
* panfrost: Increase SSBO/image limit from 4->8Alyssa Rosenzweig2020-02-271-1/+1
* etnaviv: disable INT_FILTER for ASTCJonathan Marek2020-02-271-0/+3
* panfrost: Add PAN_MESA_DEBUG=gles3 optionAlyssa Rosenzweig2020-02-272-7/+15
* panfrost: Expose PIPE_CAP_PRIMITIVE_RESTARTAlyssa Rosenzweig2020-02-271-0/+1
* panfrost: Don't set shared->unk0Alyssa Rosenzweig2020-02-271-1/+0
* panfrost: Fix gl_VertexID/InstanceIDAlyssa Rosenzweig2020-02-273-4/+7
* panfrost: Implement index buffer cacheAlyssa Rosenzweig2020-02-273-1/+114
* panfrost: Combine get_index_buffer with bound computationAlyssa Rosenzweig2020-02-271-16/+25
* radeon/jpeg: fix the jpeg dt_pitch with YUYV formatLeo Liu2020-02-271-5/+2
* st/va: add support YUY2Pierre-Eric Pelloux-Prayer2020-02-272-1/+4
* st/va: enable 4:2:2 chroma formatPierre-Eric Pelloux-Prayer2020-02-271-2/+2
* radeonsi: fix surf_pitch for subsampled surfacePierre-Eric Pelloux-Prayer2020-02-271-10/+10
* gallium/vl: add 4:2:2 supportPierre-Eric Pelloux-Prayer2020-02-272-7/+20
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-2723-37/+26
* format: add format_to_chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-0/+20
* radeonsi: test subsampled format in testdmaPierre-Eric Pelloux-Prayer2020-02-271-30/+31
* gallivm/nir: handle mod 0 better.Dave Airlie2020-02-261-3/+19
* gallivm/nir: fix integer divide SIGFPEDave Airlie2020-02-261-5/+16
* gallivm/tgsi: fix stream id regressionDave Airlie2020-02-261-2/+5
* 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