上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 56 下一页
  2016年12月21日
摘要: 我看了下queue, command 的fence这个东西,它是做queque之间 queue和cpu之间同步用的 我理解下来就是这样 有两个condition ALL_GPU_COMMANDS_COMPLETE 当初给一个queue加了fence(用一个sync)在用这个sync来wait的地方要 阅读全文
posted @ 2016-12-21 19:31 minggoddess 阅读(256) 评论(0) 推荐(0) 编辑
  2016年12月1日
摘要: 最近在做ns 任天堂略坑.. 他想做成一键安装,可总是有些问题,这样再去找就很麻烦了.都是包在里面的,要看很多文档 第一个问题是 NintendoSDK Configuration Manager 这个东西本来要做成一键式配置,但NDI里显示安装了 NitendoSDK VsExtension,可v 阅读全文
posted @ 2016-12-01 14:41 minggoddess 阅读(1249) 评论(0) 推荐(0) 编辑
  2016年11月23日
摘要: Q radiant energy: J Φ radiant flux: W dQ/dt E irradiance: W/m2 dΦ/dA I radiant intersity: W/sr dΦ/dω L radiance: W/(m2sr) d2Φ/dAprojdω BRDF 双向反射分布函数 ω 阅读全文
posted @ 2016-11-23 15:52 minggoddess 阅读(1573) 评论(0) 推荐(0) 编辑
  2016年11月18日
摘要: 这俩都是绑在corlor target上8x8的格子 cmask 做fastclear 这个比较好理解,8x8来表示这个格子是否clear fmask msaa用 provided to support bandwidth-saving color compression feature, whic 阅读全文
posted @ 2016-11-18 18:31 minggoddess 阅读(722) 评论(0) 推荐(0) 编辑
  2016年11月17日
摘要: 用蒙特卡洛求解积分时 (Monte Carlo 随机采样对目标积分函数做近似) importance sampling func p(x) p(x)值大的地方,Monte Carlo多采几次 值小的地方,少采样一些。 一起贡献MC的积分值 http://blog.sina.com.cn/s/blog 阅读全文
posted @ 2016-11-17 17:30 minggoddess 阅读(840) 评论(0) 推荐(0) 编辑
摘要: Z pre-pass In the rendering Process, the first pass render to a depth buffer to get the front layer of depth. Next, we use this depth layer to cull th 阅读全文
posted @ 2016-11-17 17:27 minggoddess 阅读(398) 评论(0) 推荐(0) 编辑
摘要: z pre-pass 是指在渲染流程中,第一个pass先画一张深度buffer出来,得到需要绘制的最前面这层深度,用这个在接下来的pass中做深度剔出,这样在第二个pass中会省略很多绘制。 这项技术在渲染透明物体时可以的到理想结果。因为有了这层深度剔除,透明物体内部的错乱的内部结构就不会显示出来。 阅读全文
posted @ 2016-11-17 11:45 minggoddess 阅读(3804) 评论(1) 推荐(1) 编辑
  2016年10月27日
摘要: 昨天修好了一个 超级超级麻烦的bug 项目是多线程的,又巨大.往前跟三步,就丢了, 就要么到了一个command excute or run a task but they told me how to debug this kind of issues. If it reffers to a co 阅读全文
posted @ 2016-10-27 17:39 minggoddess 阅读(234) 评论(0) 推荐(0) 编辑
  2016年9月29日
摘要: http://www.cnblogs.com/minggoddess/p/3672863.html dx 左手系 row major ogl 右手系 column major 差了个 matrix 1 0 0 0 0 1 0 0 0 0 -1 0 0 0 0 1 左手系和row major 没有因果 阅读全文
posted @ 2016-09-29 18:17 minggoddess 阅读(242) 评论(0) 推荐(0) 编辑
  2016年9月22日
摘要: 这东西大学学过,然后我忘记了,后来就只记得这个名字了。 https://zh.wikipedia.org/wiki/%E5%8D%B7%E7%A7%AF http://www.guokr.com/post/342476/ 我不理解为什么是g(x-r) 为什么是-r 为什么要- 这是对y轴翻转 x r 阅读全文
posted @ 2016-09-22 15:17 minggoddess 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 56 下一页