summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2016-07-19glamor: Translate solid text background region after clippingMichel Dänzer1-6/+7
2016-07-06glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmapKeith Packard1-1/+1
2016-07-06glamor: Call eglBindAPI after eglInitializeMichel Dänzer1-5/+6
2016-07-06glamor: Cannot use copies when accessing outside of composite sourceMichel Dänzer1-12/+15
2016-07-06glamor: Adjust for drawable x/y in composite's copy optimizationKeith Packard1-0/+4
2016-07-06glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard12-26/+103
2016-07-06glamor: glamor_make_current sooner in glamor_composite_with_shaderKeith Packard1-2/+2
2016-07-06glamor: Disable logic ops when doing compositing [v4]Keith Packard2-0/+7
2016-07-06glamor: Check for composite operations which are equivalent to copiesMichel Dänzer1-0/+23
2016-07-06glamor: Fix sampling outside of RGBx source/mask picturesMichel Dänzer1-12/+24
2016-07-06glamor: add glamor_finish APIDave Airlie2-0/+10
2016-07-06glamor: fix wrong offset on composite rectanglesOlivier Fourdan1-9/+9
2016-03-29glamor: swizzle RED to 0 for alpha texturesDave Airlie1-1/+3
2016-03-11glamor: do not build Xv support when --disable-xvOlivier Fourdan1-1/+5
2016-03-11glamor: Source pictures are always depth 32Michel Dänzer1-3/+3
2016-03-11glamor: Factor out glamor_set_color_depth from glamor_set_colorMichel Dänzer2-9/+19
2016-03-11glamor: Fix XvPutImage when src_y != 0Hans de Goede1-1/+1
2016-03-11glamor: Flip around conditionals in RepeatNone fixups.Eric Anholt1-2/+2
2016-03-11glamor: Cut down a bunch of conditional handling for RepeatFix.Eric Anholt1-31/+19
2016-03-11glamor: Clarify how the repeat values being passed around work.Eric Anholt1-6/+6
2016-03-11glamor: Clean up formatting of RepeatFix shader code.Eric Anholt1-27/+30
2016-03-11glamor: Clarify some logic in RepeatFix handling.Eric Anholt1-14/+7
2016-03-11glamor: Simplify the pixmap box looping.Eric Anholt15-74/+78
2016-03-11glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt2-24/+16
2016-03-11glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt2-12/+6
2016-03-11glamor: Convert XV to using glamor_program.c.Eric Anholt2-78/+71
2016-03-11glamor: Simplify XV vertex setup.Eric Anholt1-38/+30
2016-03-11glamor: Set up XV sampler uniforms once at program build time.Eric Anholt1-9/+11
2016-03-11glamor: Drop dead glamor_pict_format_is_compatible().Eric Anholt1-20/+0
2016-03-11glamor: Drop comment about dead yInverted flag.Eric Anholt1-2/+0
2016-03-11glamor: Rename the *y_inverted helpers to not say "inverted".Eric Anholt1-16/+14
2016-03-11glamor: Drop dead *_from_x_coord_y() functions.Eric Anholt1-2/+0
2016-03-11glamor: Clarify when Render fallbacks happen due to an unsupported op.Eric Anholt1-1/+3
2016-03-11glamor: Label programs before linking them.Eric Anholt1-11/+11
2016-03-11glamor: add core profile support to EGL glamor. (v2)Dave Airlie1-4/+22
2016-03-11glamor: add core profile support. (v2)Dave Airlie3-1/+12
2016-03-11glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard8-22/+118
2016-03-11glamor: Delay making pixmaps shareable until we need to.Eric Anholt3-89/+82
2016-03-11glamor: Simplify DRI3 pixmap-from-fd, using GBM.Eric Anholt1-30/+7
2016-03-11glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.Eric Anholt1-13/+4
2016-03-11glamor: Add support for CA rendering in a single pass.Dave Airlie6-32/+118
2016-03-11glamor: Drop the composite_with_copy path entirely.Eric Anholt1-92/+0
2016-03-11glamor: Use vertex array objectsKeith Packard3-0/+13
2016-03-11glamor/xv: add vbo support (v2.1)Dave Airlie1-11/+30
2016-03-11glamor: use vbos in gradient/picture code.Dave Airlie2-29/+31
2016-01-27glamor: don't do copy if we have 0 boxes to copy.Dave Airlie1-0/+3
2016-01-27glamor: Fix copy-like Render operations between 15 and 16 depth.Eric Anholt1-0/+8
2016-01-27glamor: Disable debugging messages other than GL API errorsMichel Dänzer1-0/+3
2016-01-27glamor: store old fonts in double width textures.Dave Airlie3-8/+29
2016-01-27glamor: fallback if font is too large for FBO size.Dave Airlie1-0/+5