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_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
glamor: handle NULL source picture
Olivier Fourdan
1
-2
/
+3
2017-02-23
glamor: Two pass won't work on memory pixmaps
Olivier Fourdan
1
-0
/
+4
2016-09-29
glamor: Remove #if 0-ed picture dumping code.
Eric Anholt
1
-5
/
+0
2016-09-29
glamor: Require GL_OES_texture_border_clamp for GLES2.
Eric Anholt
1
-15
/
+7
2016-09-26
glamor: Properly handle mask formats without alpha.
Eric Anholt
1
-1
/
+4
2016-09-26
glamor: Require that pixmap depths match for Render copies.
Eric Anholt
1
-0
/
+2
2016-09-26
glamor: Fix some awful formatting of some fallback debug code.
Eric Anholt
1
-6
/
+6
2016-09-25
glamor: fix spelling mistakes
Eric Engestrom
1
-1
/
+1
2016-05-30
glamor: Cannot use copies when accessing outside of composite source
Michel Dänzer
1
-12
/
+15
2016-05-27
glamor: Adjust for drawable x/y in composite's copy optimization
Keith Packard
1
-0
/
+4
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
1
-5
/
+16
2016-05-26
glamor: glamor_make_current sooner in glamor_composite_with_shader
Keith Packard
1
-2
/
+2
2016-05-26
glamor: Disable logic ops when doing compositing [v4]
Keith Packard
1
-0
/
+3
2016-05-25
glamor: Check for composite operations which are equivalent to copies
Michel Dänzer
1
-0
/
+23
2016-05-25
glamor: Fix sampling outside of RGBx source/mask pictures
Michel Dänzer
1
-12
/
+24
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
1
-2
/
+9
2016-03-10
glamor: Simplify temporary picture uploading call stack.
Eric Anholt
1
-16
/
+11
2016-01-29
glamor: Flip around conditionals in RepeatNone fixups.
Eric Anholt
1
-2
/
+2
2016-01-29
glamor: Cut down a bunch of conditional handling for RepeatFix.
Eric Anholt
1
-31
/
+19
2016-01-29
glamor: Clarify how the repeat values being passed around work.
Eric Anholt
1
-6
/
+6
2016-01-29
glamor: Clean up formatting of RepeatFix shader code.
Eric Anholt
1
-27
/
+30
2016-01-29
glamor: Clarify some logic in RepeatFix handling.
Eric Anholt
1
-14
/
+7
2016-01-29
glamor: Reuse the glamor_program_alpha_* enums for Render.
Eric Anholt
1
-14
/
+14
2016-01-29
glamor: Drop extra SHADER_IN type for no mask present.
Eric Anholt
1
-11
/
+6
2016-01-29
glamor: Clarify when Render fallbacks happen due to an unsupported op.
Eric Anholt
1
-1
/
+3
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-11
/
+75
2016-01-26
glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.
Eric Anholt
1
-13
/
+4
2016-01-26
glamor: Add support for CA rendering in a single pass.
Dave Airlie
1
-22
/
+70
2016-01-26
glamor: Drop the composite_with_copy path entirely.
Eric Anholt
1
-92
/
+0
2016-01-21
glamor: Fix copy-like Render operations between 15 and 16 depth.
Eric Anholt
1
-0
/
+8
2015-11-10
glamor: Fix segfault in fallback picture uploading.
Eric Anholt
1
-7
/
+9
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-3
/
+0
2015-07-10
glamor: Don't try to do rendering with unsupported formats.
Eric Anholt
1
-0
/
+38
2015-07-02
glamor: Use ARRAY_SIZE in a couple more places for consistency.
Eric Anholt
1
-4
/
+1
2015-07-02
glamor: Mark a bunch of single-file data static.
Eric Anholt
1
-1
/
+1
2015-07-02
glamor: Make a bunch of single-file glamor functions static.
Eric Anholt
1
-2
/
+2
2015-06-29
glamor: Use the normal GL_QUADS drawing helper in the render code.
Eric Anholt
1
-46
/
+4
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-21
/
+0
2015-06-02
glamor: don't do render ops with matching source/dest (v3)
Dave Airlie
1
-1
/
+8
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
Keith Packard
1
-136
/
+0
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
1
-0
/
+1
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-1
/
+1
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-3
/
+3
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-86
/
+87
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
1
-19
/
+1
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-91
/
+16
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
1
-8
/
+8
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
1
-2
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-8
/
+5
2014-07-17
glamor: Fix temp picture coordinates in glamor_composite_clipped_region
Keith Packard
1
-8
/
+8
[next]