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
2018-06-27
glamor: Unbreak glamor_fd_from_pixmap()
Lyude Paul
1
-23
/
+33
2018-05-28
glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap
Michel Dänzer
1
-1
/
+1
2018-05-23
glamor: Always return 0 from glamor_fds_from_pixmap on error
Michel Dänzer
1
-3
/
+3
2018-05-16
glamor_init: clamp GLSL to 120 if platform doesn't have instanced arrays
Lukas F. Hartmann
1
-0
/
+8
2018-05-08
dri3: Switch get_drawable_modifiers to using stdint.
Eric Anholt
1
-2
/
+2
2018-03-06
glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fd
Michel Dänzer
1
-12
/
+23
2018-03-05
glamor: Implement GetSupportedModifiers
Louis-Francis Ratté-Boulianne
1
-0
/
+25
2018-03-05
glamor: Implement PixmapFromBuffers and BuffersFromPixmap
Louis-Francis Ratté-Boulianne
1
-11
/
+26
2018-02-27
glamor: Fix loose ends in color depth 30 support.
Mario Kleiner
1
-2
/
+4
2017-11-15
glamor: Drop the non-VAO rendering path
Adam Jackson
1
-2
/
+6
2017-11-07
glamor: Remove unused glamor_create_screen_resources
Adam Jackson
1
-25
/
+0
2017-11-07
glamor: Un-inline glamor_[gs]et_screen_private
Adam Jackson
1
-0
/
+13
2017-10-30
glamor: Unconditionalize GLAMOR_TEXTURED_LARGE_PIXMAP
Adam Jackson
1
-3
/
+1
2017-10-30
glamor: Unconditionalize GLAMOR_GRADIENT_SHADER
Adam Jackson
1
-3
/
+0
2017-10-13
glamor: Use GL_MESA_tile_raster_order for overlapping blits.
Eric Anholt
1
-0
/
+2
2017-06-02
glamor: Drop glamor_set_screen_pixmap().
Eric Anholt
1
-13
/
+0
2017-06-02
glamor: Stop tracking the screen_fbo.
Eric Anholt
1
-1
/
+0
2017-03-15
glamor: Check for NULL pixmap in glamor_get_pixmap_texture()
Olivier Fourdan
1
-0
/
+3
2016-11-30
glamor: restore vfunc handlers on init failure
Olivier Fourdan
1
-3
/
+8
2016-09-29
glamor: Require GL_OES_texture_border_clamp for GLES2.
Eric Anholt
1
-4
/
+15
2016-09-28
glamor: Fall back to software for CopyPlane if we need to
Adam Jackson
1
-0
/
+2
2016-09-25
glamor: Make glamor_name_from_pixmap work without DRI3
Matthieu Herrb
1
-4
/
+0
2016-09-13
glamor: Add glamor_shareable_fd_from_pixmap()
Hans de Goede
1
-0
/
+20
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-2
/
+2
2016-07-18
glamor: Remove the FBO cache.
Eric Anholt
1
-5
/
+0
2016-06-20
dix: Call screen block/wakeup handlers closest to blocking [v3]
Keith Packard
1
-3
/
+3
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
1
-0
/
+36
2016-04-29
glamor: add glamor_finish API
Dave Airlie
1
-0
/
+9
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
[next]