summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-3/+3
2016-07-18glamor: Remove the FBO cache.Eric Anholt3-275/+6
2016-07-15glamor: Translate solid text background region after clippingMichel Dänzer1-6/+7
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard1-3/+3
2016-06-14glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmapKeith Packard1-1/+1
2016-06-08glamor: Call eglBindAPI after eglInitializeMichel Dänzer1-5/+6
2016-05-30glamor: Cannot use copies when accessing outside of composite sourceMichel Dänzer1-12/+15
2016-05-27glamor: Adjust for drawable x/y in composite's copy optimizationKeith Packard1-0/+4
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard12-26/+103
2016-05-26glamor: glamor_make_current sooner in glamor_composite_with_shaderKeith Packard1-2/+2
2016-05-26glamor: Disable logic ops when doing compositing [v4]Keith Packard2-0/+7
2016-05-25glamor: Check for composite operations which are equivalent to copiesMichel Dänzer1-0/+23
2016-05-25glamor: Fix sampling outside of RGBx source/mask picturesMichel Dänzer1-12/+24
2016-04-29glamor: add glamor_finish APIDave Airlie2-0/+10
2016-04-15glamor: fix wrong offset on composite rectanglesOlivier Fourdan1-9/+9
2016-03-16glamor: swizzle RED to 0 for alpha texturesDave Airlie1-1/+3
2016-03-11glamor: Make context current in glamor_pixmap_fbo_cache_putMichel Dänzer1-0/+1
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt5-407/+160
2016-03-10glamor: Drop dead large-pixmap handling code in temp picture uploads.Eric Anholt2-112/+16
2016-03-10glamor: Drop unused PBO code in temporary picture uploading.Eric Anholt1-23/+7
2016-03-10glamor: Generalize the a1-to-a8 conversion path.Eric Anholt1-37/+28
2016-03-10glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.Eric Anholt2-119/+5
2016-03-10glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.Eric Anholt2-57/+2
2016-03-10glamor: Merge the two GL-type-from-pictformat paths.Eric Anholt1-201/+121
2016-03-10glamor: Propagate that is_upload is always true.Eric Anholt3-120/+46
2016-03-10glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.Eric Anholt1-23/+2
2016-03-10glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.Eric Anholt3-7/+18
2016-03-10glamor: Simplify temporary picture uploading call stack.Eric Anholt3-76/+37
2016-03-09glamor: do not build Xv support when --disable-xvOlivier Fourdan1-1/+5
2016-03-08glamor: Source pictures are always depth 32Michel Dänzer1-3/+3
2016-03-08glamor: Factor out glamor_set_color_depth from glamor_set_colorMichel Dänzer2-9/+19
2016-03-08glamor: Fix XvPutImage when src_y != 0Hans de Goede1-1/+1
2016-01-29glamor: Flip around conditionals in RepeatNone fixups.Eric Anholt1-2/+2
2016-01-29glamor: Cut down a bunch of conditional handling for RepeatFix.Eric Anholt1-31/+19
2016-01-29glamor: Clarify how the repeat values being passed around work.Eric Anholt1-6/+6
2016-01-29glamor: Clean up formatting of RepeatFix shader code.Eric Anholt1-27/+30
2016-01-29glamor: Clarify some logic in RepeatFix handling.Eric Anholt1-14/+7
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt15-74/+78
2016-01-29glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt2-24/+16
2016-01-29glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt2-12/+6
2016-01-29glamor: Convert XV to using glamor_program.c.Eric Anholt2-78/+71
2016-01-29glamor: Simplify XV vertex setup.Eric Anholt1-38/+30
2016-01-29glamor: Set up XV sampler uniforms once at program build time.Eric Anholt1-9/+11
2016-01-29glamor: Drop dead glamor_pict_format_is_compatible().Eric Anholt1-20/+0
2016-01-29glamor: Drop comment about dead yInverted flag.Eric Anholt1-2/+0
2016-01-29glamor: Rename the *y_inverted helpers to not say "inverted".Eric Anholt1-16/+14
2016-01-29glamor: Drop dead *_from_x_coord_y() functions.Eric Anholt1-2/+0
2016-01-29glamor: Clarify when Render fallbacks happen due to an unsupported op.Eric Anholt1-1/+3
2016-01-29glamor: Label programs before linking them.Eric Anholt1-11/+11