summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Add malloc_trim after builtin_builder release.Sungguk Na1-0/+2
2023-02-21Fixed build error in aarch64.Joonbum Ko1-1/+1
2023-02-21Reduced the calling tpl_surface_validate.Joonbum Ko1-4/+13
2023-02-21Added ttrace pointsJoonbum Ko1-0/+6
2023-02-21Enabled the extension EGL_TIZEN_native_fence_sync.Joonbum Ko1-0/+1
2023-02-21 Fixed missing server_wait_sync to be called.Joonbum Ko1-0/+3
2023-02-21fixed fd leak problem.Joonbum Ko1-7/+7
2023-02-21Implemented internal_wait_sync with release_fence_fd from tpl_surface.Joonbum Ko1-1/+66
2023-02-21v3d: Implemented some functions to support eglWaitsync.Joonbum Ko4-1/+69
2023-02-21Implemented frontbuffer rendering mode.Joonbum Ko2-0/+17
2023-02-21Add exception handle for multithread case.Xuelian2-0/+15
2023-02-21Implement extension EGL_TIZEN_native_fence_syncJoonbum Ko12-14/+163
2023-02-21Fix to use TPL_BACKEND_WAYLAND_THREAD.Joonbum Ko1-2/+9
2023-02-21Fix "close object **" error in vc4_bo_free on RPI3Xuelian1-12/+35
2023-02-21Fix resize issueXuelian Bai9-6/+164
2023-02-21Fix display issue on RPI4Xuelian Bai1-56/+50
2023-02-21Add Pbuffer support on Tizen platformXuelian1-28/+68
2023-02-21EGL: Add support for westonZhaowei Yuan6-10/+179
2023-02-21egl_dri2: Add support for TizenXuelian10-7/+1820
2023-02-08anv: uncompressed views of compressed 3d images are now validIván Briano1-1/+1
2023-02-08aco: fix imod/omod for gfx11 VOP3 opcodesGeorg Lehmann1-12/+12
2023-02-08util/vbuf: fix multidraw unrollingMike Blumenkrantz1-6/+4
2023-02-08zink: use screen indexing for bindless descriptor set in template bindMike Blumenkrantz1-1/+1
2023-02-08zink: make last_vertex_stage the first bit in zink_vs_key_baseMike Blumenkrantz1-1/+1
2023-02-08zink: fix gpl lib hashingMike Blumenkrantz1-3/+31
2023-02-08zink: set zs feedback loop bit from driver workaround on ctx createMike Blumenkrantz1-0/+1
2023-02-08zink: set gfx feedback loop bit in pipeline state for driver workaroundMike Blumenkrantz1-0/+1
2023-02-08zink: add a define for testing that an optimal key is the defaultMike Blumenkrantz1-0/+10
2023-02-08zink: add a define for the "default" optimal keyMike Blumenkrantz1-0/+3
2023-02-08zink: fix pointcoord y inversionSoroushIMG5-15/+35
2023-02-08lavapipe: Fix bad array index scale factor in lvp_inline_uniforms passIan Romanick1-1/+1
2023-02-08aco: fix out-of-bounds access when moving s_mem(real)time across SMEMRhys Perry1-1/+1
2023-02-08lavapipe: disable VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT for int formatsMike Blumenkrantz1-1/+1
2023-02-08v3dv: ensure we apply binning syncs to secondary command buffersIago Toral Quiroga3-4/+22
2023-02-08v3dv: ensure at least V3D_CL_MAX_INSTR_SIZE bytes in last CL instructionIago Toral Quiroga2-7/+13
2023-02-08loader: unregister special event in loader_dri3_drawable_finiYuxuan Shui1-0/+9
2023-02-08zink: fix max acquired image countMike Blumenkrantz1-2/+2
2023-02-08zink: clear null image surfaces to 0SoroushIMG1-0/+7
2023-02-08zink: fix leak when rebinding same image surfaceSoroushIMG1-1/+4
2023-02-08zink: only save frag const buffers when used by blitSoroushIMG2-2/+5
2023-02-08radv: set state.vbo_misaligned_mask_invalid in radv_bind_vs_input_stateRhys Perry1-0/+6
2023-02-08ac/llvm: Fix validation error with global ioKonstantin Seurer1-1/+1
2023-02-08ac/nir/ngg: Include culled primitives in query.Timur Kristóf1-19/+28
2023-02-08zink: fix cap check for arb sparse texture2SoroushIMG1-1/+3
2023-02-08zink: fix sparse residency query and minLOD feature checksSoroushIMG1-1/+3
2023-02-08ac/nir/ngg: fix clip dist culling mask uninitializedQiang Yu1-2/+5
2023-02-08radv: Disable NGG culling when conservative overestimation is used.Timur Kristóf1-6/+10
2023-02-08anv: handle ATTACHMENT_OPTIMAL layoutConstantine Shablya1-2/+4
2023-02-08amd: fix typo in shadowed uconfig registers on gfx11Marek Olšák1-2/+2
2023-02-08amd: fix tile_swizzle on gfx11 - should be shifted by 10 bits, not 8Marek Olšák6-14/+8