gtk2/gsk
Emmanuele Bassi 1ab1fd4391 Use the projection to flip around the content
Since we use an FBO to render the contents of the render node tree, the
coordinate space is going to be flipped in GL. We can undo the flip by
using an appropriate projection matrix, instead of changing the sampling
coordinates in the shaders and updating all our coordinates at render
time.
2016-10-18 11:49:10 +01:00
..
resources/glsl Use the projection to flip around the content 2016-10-18 11:49:10 +01:00
gsk.h
gskcairorenderer.c gsk: Rework GskRenderer and GskRenderNode semantics 2016-10-18 11:29:34 +01:00
gskcairorendererprivate.h
gskdebug.c gsk: Add specific debug type for shaders 2016-10-18 11:49:08 +01:00
gskdebugprivate.h gsk: Add specific debug type for shaders 2016-10-18 11:49:08 +01:00
gskenums.h gsk: Make GskBlendMode enumeration public 2016-10-18 11:49:07 +01:00
gskenumtypes.c.template
gskenumtypes.h.template
gskgldriver.c gsk: Move resource handling inside GskGLDriver 2016-10-18 11:49:09 +01:00
gskgldriverprivate.h gsk: Move resource handling inside GskGLDriver 2016-10-18 11:49:09 +01:00
gskglprofiler.c gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglprofilerprivate.h gsk: Bind GL context to the GL profiler 2016-10-18 11:49:10 +01:00
gskglrenderer.c Use the projection to flip around the content 2016-10-18 11:49:10 +01:00
gskglrendererprivate.h
gskprivate.c
gskprivate.h
gskrenderer.c gsk: Tie render nodes to renderers 2016-10-18 11:49:10 +01:00
gskrenderer.h gsk: Tie render nodes to renderers 2016-10-18 11:49:10 +01:00
gskrendererprivate.h gsk: Rework GskRenderer and GskRenderNode semantics 2016-10-18 11:29:34 +01:00
gskrendernode.c gsk: Take into account the scaling factor 2016-10-18 11:49:10 +01:00
gskrendernode.h gsk: Take into account the scaling factor 2016-10-18 11:49:10 +01:00
gskrendernodeiter.c
gskrendernodeiter.h
gskrendernodeprivate.h gsk: Tie render nodes to renderers 2016-10-18 11:49:10 +01:00
gskshaderbuilder.c gsk: Move resource handling inside GskGLDriver 2016-10-18 11:49:09 +01:00
gskshaderbuilderprivate.h gsk: Consolidate program creation and storage 2016-10-18 11:49:07 +01:00
gsktypes.h
Makefile.am gsk: Add GL profiler 2016-10-18 11:49:08 +01:00