码迷,mamicode.com
首页 >  
搜索关键字:graphics    ( 2589个结果
A trip through the Graphics Pipeline 2011_02
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:其他好文   时间:2014-08-05 00:35:28    阅读次数:288
A trip through the Graphics Pipeline 2011_05
After the last post about texture samplers, we’re now back in the 3D frontend. We’re done with vertex shading, so now we can start actually renderi...
分类:其他好文   时间:2014-08-05 00:35:18    阅读次数:306
A trip through the Graphics Pipeline 2011_07_Z/Stencil processing, 3 different ways
In this installment, I’ll be talking about the (early) Z pipeline and how it interacts with rasterization. Like the last part, the text won’t procee.....
分类:其他好文   时间:2014-08-05 00:34:50    阅读次数:360
A trip through the Graphics Pipeline 2011_11 Stream Out
Welcome back! This time, the focus is going to be on Stream-Out (SO). This is a facility for storing the Output of the Geometry Shader stage to memory...
分类:其他好文   时间:2014-08-05 00:34:38    阅读次数:299
A trip through the Graphics Pipeline 2011_04
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:其他好文   时间:2014-08-05 00:33:00    阅读次数:343
A trip through the Graphics Pipeline 2011_08_Pixel processing – “fork phase”
In this part, I’ll be dealing with the first half of pixel processing: dispatch and actual pixel shading. In fact, this is really what most graphics.....
分类:其他好文   时间:2014-08-05 00:26:28    阅读次数:484
A trip through the Graphics Pipeline 2011_10_Geometry Shaders
Welcome back. Last time, we dove into bottom end of the pixel pipeline. This time, we’ll switch back to the middle of the pipeline to look at what i.....
分类:其他好文   时间:2014-08-05 00:25:48    阅读次数:321
A trip through the Graphics Pipeline 2011_06_(Triangle) rasterization and setup
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:其他好文   时间:2014-08-05 00:25:38    阅读次数:476
Android显示GIF图片
今天我们研究一下如何在Android手机上显示GIF动态图片。 首先需要在src目录下新建一个自定义的View,代码如下: import android.content.Context; import android.graphics.Canvas; import android.graphics.Movie; import android.util.AttributeSet; import ...
分类:移动开发   时间:2014-08-04 14:32:37    阅读次数:266
OpenGL学习 Introduction
OpenGL and Graphics PipelineThe word pipeline is from production lines in factories.Generating a product at high efficiency and volume generally requi...
分类:其他好文   时间:2014-08-04 14:07:37    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!