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
2015-09-30
glamor: Get rid of an extraneous ; at the end of a C source line
Alan Coopersmith
1
-1
/
+1
2015-09-29
glamor: move 'dri3_capable' extension checks after eglMakeCurrent
Emil Velikov
1
-9
/
+9
2015-09-22
glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
Emil Velikov
2
-6
/
+2
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-16
glamor: make current in prepare paths
Dave Airlie
1
-0
/
+2
2015-07-16
glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback
Michel Dänzer
1
-2
/
+2
2015-07-10
glamor: Drop unused box translation/bounds code.
Eric Anholt
1
-39
/
+0
2015-07-10
glamor: Move cache_format to glamor_fbo.c, where it's used.
Eric Anholt
2
-15
/
+15
2015-07-10
glamor: Drop another dead function.
Eric Anholt
1
-7
/
+0
2015-07-10
glamor: Take transforms into account when preparing for a fallback.
Eric Anholt
1
-2
/
+16
2015-07-10
glamor: Drop dead drm_stride field.
Eric Anholt
1
-1
/
+0
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
6
-114
/
+5
2015-07-10
glamor: Use the actual picture's format when uploading memory pixmaps.
Eric Anholt
1
-27
/
+13
2015-07-10
glamor: Move glamor_render.c pict handling to glamor_picture.c
Eric Anholt
3
-877
/
+870
2015-07-10
glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.
Eric Anholt
1
-9
/
+0
2015-07-10
glamor: Use the new upload/download interface for XV uploads.
Eric Anholt
3
-19
/
+25
2015-07-10
glamor: Ignore picture formats when choosing color for core rendering.
Eric Anholt
1
-10
/
+1
2015-07-10
glamor: Don't try to do rendering with unsupported formats.
Eric Anholt
1
-0
/
+38
2015-07-10
glamor_egl: Properly free resources on init-error and exit
Hans de Goede
1
-16
/
+27
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
6
-32
/
+17
2015-07-10
glamor: Ask the server to always allocate our private.
Eric Anholt
4
-53
/
+13
2015-07-10
glamor: Drop dead glamor_is_large_picture().
Eric Anholt
1
-12
/
+0
2015-07-10
glamor: Reuse the glamor_is_memory helper.
Eric Anholt
1
-3
/
+1
2015-07-06
Instead of one glTexSubImage2D call for each glyph.
Michel Dänzer
1
-12
/
+25
2015-07-06
glamor: Use GL_ARB_debug_output to log GL errors.
Eric Anholt
1
-0
/
+41
2015-07-06
glamor: Add an assert to catch the previous bug.
Eric Anholt
1
-0
/
+2
2015-07-06
glamor: Fix bad rendering of glyphs after an a1 glyph upload. (v3)
Keith Packard
1
-25
/
+38
2015-07-02
glamor: Use ARRAY_SIZE in a couple more places for consistency.
Eric Anholt
2
-8
/
+3
2015-07-02
glamor: Mark a bunch of single-file data static.
Eric Anholt
3
-6
/
+6
2015-07-02
glamor: Make a bunch of single-file glamor functions static.
Eric Anholt
3
-27
/
+9
2015-07-02
glamor: Drop dead glamor_es2_pixmap_read_prepare().
Eric Anholt
2
-76
/
+0
2015-07-02
glamor: Restore the hook to glamor_composite_rectangles().
Eric Anholt
1
-1
/
+1
2015-07-02
glamor: Fix up some weird formatting in _glamor_create_fbo_array().
Eric Anholt
1
-2
/
+2
2015-07-02
glamor: Drop a redundant check.
Eric Anholt
1
-2
/
+1
2015-07-02
glamor: Simplify some temp pixmap extents calculations.
Eric Anholt
1
-9
/
+7
2015-07-02
glamor: Drop a dead flag to glamor_create_fbo_array().
Eric Anholt
1
-26
/
+13
2015-07-02
glamor: Drop dead GLAMOR_FBO_DOWNLOADED flag.
Eric Anholt
2
-6
/
+0
2015-07-02
glamor: Move doxygen for private structs into the structs.
Eric Anholt
1
-94
/
+55
2015-07-02
glamor: Drop the dead "PBO" field in an FBO cache struct.
Eric Anholt
2
-4
/
+0
2015-07-02
glamor: Remove dead gl_tex flag in the fbo struct.
Eric Anholt
2
-8
/
+0
2015-07-02
glamor: Propagate the fact that pbo_valid is never set.
Eric Anholt
2
-18
/
+2
2015-06-29
glamor: Avoid using GL_QUADS on VC4.
Eric Anholt
3
-1
/
+11
2015-06-29
glamor: Use proper Bools for some boolean values.
Eric Anholt
1
-9
/
+9
2015-06-29
glamor: Provide a fallback path for using an index buffer to do quads.
Eric Anholt
3
-3
/
+74
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
3
-51
/
+7
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
6
-62
/
+0
2015-06-29
glamor: Fix text rendering on GLES2.
Eric Anholt
1
-1
/
+1
[next]