summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-05glamor ddx driver using EGL on KMSglamor-ddxKristian Høgsberg8-20/+2093
2010-02-22glamor: Add support for using EXT_framebuffer_blit to do CopyArea.Eric Anholt1-0/+87
2010-02-20glamor: Reduce the noise from wide lines "fallback".Eric Anholt1-1/+4
2010-02-20glamor: Fix the segfault at screen fini.Eric Anholt1-3/+5
2010-02-19glamor: Replace the immediate mode in glamor_fill() with glDrawArrays().Eric Anholt3-35/+28
2010-02-19glamor: Use a VBO to accumulate multiple glyph quads at once.Eric Anholt2-40/+150
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 Anholt2-97/+130
2010-02-18glamor: Add support for component alpha rendering.Eric Anholt2-17/+49
2010-02-18glamor: Rework shader setup to make extending the IN types easier.Eric Anholt2-44/+72
2010-02-17glamor: Add a little mechanism for only printing fallbacks when they happen.Eric Anholt2-6/+52
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-17glamor: Fix and enable ZPixmap PutImage acceleration.Eric Anholt1-26/+92
2010-02-11glamor: Fix render source transforms.Eric Anholt1-20/+52
2010-02-11glamor: Fix and enable glamor_get_spans().Eric Anholt1-6/+1
2010-02-11glamor: Enable glamor_fill_spans().Eric Anholt1-2/+3
2010-02-11glamor: Fix up the wide/non-solid lines fallback.Eric Anholt1-4/+19
2010-02-11glamor: Fix and enable tile fill acceleration (aka the root weave).Eric Anholt4-28/+45
2010-02-11glamor: Fix off-by-one in CopyPixels CopyArea path.Eric Anholt1-1/+1
2010-02-11glamor: Fix screen_x/screen_y handling for compositing.Eric Anholt9-47/+108
2010-02-11glamor: Implement glCopyPixels based src == dest CopyArea accelerationEric Anholt1-27/+88
2010-02-11glamor: Add support for accel of x8r8g8b8 source pictures.Eric Anholt2-6/+47
2010-02-11glamor: Set active texture on glamor_copy_n_to_n setup.Eric Anholt1-0/+1
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 Anholt2-90/+109
2010-02-09glamor: Add the glyph cache from UXA (de-camelCased).Eric Anholt5-0/+975
2010-02-09glamor: Fix up and enable accelerated composite.Eric Anholt3-162/+248
2010-02-09glamor: Restore planemask to all-on when finishing a fill.Eric Anholt1-0/+1
2010-02-09glamor: Set active texture in finishaccess drawing.Eric Anholt1-3/+1
2010-02-09glamor: Align stride of fallback pixmap data to 32 bits.Eric Anholt1-1/+2
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: Add acceleration for copyarea not from the screen.Eric Anholt1-26/+93
2010-02-08glamor: Add CopyWindow implementation so it doesn't crash.Eric Anholt5-3/+98
2010-02-08glamor: Enable fill acceleration and flip opposite for pixmaps too.Eric Anholt3-9/+3
2010-02-08glamor: Fix prepare_access on 1bpp data.Eric Anholt1-2/+3
2010-02-08glamor: Use the pixmap stride in fallbacks instead of trying to guess it.Eric Anholt1-2/+2
2010-02-08glamor: Replace the glDrawPixels in glamor_finish_access with GLSL.Eric Anholt3-2/+91
2010-02-08glamor: All the fallbacks in the world.Eric Anholt8-0/+40
2010-02-08glamor: Add check for EXT_bgra which we rely on.Eric Anholt1-0/+4
2010-02-08glamor: Add fallback support for glamor_get_spans().Eric Anholt1-6/+15
2010-02-08ephyr: Hook the glamor into damage and draw into the backbuffer.Eric Anholt3-3/+38
2010-02-08glamor: Fix the row length of 1bpp prepare_access.Eric Anholt1-3/+6
2010-02-08glamor: Fix up the access flags for glamor_prepare_access().Eric Anholt1-2/+2
2010-02-08glamor: Add fallback support to glamor_put_image().Eric Anholt1-2/+14
2010-02-08glamor: Add fallback support to glamor_set_spans().Eric Anholt1-2/+10
2010-02-08glamor: Add glamor_prepare_access_gc() from UXA.Eric Anholt2-0/+38
2010-02-08glamor: Use GL_MESA_pack_invert to avoid complexity in prepare_access.Eric Anholt1-43/+49