summaryrefslogtreecommitdiff
path: root/glamor/glamor_render.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19glamor: Use a VBO to accumulate multiple glyph quads at once.Eric Anholt1-40/+142
2010-02-18glamor: Use glamor_composite_with_shader once per group of glyphs.Eric Anholt1-0/+3
2010-02-18glamor: Convert the shaders path to handling glamor_composite_rect_t.Eric Anholt1-97/+128
2010-02-18glamor: Add support for component alpha rendering.Eric Anholt1-17/+47
2010-02-18glamor: Rework shader setup to make extending the IN types easier.Eric Anholt1-43/+64
2010-02-17glamor: Fix up the fallback message for no texture present on compositing.Eric Anholt1-2/+2
2010-02-17glamor: Add support for a1 composite sources.Eric Anholt1-0/+2
2010-02-11glamor: Fix render source transforms.Eric Anholt1-20/+52
2010-02-11glamor: Fix screen_x/screen_y handling for compositing.Eric Anholt1-8/+26
2010-02-11glamor: Add support for accel of x8r8g8b8 source pictures.Eric Anholt1-6/+45
2010-02-11glamor: Don't try to CopyArea from a Solid source picture.Eric Anholt1-0/+3
2010-02-11glamor: Rework the Render shader setup to be easily modified, like cairo-gl.Eric Anholt1-89/+94
2010-02-09glamor: Add the glyph cache from UXA (de-camelCased).Eric Anholt1-0/+27
2010-02-09glamor: Fix up and enable accelerated composite.Eric Anholt1-138/+220
2010-02-08glamor: Split the copy path out into its own function.Eric Anholt1-24/+48
2010-02-08glamor: Provide more information about the operands to fallback composites.Eric Anholt1-1/+27
2010-02-08glamor: Pull in UXA code for dumping some composites down to copy_n_to_n.Eric Anholt1-2/+55
2010-02-08glamor: All the fallbacks in the world.Eric Anholt1-0/+2
2010-02-08glamor: Add fallbacks for Render.Eric Anholt1-8/+31
2009-09-04glamor: Add support for solid source pictures.Eric Anholt1-63/+157
2009-08-25glamor: Start adding render acceleration support.Eric Anholt1-0/+620