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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-07
glamor: add glamor_glsl_has_ints wrapper
Dave Airlie
6
-20
/
+19
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-11-04
glamor: Update pixmap's devKind when making it exportable
Alex Goins
1
-0
/
+3
2020-09-15
Consolidate fourcc.h
Michel Dänzer
1
-1
/
+1
2020-08-24
glamor: Fix glamor_poly_fill_rect_gl xRectangle::width/height handling
Michel Dänzer
1
-4
/
+14
2020-08-18
glamor: Fix debugging callback setup on GLES
Adam Jackson
1
-1
/
+2
2020-07-05
Fix spelling/wording issues
Alan Coopersmith
5
-7
/
+7
2020-01-08
glamor_egl: Reject OpenGL < 2.1 early on
Lubomir Rintel
1
-11
/
+28
2019-12-20
glamor: Only use dual blending with GLSL >= 1.30
Michel Dänzer
1
-0
/
+1
2019-11-26
glamor: Add a function to get the driver name via EGL_MESA_query_driver
Kenneth Graunke
2
-0
/
+18
2019-11-22
glamor: make sure the correct FBO is cleared
Dor Askayo
1
-1
/
+2
2019-11-07
xwayland: clear pixmaps after creation in rootless mode
Dor Askayo
4
-0
/
+44
2019-11-04
glamor/xwayland: Define EGL_NO_X11
Hans de Goede
2
-0
/
+2
2019-10-14
Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235
Michel Dänzer
3
-99
/
+113
2019-10-11
glamor: check for non NULL pixmap at close_screen
Emil Velikov
1
-1
/
+5
2019-10-11
glamor_egl: check for non NULL pixmap at egl_close_screen
Emil Velikov
1
-2
/
+7
2019-10-11
glamor_egl: override the CloseScreen/DestroyPixmap earlier
Emil Velikov
1
-6
/
+6
2019-10-11
glamor_egl: remove unneeded xf86 includes/GLAMOR_FOR_XORG
Emil Velikov
2
-7
/
+0
2019-10-11
glamor_egl: disable modifiers via glamor_init()
Emil Velikov
2
-5
/
+6
2019-10-11
glamor_egl: don't use ScrnInfoRec::privates
Emil Velikov
2
-54
/
+41
2019-10-11
glamor_egl: move glamor_egl_cleanup() further up
Emil Velikov
1
-18
/
+18
2019-10-11
glamor/egl: remove unused function pointers
Emil Velikov
1
-2
/
+0
2019-10-11
glamor_egl: use LogMessage over xf86DrvMsg
Emil Velikov
1
-19
/
+17
2019-05-29
glamor: Make pixmap exportable from `gbm_bo_from_pixmap()`
Olivier Fourdan
1
-5
/
+14
2019-05-28
glamor: return status from `glamor_set_pixmap_texture()`
Olivier Fourdan
2
-3
/
+5
2019-05-28
glamor: Fix more fallback paths with non-GXcopy rop with GLES
Adam Jackson
1
-1
/
+1
2019-04-17
glamor: Introduce a central place for our pixmap format/type handling.
Eric Anholt
10
-145
/
+209
2019-04-17
glamor: Plumb the pixmap through fbo creation instead of a "format"
Eric Anholt
4
-34
/
+33
2019-04-17
glamor: Stop trying to store the pixmap's "format" in glamor_pixmap_fbo.
Eric Anholt
5
-18
/
+9
2019-04-17
glamor: Switch the gl_flavor to a boolean is_gles.
Eric Anholt
7
-34
/
+27
2019-03-28
glamor: Fix a compiler warning since the recent OOM fixes.
Eric Anholt
1
-2
/
+0
2019-03-11
glamor: pixmap FBO may not be allocated
Olivier Fourdan
1
-0
/
+3
2019-03-08
glamor: Fallback to system memory for RW PBO buffer allocation
Paul Kocialkowski
1
-5
/
+6
2019-03-08
glamor: Propagate glamor_prepare_access failures in copy helpers
Paul Kocialkowski
1
-2
/
+6
2019-03-08
glamor: Error out on out-of-memory when allocating PBO for FBO access
Paul Kocialkowski
2
-0
/
+18
2019-03-08
glamor: Propagate FBO allocation failure for picture to texture upload
Paul Kocialkowski
1
-1
/
+3
2019-01-10
glamor/glamor_egl.c: EGL_NATIVE_PIXMAP_KHR do not require contexts
Rohan Garg
1
-1
/
+1
2019-01-10
glamor/egl: Drop a implicit depends on EGL_KHR_no_config_context
Rohan Garg
1
-1
/
+9
2018-12-21
glamor: Remove unused format_for_pixmap helper
Michel Dänzer
1
-6
/
+0
2018-12-20
glamor: Allow HW acceleration for more RENDER formats
Michel Dänzer
1
-4
/
+4
2018-12-20
glamor: Check that storage format is compatible with RENDER format
Michel Dänzer
1
-8
/
+17
2018-10-23
glamor: Add support for exporting depth 15/8 pixmaps
Michel Dänzer
1
-0
/
+6
2018-10-05
glamor/egl: Avoid crashing on broken configurations
Adam Jackson
1
-0
/
+5
2018-09-28
glamor_egl: Don't initialize on llvmpipe
Adam Jackson
1
-1
/
+10
2018-09-12
glamor: fix leak of fs_getcolor_source.
Dave Airlie
1
-3
/
+5
2018-09-11
glamor: add support for NV12 in Xv
Julien Isorce
1
-25
/
+155
2018-09-11
glamor: add support for GL_RG
Julien Isorce
5
-3
/
+18
2018-09-07
glamor: Add support for exporting depth 16 pixmaps.
Eric Anholt
1
-8
/
+14
2018-06-27
glamor: Work around GEM usage v2
Thomas Hellstrom
1
-2
/
+12
[prev]
[next]