aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* vulkan/overlay: add a margin to the size of the windowLionel Landwerlin2019-05-021-5/+6
* vulkan/overlay: add no display optionLionel Landwerlin2019-05-023-25/+50
* vulkan/overlay: add pipeline statistic & timestamps supportLionel Landwerlin2019-05-022-55/+383
* vulkan/overlay: record stats in command buffers and accumulate on exec/submitLionel Landwerlin2019-05-022-141/+238
* vulkan/overlay: update help printoutLionel Landwerlin2019-05-021-2/+2
* vulkan/util: generate a helper function to return pNext struct sizesLionel Landwerlin2019-05-022-4/+54
* panfrost/midgard: Skip liveness analysis for instructions without destTomeu Vizoso2019-05-021-0/+7
* panfrost/midgard: Skip register allocation if there's no work to doTomeu Vizoso2019-05-021-0/+3
* egl: hard-code destroy function instead of passing it around as a pointerEric Engestrom2019-05-021-7/+5
* nir/search: Add debugging code to dump the pattern matchedConnor Abbott2019-05-021-0/+75
* nir/search: Add automaton-based pre-searchingConnor Abbott2019-05-023-19/+425
* radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output bufferSamuel Pitoiset2019-05-023-0/+9
* glsl: fix typo in #warning messageBrian Paul2019-05-021-1/+1
* svga: add SVGA_NO_LOGGING env var (v2)Brian Paul2019-05-021-1/+15
* svga: move host logging to winsysCharmaine Lee2019-05-029-40/+44
* wsi/wayland: document lack of vkAcquireNextImageKHR timeout supportEric Engestrom2019-05-021-0/+10
* vulkan/wsi/wayland: Respect non-blocking AcquireNextImageDaniel Stone2019-05-021-2/+7
* radv: fix set_output_usage_mask() with composite and 64-bit typesRhys Perry2019-05-021-4/+17
* winsys/svga: Don't abort on EBUSY errors from execbufferThomas Hellstrom2019-05-021-1/+3
* winsys/svga: Update the drm interface fileThomas Hellstrom2019-05-022-174/+188
* svga: Avoid bouncing buffer data in malloced buffersThomas Hellstrom2019-05-023-13/+36
* winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10Thomas Hellstrom2019-05-021-0/+1
* winsys/svga: Add an environment variable to force host-backed operationThomas Hellstrom2019-05-021-6/+11
* ac: tidy up ac_build_llvm8_tbuffer_{load,store}Samuel Pitoiset2019-05-021-13/+13
* radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset2019-05-021-3/+44
* radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset2019-05-021-4/+16
* radv: do not need to force emit the TCS regs on Vega20Samuel Pitoiset2019-05-021-0/+1
* util/bitset: Return an actual bool from test macrosJason Ekstrand2019-05-021-2/+2
* glsl: work around MinGW 7.x compiler bugBrian Paul2019-05-011-0/+15
* llvmpipe: init some vars to NULL to silence MinGW compiler warningsBrian Paul2019-05-011-2/+2
* radeonsi: set sampler state and view functions for compute-only contextsMarek Olšák2019-05-013-9/+12
* radeonsi: use new atomic LLVM helpersMarek Olšák2019-05-011-8/+4
* st/mesa: don't flush the front buffer if it's a pbufferMarek Olšák2019-05-011-3/+13
* mesa: fix pbuffers because internally they are front buffersMarek Olšák2019-05-011-20/+36
* mesa: rework error handling in glDrawBuffersMarek Olšák2019-05-011-24/+31
* radv: Restrict YUVY formats to 1 layer.Bas Nieuwenhuizen2019-05-021-0/+7
* radv: Set is_array in lowered ycbcr tex instructions.Bas Nieuwenhuizen2019-05-021-0/+1
* radv: Fix hang width YCBCR array textures.Bas Nieuwenhuizen2019-05-021-2/+6
* lima/gpir: add limit of max 512 instructionsErico Nunes2019-05-021-0/+6
* panfrost: Fix blend shader uploadAlyssa Rosenzweig2019-05-012-7/+14
* panfrost/decode: Hit MRT blend shader enable bitsAlyssa Rosenzweig2019-05-012-3/+18
* panfrost: Remove shader dumpAlyssa Rosenzweig2019-05-014-9/+0
* virgl: Re-use and extend queue transfers for intersecting buffer subdatas.David Riley2019-05-011-0/+46
* virgl: Allow transfer queue entries to be found and extended.David Riley2019-05-012-0/+58
* virgl: Store mapped hw resource with transfer object.David Riley2019-05-013-7/+7
* iris: Fix imageBuffer and PBO download.Kenneth Graunke2019-05-011-2/+2
* r600: reset tex array override even when no view boundDave Airlie2019-05-021-11/+10
* nir: Saturating integer arithmetic is not associativeIan Romanick2019-05-011-1/+1
* util: move #include out of #if linuxEric Engestrom2019-05-011-1/+1
* swr/rast: Add general SWTag statisticsAlok Hota2019-05-013-161/+191