index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_copy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
glamor: Fix temporary pixmap coordinate offsets
Michel Dänzer
1
-2
/
+2
2017-09-21
glamor: Check glamor_set_destination_drawable() return value
Olivier Fourdan
1
-7
/
+10
2016-10-05
glamor: Fix pixmap offset for bitplane in glamor_copy_fbo_cpu
Olivier Fourdan
1
-8
/
+10
2016-09-28
glamor: Fall back to software for CopyPlane if we need to
Adam Jackson
1
-0
/
+3
2016-08-22
glamor: Handle bitplane in glamor_copy_fbo_cpu
Michel Dänzer
1
-7
/
+33
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
1
-4
/
+4
2016-01-29
glamor: Simplify the pixmap box looping.
Eric Anholt
1
-7
/
+8
2016-01-26
glamor: don't do copy if we have 0 boxes to copy.
Dave Airlie
1
-0
/
+3
2015-05-14
glamor: Adapt glamor_program API to handle render acceleration
Keith Packard
1
-3
/
+3
2015-05-14
glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemask
Keith Packard
1
-5
/
+4
2015-03-24
glamor: * 1/size is faster than / size in VS
Keith Packard
1
-4
/
+4
2015-03-24
glamor: Add a helper function for the common GL_QUADS fallback pattern.
Eric Anholt
1
-7
/
+1
2015-03-24
glamor: Don't optimize out scissor updates in CopyArea.
Eric Anholt
1
-11
/
+6
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
1
-4
/
+0
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-1
/
+1
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-36
/
+0
2014-10-09
mi: Drop plane argument from miHandleExposures
Adam Jackson
1
-2
/
+1
2014-08-17
glamor: Don't call glamor_copy_fbo_cpu() for GLAMOR_DRM_ONLY pixmaps
Michel Dänzer
1
-0
/
+1
2014-08-12
glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destination
Michel Dänzer
1
-0
/
+54
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
1
-0
/
+693