aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* panfrost: Remove deadcodeAlyssa Rosenzweig2020-05-211-2/+0
* panfrost: Keep cached BOs mmap'dAlyssa Rosenzweig2020-05-211-17/+5
* panfrost: Guard experimental fp16 behind debug flagAlyssa Rosenzweig2020-05-212-1/+4
* pan/mdg: Pack 8-bit swizzles in 16-bit opsAlyssa Rosenzweig2020-05-211-1/+4
* pan/mdg: Implement condense_writemask for 8-bitAlyssa Rosenzweig2020-05-211-2/+11
* pan/mdg: Implement vector constant printing for 8-bitAlyssa Rosenzweig2020-05-211-1/+16
* pan/mdg: Use shifts instead of division for RA sizesAlyssa Rosenzweig2020-05-211-41/+44
* pan/mdg: Pack barriers correctlyAlyssa Rosenzweig2020-05-211-0/+7
* pan/mdg: Fix type checking issues with computeAlyssa Rosenzweig2020-05-212-0/+4
* pan/mdg: Separately pack constants to the upper halfAlyssa Rosenzweig2020-05-211-2/+11
* pan/mdg: Only combine 16-bit constants to lower halfAlyssa Rosenzweig2020-05-211-3/+15
* pan/mdg: Factor out mir_adjust_constantAlyssa Rosenzweig2020-05-211-50/+63
* pan/mdg: Print constant vectors less wrongAlyssa Rosenzweig2020-05-211-5/+13
* pan/mdg: Round up bytemasks when spillingAlyssa Rosenzweig2020-05-211-2/+4
* pan/mdg: Print mask when dest=0Alyssa Rosenzweig2020-05-211-1/+1