index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
glamor: fixes GL_INVALID_ENUM errors on ES if there is no quads
Konstantin
1
-0
/
+4
2023-04-12
glamor: Fix build without GBM
Olivier Fourdan
1
-0
/
+2
2023-03-17
glamor: Don't glFlush/ctx switch unless any work has been performed
Joshua Ashton
1
-5
/
+2
2022-12-01
glamor: use dual source blend on GL 2.1 with ARB_ES2_compatibility
Vasily Khoruzhick
1
-2
/
+4
2022-12-01
glamor: fix CbCr format handling
Yuriy
1
-4
/
+15
2022-12-01
glamor: make use of GL_EXT_texture_format_BGRA8888
Konstantin
1
-4
/
+4
2021-09-15
glamor: Don't open-code epoxy_glsl_version()
Adam Jackson
1
-26
/
+1
2021-09-15
ephyr/glamor: Port to EGL
Adam Jackson
1
-3
/
+0
2021-09-09
glamor: Fix handling of 1-bit pixmaps
Povilas Kanapickas
1
-14
/
+21
2021-07-07
glamor: add EXT_gpu_shader4 support
Dave Airlie
1
-0
/
+4
2021-07-07
glamor: add glamor_glsl_has_ints wrapper
Dave Airlie
1
-2
/
+2
2021-06-14
glamor: Avoid using GL_QUADS on V3D
Jose Maria Casanova Crespo
1
-1
/
+2
2021-05-11
glamor: Dump backtrace on GL error
Olivier Fourdan
1
-0
/
+1
2020-08-18
glamor: Fix debugging callback setup on GLES
Adam Jackson
1
-1
/
+2
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
1
-1
/
+1
2019-12-20
glamor: Only use dual blending with GLSL >= 1.30
Michel Dänzer
1
-0
/
+1
2019-11-07
xwayland: clear pixmaps after creation in rootless mode
Dor Askayo
1
-0
/
+20
2019-10-14
Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235
Michel Dänzer
1
-5
/
+1
2019-10-11
glamor: check for non NULL pixmap at close_screen
Emil Velikov
1
-1
/
+5
2019-05-28
glamor: return status from `glamor_set_pixmap_texture()`
Olivier Fourdan
1
-2
/
+4
2019-04-17
glamor: Introduce a central place for our pixmap format/type handling.
Eric Anholt
1
-6
/
+161
2019-04-17
glamor: Plumb the pixmap through fbo creation instead of a "format"
Eric Anholt
1
-13
/
+7
2019-04-17
glamor: Stop trying to store the pixmap's "format" in glamor_pixmap_fbo.
Eric Anholt
1
-2
/
+1
2019-04-17
glamor: Switch the gl_flavor to a boolean is_gles.
Eric Anholt
1
-11
/
+9
2019-03-11
glamor: pixmap FBO may not be allocated
Olivier Fourdan
1
-0
/
+3
2018-09-11
glamor: add support for GL_RG
Julien Isorce
1
-0
/
+2
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
[next]