index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-2
/
+7
2016-01-26
glamor: add core profile support. (v2)
Dave Airlie
1
-1
/
+7
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-0
/
+4
2016-01-26
glamor: Add support for CA rendering in a single pass.
Dave Airlie
1
-0
/
+2
2016-01-21
glamor: Use vertex array objects
Keith Packard
1
-0
/
+2
2016-01-19
glamor: Disable debugging messages other than GL API errors
Michel Dänzer
1
-0
/
+3
2015-11-18
glamor: Hook up EGL DestroyPixmap through the normal wrap chain.
Eric Anholt
1
-6
/
+3
2015-11-18
glamor: Unexport glamor_destroy_textured_pixmap().
Eric Anholt
1
-7
/
+2
2015-11-10
glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.
Eric Anholt
1
-0
/
+7
2015-09-22
glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
Emil Velikov
1
-5
/
+0
2015-09-17
glamor: explicitly check for GL_OES_EGL_image
Emil Velikov
1
-0
/
+5
2015-07-29
glamor: Don't try to free the pixmap priv if we fail to allocate FBO.
Eric Anholt
1
-1
/
+0
2015-07-27
glamor: Make our EGL context current before calling into GL in glamor_init
Michel Dänzer
1
-12
/
+14
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-11
/
+0
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-11
/
+6
2015-07-10
glamor: Ask the server to always allocate our private.
Eric Anholt
1
-37
/
+6
2015-07-06
glamor: Use GL_ARB_debug_output to log GL errors.
Eric Anholt
1
-0
/
+41
2015-07-02
glamor: Restore the hook to glamor_composite_rectangles().
Eric Anholt
1
-1
/
+1
2015-06-29
glamor: Avoid using GL_QUADS on VC4.
Eric Anholt
1
-0
/
+9
2015-06-29
glamor: Provide a fallback path for using an index buffer to do quads.
Eric Anholt
1
-0
/
+62
2015-06-29
glamor: Use GL_EXT_map_buffer_range if present.
Eric Anholt
1
-1
/
+2
2015-06-29
glamor: Use the normal GL_QUADS drawing helper in the render code.
Eric Anholt
1
-1
/
+0
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-5
/
+0
2015-06-19
glamor: Actually allow glyphs of dimension 65 to 128 in the cache.
Eric Anholt
1
-1
/
+3
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
glamor-new-glyphs
Keith Packard
1
-16
/
+7
2015-05-14
glamor: Compute GLSL version from GL_SHADING_LANGUAGE_VERSION (v3)
Keith Packard
1
-9
/
+39
2015-03-24
glamor: check max native ALU instructions
Olivier Fourdan
1
-0
/
+32
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
1
-17
/
+22
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-19
/
+19
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-10
/
+3
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-1
/
+2
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
1
-64
/
+46
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
1
-4
/
+1
2015-03-24
glamor: only use (un)pack_subimage when available
Maarten Lankhorst
1
-0
/
+8
2015-01-23
glamor: use screen blockhandler rather than dix one (v3)
Dave Airlie
1
-12
/
+11
2014-12-25
glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_private
Michel Dänzer
1
-6
/
+1
2014-12-11
glamor: Make sure glamor_egl_close_screen wraps glamor_close_screen
Michel Dänzer
1
-3
/
+3
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
1
-0
/
+1
2014-12-11
glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fbo
Michel Dänzer
1
-2
/
+5
2014-12-11
glamor: Fix use-after-free in glamor_destroy_textured_pixmap
Michel Dänzer
1
-3
/
+4
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
1
-2
/
+8
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
1
-20
/
+6
2014-11-20
glamor: Don't insert fbos from external objects into fbo cache
Keith Packard
1
-0
/
+1
2014-09-18
glamor: Remove shader-based trapezoid implementation. Fixes Bug 76213.
Keith Packard
1
-6
/
+0
2014-09-11
glamor: Call glamor_glyphs_init from glamor_create_screen_resources
Michel Dänzer
1
-1
/
+5
2014-07-18
glamor: Add support for SHM sync fences
Keith Packard
1
-0
/
+2
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
1
-0
/
+6
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
1
-5
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-5
/
+0
2014-07-03
glamor: Fix stack corruption in glamor_init
Tomasz Borowik
1
-3
/
+4
[next]