summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2021-06-07winsys/amdgpu: reduce amdgpu_cs sizePierre-Eric Pelloux-Prayer2-8/+17
2021-06-07amdgpu/winsys: remove amdgpu_cs_has_chainingPierre-Eric Pelloux-Prayer2-13/+10
2021-06-07winsys/amdgpu: don't read bo->u.slab.entry after pb_slab_freePierre-Eric Pelloux-Prayer1-8/+4
2021-06-07radeonsi: dirty msaa_config on rs->multisample_enable changePierre-Eric Pelloux-Prayer1-0/+2
2021-06-07d3d12: Add mechanism for D3D12 Adapter SelectionSteve Pronovost1-8/+47
2021-06-06nv50: expose GL ES 3.1 for nva3+ hardwareIlia Mirkin1-1/+2
2021-06-06nv50: expose images/buffers/computeIlia Mirkin1-9/+13
2021-06-06nouveau: improve video limit reportingIlia Mirkin2-4/+63
2021-06-06vdpau: allow state tracker to report a lower number of macroblocksIlia Mirkin2-2/+7
2021-06-06nvc0: fix 3d imagesIlia Mirkin2-16/+117
2021-06-06nv50: fix streamout queriesIlia Mirkin1-18/+22
2021-06-05asahi: Mark special fragment inputs as sysvalsAlyssa Rosenzweig1-2/+3
2021-06-05freedreno: Don't return a flushed batchRob Clark1-3/+9
2021-06-05freedreno: Fix typoRob Clark1-1/+1
2021-06-04lima: Use ra_alloc_contig_reg_class().Eric Anholt1-91/+16
2021-06-04vc4: Use the ra_alloc_contig_reg_class() function to speed up RA.Eric Anholt1-7/+7
2021-06-04ra: Use struct ra_class in the public API.Eric Anholt6-39/+36
2021-06-04ra: Document that class index is allocated in order, use that in r300.Eric Anholt1-2/+1
2021-06-04zink: explicitly advertise index buffer format supportMike Blumenkrantz1-0/+7
2021-06-04d3d12: explicitly advertise index buffer format supportMike Blumenkrantz1-3/+6
2021-06-04r600: explicitly advertise index buffer format supportErik Faye-Lund3-0/+23
2021-06-04r300: explicitly advertise index buffer format supportMike Blumenkrantz1-0/+7
2021-06-04nouveau: explicitly advertise index buffer format supportMike Blumenkrantz3-0/+24
2021-06-04llvmpipe: Don't call util_init_math().Emma Anholt1-2/+0
2021-06-04tgsi_exec: Garbage-collect the FAST_MATH path.Emma Anholt1-26/+0
2021-06-04Revert "Revert "zink: call tc_driver_internal_flush_notify() on flush""Mike Blumenkrantz2-1/+4
2021-06-04aux/tc: fix ubo unbindingMike Blumenkrantz1-0/+1
2021-06-04st/mesa: execute glFlush asynchronously if no image has been imported/exportedMarek Olšák1-0/+2
2021-06-04zink: use VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL when possibleMike Blumenkrantz6-13/+63
2021-06-04zink: track number of fb attachment binds on resourcesMike Blumenkrantz2-0/+13
2021-06-04zink: emit fb attachment barriers inline during renderpass startMike Blumenkrantz1-19/+6
2021-06-04zink: no-op read access buffer barriers if existing access exists for earlier...Mike Blumenkrantz1-3/+4
2021-06-04radeon/vcn/enc: use surface swizzle mode instead of linearLeo Liu1-2/+12
2021-06-04frontends/va: Derive image from interlaced buffers for h26[4/5]encodeSureshGuttula1-0/+2
2021-06-04broadcom/common: move v3d_tiling to commonAlejandro Piñeiro8-588/+5
2021-06-04zink: Fix MacOS compiling issuesDuncan Hopkins3-1/+16
2021-06-04gallium/dri: Guard DRI driver global variables on MacOS if Zink is enabled.Duncan Hopkins1-1/+1
2021-06-04zink: Correct compiler issue with have_moltenvk member having been moved.Duncan Hopkins1-1/+1
2021-06-03swr: fix uninitialized variable warningsMichel Zou1-2/+2
2021-06-03zink: fix win32 buildMichel Zou1-0/+1
2021-06-03gitlab-ci: enable testing on Intel Kaby Lake as experimentalGustavo Padovan2-0/+148
2021-06-03Revert "virgl: Cache depth and stencil buffers"Lepton Wu1-1/+0
2021-06-03ac: add ac_thread_trace::dataSamuel Pitoiset1-1/+2
2021-06-03ac: rename ac_dump_thread_trace() to ac_dump_rgp_capture()Samuel Pitoiset1-1/+1
2021-06-03frontends/va: use pipe buffer map instead of texture mapLeo Liu1-1/+1
2021-06-03radeonsi: fix encryption check for buffersPierre-Eric Pelloux-Prayer1-3/+1
2021-06-03radeonsi: allow write-only mapping of encrypted texturesPierre-Eric Pelloux-Prayer1-2/+2
2021-06-03frontend/dri: fix bool/int comparisonPierre-Eric Pelloux-Prayer1-1/+1
2021-06-03frontend/dri: set PIPE_BIND_PROTECTED laterPierre-Eric Pelloux-Prayer1-2/+3
2021-06-03ac: import performance counters from RadeonSISamuel Pitoiset3-865/+65