随笔分类 -  技术

摘要:一、Zink Zink is an OpenGL implementation on top of Vulkan. Or to be a bit more specific, Zink is a Mesa Gallium driver that leverages the existing Open 阅读全文
posted @ 2021-01-03 11:08 专注于GPU的程序员 阅读(273) 评论(0) 推荐(0)
摘要:一、安装依赖 # dependencies of mesa # 1 others sudo yum-builddep mesa sudo yum install -y python3-devel.x86_64 meson.noarch vulkan-devel.x86_64 sudo pip3 in 阅读全文
posted @ 2021-01-03 10:12 专注于GPU的程序员 阅读(2109) 评论(0) 推荐(0)
摘要:# dependencies of gcc-10.2.0 sudo yum install -y gmp-devel.x86_64 mpfr-devel.x86_64 libmpc-devel.x86_64 # gcc-10.2.0 curl -O ftp://mirror.easyname.at/ 阅读全文
posted @ 2021-01-03 09:40 专注于GPU的程序员 阅读(172) 评论(0) 推荐(0)
摘要:# 安装依赖 $ sudo yum-builddep mesa # 需要高版本的GCC,支持C++14即可 $ curl -O ftp://mirror.easyname.at/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.gz $ cd gcc-10.2.0 $ ./conf 阅读全文
posted @ 2020-12-27 22:30 专注于GPU的程序员 阅读(327) 评论(0) 推荐(0)
摘要:亲测可成功安装! mesa版本:mesa-20.3.1 ## 安装依赖 pip3 install mako brew install meson brew install cmake brew install pkg-config brew install expat brew install fl 阅读全文
posted @ 2020-12-24 19:12 专注于GPU的程序员 阅读(707) 评论(0) 推荐(0)
摘要:Real-time Translator from OpenGL to OpenGL ES for Mobile Devices http://icat.vrsj.org/papers/2004/Poster_Session/P-016.pdf 阅读全文
posted @ 2020-12-20 13:36 专注于GPU的程序员 阅读(123) 评论(0) 推荐(0)
摘要:OPENGL® ES EMULATOR https://www.arm.com/ja/products/development-tools/graphics/open-gl-es-emulator The OpenGL ES Emulator is a library that maps OpenG 阅读全文
posted @ 2020-12-20 13:33 专注于GPU的程序员 阅读(186) 评论(0) 推荐(0)
摘要:https://www.collabora.com/news-and-blog/blog/2018/10/31/introducing-zink-opengl-implementation-vulkan/ 原始:https://gitlab.freedesktop.org/kusma/mesa/tr 阅读全文
posted @ 2020-12-18 11:12 专注于GPU的程序员 阅读(1388) 评论(0) 推荐(0)
摘要:https://www.nvidia.com/content/PDF/GDC2011/Wu_Feng_SC11.pdf 原始:https://github.com/vtsynergy/CU2CL 备用:https://gitee.com/cchen/CU2CL 阅读全文
posted @ 2020-12-18 10:54 专注于GPU的程序员 阅读(1131) 评论(0) 推荐(0)
摘要:基础理论 计算机图形学 GAMES101-现代计算机图形学入门-闫令琪 Realtime rendering password: od5j 计算机体系结构 Scoreboard Prefetching in a texture cache architecture 仿真模型 建模 gpuwattch 阅读全文
posted @ 2020-12-07 19:17 专注于GPU的程序员 阅读(326) 评论(0) 推荐(0)