summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-26Remove deprecated option 'drm'21.0_rc5xuelian.bai1-1/+1
2021-02-26Use _udevrulesdir macroINSUN PYO1-3/+4
2021-02-26Fixed build error in aarch64.Joonbum Ko1-1/+1
2021-02-26Reduced the calling tpl_surface_validate.Joonbum Ko1-4/+13
2021-02-26Added ttrace pointsJoonbum Ko1-0/+6
2021-02-26Enabled the extension EGL_TIZEN_native_fence_sync.Joonbum Ko1-0/+1
2021-02-26 Fixed missing server_wait_sync to be called.Joonbum Ko1-0/+3
2021-02-26fixed fd leak problem.Joonbum Ko1-7/+7
2021-02-26Implemented internal_wait_sync with release_fence_fd from tpl_surface.Joonbum Ko1-1/+66
2021-02-26v3d: Implemented some functions to support eglWaitsync.Joonbum Ko4-1/+69
2021-02-26Implemented frontbuffer rendering mode.Joonbum Ko2-0/+17
2021-02-26Add support for ttraceXuelian2-0/+14
2021-02-26Add exception handle for multithread case.Xuelian2-0/+15
2021-02-26Added missed dri2_fini_surface() at tizen_destroy_surface().Joonbum Ko1-0/+2
2021-02-26Implemented extension EGL_TIZEN_native_fence_sync.Joonbum Ko9-2/+136
2021-02-26Added new extension EGL_TIZEN_native_fence_sync.Joonbum Ko1-0/+11
2021-02-26v3d_fence: Added function to get fence_fd from dri2.Joonbum Ko1-0/+11
2021-02-26v3d_screen: Fixed to support capability for NATIVE_FENCE_FD.Joonbum Ko2-0/+9
2021-02-26Changed the initial setting of dri2_surface to use out_fence_fd.Joonbum Ko1-1/+1
2021-02-26Fixed to use out_fence_fd to wait render done in twe_thread.Joonbum Ko1-11/+8
2021-02-26Fix to use TPL_BACKEND_WAYLAND_THREAD.Joonbum Ko1-2/+9
2021-02-26Fix "close object **" error in vc4_bo_free on RPI3Xuelian1-12/+35
2021-02-26Handle 1x1 issue for driimageXuelian3-4/+31
2021-02-26Fix display issue on RPI4Xuelian Bai2-57/+51
2021-02-26Fix resize issueXuelian Bai15-6/+3737
2021-02-26Add Pbuffer support on Tizen platformXuelian1-28/+68
2021-02-26EGL: Add support for westonZhaowei Yuan7-11/+181
2021-02-26docs: add Readme for Tizen and Readme RPI3 Setup for TizenMun, Gwan-gyeong3-0/+264
2021-02-26Add build support for Tizen platform.Xuelian10-7/+409
2021-02-23Re-implement _eglLog based on dlogZhaowei Yuan2-1/+62
2021-02-23egl_dri2: Add support for TizenXuelian6-3/+1654
2021-02-19VERSION: bump for 21.0.0-rc5Dylan Baker1-1/+1
2021-02-18aco: Fix LDS statistics of tess control shaders.Timur Kristóf2-3/+2
2021-02-18aco: Disallow LSHS temp-only I/O when VS output is written indirectly.Timur Kristóf2-3/+5
2021-02-18radv/llvm: Fix reporting LDS stats of tess control shaders.Timur Kristóf2-1/+5
2021-02-18anv/formats: Advertise linear sampling on depth formatsJason Ekstrand2-1/+4
2021-02-18intel/anv: Fix condition for planar yuv surfaceAnuj Phogat2-3/+3
2021-02-18intel/compiler: Use CMPN for min / max on Gen4 and Gen5Ian Romanick3-9/+25
2021-02-18intel/compiler: Make the CMPN builder work like the CMP builderIan Romanick3-3/+51
2021-02-18intel/compiler: Enable the ability to emit CMPN instructionsIan Romanick5-1/+52
2021-02-18intel/anv: Fix condition to set MipModeFilter for YUV surfaceAnuj Phogat2-3/+6
2021-02-18gallium/trace: add a pipe_screen::get_compiler_options methodMike Blumenkrantz2-1/+14
2021-02-18etnaviv: Fix memory leak in etna_vertex_elements_state_create.Vinson Lee2-1/+2
2021-02-18intel/fs: Shuffle can't handle source modifiersJason Ekstrand3-1/+5
2021-02-18nir: Fix parameter order in the bcsel-of-shuffle optimizationJason Ekstrand2-2/+2
2021-02-18nir: Don't optimize bcsel-of-shuffle across blocksJason Ekstrand2-8/+32
2021-02-18pan/bi: Use the correct size for UBO loadsIcecream952-2/+2
2021-02-18radv: Do pipe misalignment check per plane.Bas Nieuwenhuizen2-29/+33
2021-02-18radv: only apply the MRT output NaN fixup to non-meta shadersSamuel Pitoiset2-2/+3
2021-02-18zink: handle 1bit undef values in ntvMike Blumenkrantz2-3/+4