aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ac/surface: don't compute single-sample CMASK if it's unalignedMarek Olšák2020-05-231-1/+4
* ac/gpu_info: compute the best safe IB alignmentMarek Olšák2020-05-234-5/+17
* freedreno: Use the right amount of &'sKristian H. Kristensen2020-05-221-1/+1
* freedreno: Add missing break statement.Vinson Lee2020-05-221-0/+1
* nir/copy_prop_vars: Record progress in more placesJason Ekstrand2020-05-221-0/+3
* nir/opt_deref: Report progress if we remove a derefJason Ekstrand2020-05-221-1/+3
* nir/lower_double_ops: Rework the if (progress) treeJason Ekstrand2020-05-221-1/+8
* frontends/va: Fix deinterlace bottom field first flagThong Thai2020-05-221-2/+2
* pan/mdg: Allow DCE on ld_color_buffer masksAlyssa Rosenzweig2020-05-221-2/+2
* pan/mdg: Ensure we don't DCE into impossible masksAlyssa Rosenzweig2020-05-221-1/+6
* pan/mdg: Lower shifts to 32-bitAlyssa Rosenzweig2020-05-221-0/+8
* pan/mdg: Add pack_colour_32 opcodeAlyssa Rosenzweig2020-05-222-0/+4
* panfrost: Handle !independent_blend for blend shadersAlyssa Rosenzweig2020-05-221-0/+3
* panfrost: Use _mesa_roundevenf when packing clear coloursAlyssa Rosenzweig2020-05-221-13/+14
* panfrost: Fix dated commentAlyssa Rosenzweig2020-05-221-21/+9
* Properly check mmap return valueHanno Böck2020-05-221-1/+1
* gallium/swr: Fix building swr with MSVCKrzysztof Raszkowski2020-05-221-0/+2
* mesa: Fix double-lock of Shared->FrameBuffers and usage of wrong mutexDanylo Piliaiev2020-05-221-8/+1
* zink: hammer in an explicit wait when retrieving buffer contents for readingErik Faye-Lund2020-05-221-0/+15
* zink: reset query on-demand when beginning a new query from resumeMike Blumenkrantz2020-05-221-0/+1
* zink: fix vkCmdResetQueryPool usageMike Blumenkrantz2020-05-221-1/+1
* zink: flush active queries on destroy and free query objectMike Blumenkrantz2020-05-221-7/+20
* zink: add SpvId returns to a couple ntv functionsMike Blumenkrantz2020-05-221-2/+3
* zink: explicitly zero some arrays in ntvMike Blumenkrantz2020-05-221-2/+2
* radeonsi/sdma: remove useless comparePierre-Eric Pelloux-Prayer2020-05-221-4/+3
* amdgpu: fix unitialized variablePierre-Eric Pelloux-Prayer2020-05-221-1/+1
* radeonsi: fix inversed arguments in si_test_gds_memory_managementPierre-Eric Pelloux-Prayer2020-05-221-1/+1
* amd/addrlib: fix forgotten char -> enum conversionsPierre-Eric Pelloux-Prayer2020-05-221-2/+2
* glsl: Remove integer matrix support from ir_dereference_array::constant_expre...Ian Romanick2020-05-211-9/+1
* freedreno/a5xx: Define the 2D blit UBWC pitch fieldsEric Anholt2020-05-211-0/+2
* freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.Eric Anholt2020-05-212-0/+15
* freedreno/a5xx: Add the outline of a unit test for a5xx layout.Eric Anholt2020-05-213-33/+149
* freedreno/fdl: Separate the list of a6xx testcases from the the test code.Eric Anholt2020-05-214-93/+149
* freedreno/a5xx: Move resource layout to fdl.Eric Anholt2020-05-214-106/+152
* pan/mdg: Eliminate remaining divisions from compilerAlyssa Rosenzweig2020-05-212-5/+12
* pan/mdg: Avoid division in printing helpersAlyssa Rosenzweig2020-05-213-4/+16
* pan/mdg: Eliminate 64-bit swizzle packing divisionAlyssa Rosenzweig2020-05-211-1/+2
* pan/mdg: Eliminate expand_writemask divisionAlyssa Rosenzweig2020-05-212-5/+5
* pan/mdg: Cleanup comments that look like divisionAlyssa Rosenzweig2020-05-213-4/+4
* panfrost: Fix transform feedback typesAlyssa Rosenzweig2020-05-211-15/+2
* panfrost: Don't set CAN_DISCARD for MFBDAlyssa Rosenzweig2020-05-211-9/+3
* panfrost: Avoid redundant shader executions with mask=0x0Alyssa Rosenzweig2020-05-214-1/+54
* panfrost: Disable tib read/write when colourmask = 0x0Alyssa Rosenzweig2020-05-213-10/+16
* panfrost: Remove dated comment about leaksAlyssa Rosenzweig2020-05-211-1/+0
* panfrost: Limit blend shader work countAlyssa Rosenzweig2020-05-212-5/+13
* panfrost: Allow tiling on RECT texturesAlyssa Rosenzweig2020-05-211-1/+1
* panfrost: Allow bpp24 tilingAlyssa Rosenzweig2020-05-212-2/+9
* panfrost: Don't zero staging buffer for tilingAlyssa Rosenzweig2020-05-211-1/+1
* panfrost: Don't set PIPE_CAP_VERTEX_BUFFER_STRIDE_4BYTE_ALIGNED_ONLYAlyssa Rosenzweig2020-05-211-4/+0
* panfrost: Fill in SCALED formats to format tableAlyssa Rosenzweig2020-05-211-0/+26