index
:
xorg/app/compiz
compiz++
compiz-0.2
compiz-0.4
compiz-0.6
compiz-0.8
master
nomad-0.7.8
object-framework
OpenGL based compositing and windows manager (mirrored from https://gitlab.freedesktop.org/xorg/app/compiz)
davidr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
paint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
Removed wrapable background painting. The core part of the background paintin...
Dennis Kasprzyk
1
-103
/
+97
2008-04-22
Use fragment shader if a slightly saturated window texture is painted and lig...
Dennis Kasprzyk
1
-5
/
+7
2008-04-10
Create vertices in different order to save some computations in other plugins...
Dennis Kasprzyk
1
-16
/
+16
2008-04-10
Added screen mask to disable occlusion detection.
Dennis Kasprzyk
1
-54
/
+62
2008-03-12
Use also "z" component in the vertex array, to ensure that plugins like blur ...
Dennis Kasprzyk
1
-5
/
+13
2008-03-12
Added vertexStride window variable.
Dennis Kasprzyk
1
-1
/
+2
2008-03-12
Set and use w->texCoordSize;
Dennis Kasprzyk
1
-3
/
+4
2008-03-12
Unredirect top most fullscreen window also if it only covers one output devic...
Dennis Kasprzyk
1
-7
/
+18
2007-10-25
Whitespacing.
Danny Baumann
1
-2
/
+6
2007-10-25
Avoid duplicated defines.
Danny Baumann
1
-2
/
+0
2007-10-08
Added support for window paint offsets into painting system.
Dennis Kasprzyk
1
-7
/
+60
2007-09-17
Added wrapable output clipping functions.
Dennis Kasprzyk
1
-33
/
+50
2007-08-29
Split compiz.h into compiz.h and compiz-core.h.
David Reveman
1
-1
/
+1
2007-06-01
Use new walk interface.
David Reveman
1
-2
/
+8
2007-05-31
Added a new wrapable paintScreen function to allow plugins to maniplulate out...
Dennis Kasprzyk
1
-20
/
+20
2007-05-31
Renamed paint(Transformed)Screen to paint(Transfomed)Output.
Dennis Kasprzyk
1
-8
/
+8
2007-04-24
Use single precision version of sine and cosine functions.
David Reveman
1
-2
/
+2
2007-04-24
Fix unredirect fullscreen windows.
James Jones
1
-2
/
+7
2007-04-20
Fix screen transformation calculation.
Roi Cohen
1
-2
/
+4
2007-03-12
Save lastPaint and lastMask during occlusion detection.
Dennis Kasprzyk
1
-9
/
+8
2007-03-11
Set up clip planes so we're clipping to the region extents. Makes
David Reveman
1
-8
/
+19
2007-03-07
count should be incremented for each window.
David Reveman
1
-0
/
+2
2007-03-06
Windows can't occlude anything when shaded.
David Reveman
1
-0
/
+3
2007-03-06
Remove PAINT_WINDOW_CLIP_OPAQUE_MASK and
David Reveman
1
-25
/
+2
2007-03-06
Add comment about occlusion detection.
David Reveman
1
-0
/
+7
2007-03-06
Cleanup paintTransformedScreen a bit.
David Reveman
1
-35
/
+37
2007-03-06
Really remove windowMask and backgroundMask from paintTransformedScreen.
David Reveman
1
-2
/
+0
2007-03-06
Remove windowMask and backgroundMask from paintTransformedScreen.
David Reveman
1
-5
/
+0
2007-03-06
Move cursor painting into paintScreenRegion.
David Reveman
1
-10
/
+5
2007-03-06
Have paintTransformedScreen use paintScreenRegion.
David Reveman
1
-32
/
+2
2007-03-06
Have paintScreenRegion accept a screen paint mask instead.
David Reveman
1
-4
/
+6
2007-03-06
Have paintScreen always use paintScreenRegion.
David Reveman
1
-71
/
+1
2007-03-06
No need to pass backgroundMask to paintScreenRegion.
David Reveman
1
-8
/
+13
2007-03-06
Add unredirect fullscreen windows support to paintScreenRegion.
David Reveman
1
-0
/
+15
2007-03-06
Move occlusion detection and window painting to static function.
David Reveman
1
-39
/
+62
2007-03-06
Avoid some duplicate code.
David Reveman
1
-16
/
+7
2007-03-06
Use occlusion detection on PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_MASK.
Dennis Kasprzyk
1
-1
/
+1
2007-03-06
Added occlusion detection for PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_MASK
Dennis Kasprzyk
1
-0
/
+32
2007-03-06
Added occlusion detection handling to paintWindow.
Dennis Kasprzyk
1
-0
/
+17
2007-02-28
Add bindFailed variable to CompWindow struct so we can handle cases
David Reveman
1
-6
/
+2
2007-02-23
Clean up and document window paint flags.
David Reveman
1
-21
/
+20
2007-02-21
Add infrastructure for software cursors but leave it disabled until
David Reveman
1
-0
/
+54
2007-01-26
drawWindowGeometry should not be a screen function. It's call-back
David Reveman
1
-51
/
+53
2007-01-26
Make wobbly plugin use indexCount when storing number indices so that
David Reveman
1
-1
/
+1
2007-01-25
Remove PAINT_BACKGROUND_WITH_STENCIL_MASK.
David Reveman
1
-16
/
+1
2007-01-25
Use clipping planes instead of stencil buffer to clip transformed
David Reveman
1
-9
/
+31
2007-01-25
Move matrix manipulation out of GL as it makes a lot more sense to
David Reveman
1
-40
/
+62
2007-01-21
Don't pass window paint attribs to drawWindow function. All
David Reveman
1
-44
/
+42
2007-01-16
Minor cleanup.
David Reveman
1
-9
/
+2
2007-01-16
All matrix transformations must be applied when drawWindowTexture is
David Reveman
1
-10
/
+18
[next]