summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-07compositor-wayland: Hide cursor for compositor surfacesKristian Høgsberg1-0/+2
2012-02-07compositor-wayland: Destroy wl_callback in callback functionKristian Høgsberg1-1/+2
2012-02-07compositor: Drop setuid when launching clientsKristian Høgsberg1-0/+3
2012-01-31compositor: Don't just update uniforms when we change shadersKristian Høgsberg1-6/+9
2012-01-31compositor: handle attach request in surface-local coordinatesPekka Paalanen1-5/+11
2012-01-31shell: fix resize for transformed surfacesPekka Paalanen1-21/+21
2012-01-31shell: fix move of transformed surfacesPekka Paalanen1-5/+5
2012-01-30compositor: Allow attaching null bufferKristian Høgsberg1-5/+15
2012-01-27shell: Rotate relative to current rotationKristian Høgsberg1-7/+35
2012-01-27compositor: Only set surface geometry through weston_surface_configure()Kristian Høgsberg2-22/+11
2012-01-27compositor: Link to libmKristian Høgsberg1-1/+1
2012-01-27Collabora copyright updatesPekka Paalanen3-1/+3
2012-01-27compositor: make overlap computation use the boundingboxPekka Paalanen1-9/+6
2012-01-27compositor: use bounding box for damage regionsPekka Paalanen1-17/+27
2012-01-27compositor: weston_surface_assign_output() to use bounding boxPekka Paalanen1-5/+6
2012-01-27compositor: weston_output_set_cursor() to use bounding boxPekka Paalanen1-6/+5
2012-01-27compositor: weston_surface_draw() to use bounding boxPekka Paalanen1-6/+8
2012-01-27compositor: move weston_surface::width,height into geometryPekka Paalanen5-54/+74
2012-01-27compositor: add weston_surface bounding boxPekka Paalanen2-0/+48
2012-01-27compositor: fix zoom originPekka Paalanen1-5/+3
2012-01-27compositor-drm: do not scan out transformed surfacesPekka Paalanen1-0/+1
2012-01-27compositor: move weston_surface::x,y into geometryPekka Paalanen6-73/+101
2012-01-27compositor: make position a surface transformationPekka Paalanen2-6/+18
2012-01-27compositor: honour repaint regions with transformed surfacesPekka Paalanen2-70/+50
2012-01-27compositor: disable attrib arrays after usePekka Paalanen1-0/+4
2012-01-27compositor: remove unused *_uniform membersPekka Paalanen1-1/+0
2012-01-27compositor: rewrite draw and input coordinate transformationsPekka Paalanen3-49/+97
2012-01-27compositor: restructure weston_surface::transformPekka Paalanen4-15/+30
2012-01-27compositor: handle non-invertible surface transformationsPekka Paalanen1-1/+6
2012-01-27shell: add key binding for rotating a surfacePekka Paalanen3-1/+136
2012-01-27compositor: apply full transformation to input coordinatesPekka Paalanen1-26/+35
2012-01-27compositor: simplify the matrix inversion APIPekka Paalanen4-30/+56
2012-01-27update git ignoresPekka Paalanen1-1/+1
2012-01-27tests: add matrix-testPekka Paalanen1-1/+2
2012-01-27compositor: implement inverse matrix transformationPekka Paalanen4-5/+133
2012-01-27compositor: drop inverse matrix from weston_transformPekka Paalanen5-11/+18
2012-01-27compositor: move matrix code to separate filesPekka Paalanen5-93/+151
2012-01-27util: document matricesPekka Paalanen1-0/+10
2012-01-27compositor: implement a stack of surface transformationsPekka Paalanen3-10/+55
2012-01-26compositor: Keep fade surface around while we're fadingKristian Høgsberg2-18/+24
2012-01-26compositor: Use weston_surface_create for creating solid color fade surfaceKristian Høgsberg1-47/+13
2012-01-26compositor: Create surfaces neutral, select shader laterKristian Høgsberg1-7/+27
2012-01-26compositor: Drop unused saved_texture surface fieldKristian Høgsberg2-9/+2
2012-01-26compositor: Clear repaint_scheduled when an idle repaint is cancelledKristian Høgsberg1-1/+2
2012-01-26compositor: Combine repaint and weston_output_repaintKristian Høgsberg1-19/+11
2012-01-26compositor: Compute overlapped early and base hw cursor decision on thatKristian Høgsberg3-31/+49
2012-01-26compositor: Move tracking of scanout buffers to compositor-drmKristian Høgsberg3-60/+56
2012-01-25compositor: Remove prepare_scanout_surface calloutKristian Høgsberg5-90/+60
2012-01-25compositor: Pull prepare_render and present callouts into repaintKristian Høgsberg6-129/+47
2012-01-25compositor: Move repaint loop into a backend functionKristian Høgsberg6-3/+52