index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
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
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
server-1.2-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_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-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
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
glamor: Recover gracefully from prepare_access PBO allocation failure.
raspbian-backport
Eric Anholt
1
-9
/
+24
2015-12-15
glamor: Recover gracefully from GL_QUADS IB allocation failure.
Eric Anholt
3
-3
/
+20
2015-12-15
modesetting: No need to free the EGLImage just before freeing the pixmap.
Eric Anholt
1
-6
/
+0
2015-12-15
glamor: Remove the FBO cache.
Eric Anholt
3
-254
/
+6
2015-12-11
glamor: Delay making pixmaps shareable until we need to.
Eric Anholt
5
-143
/
+82
2015-12-11
glamor: Make glamor_get_name_from_bo static.
Eric Anholt
1
-3
/
+1
2015-12-11
glamor: Simplify DRI3 pixmap-from-fd, using GBM.
Eric Anholt
1
-30
/
+7
2015-12-11
glamor: Use real types for glamor_egl's public gbm functions.
Eric Anholt
2
-7
/
+11
2015-12-11
glamor: Use the GBM function for getting an FD from a GBM BO.
Eric Anholt
1
-17
/
+1
2015-12-11
glamor: Hook up EGL DestroyPixmap through the normal wrap chain.
Eric Anholt
5
-28
/
+26
2015-12-11
glamor: Unexport glamor_destroy_textured_pixmap().
Eric Anholt
2
-8
/
+2
2015-12-11
glamor: Remove glamor_egl_destroy_textured_pixmap().
Eric Anholt
2
-7
/
+0
2015-12-11
glamor: No need to glFlush before destroying a pixmap.
Eric Anholt
1
-4
/
+0
2015-12-11
glamor: Fix segfault in fallback picture uploading.
Eric Anholt
1
-7
/
+9
2015-12-11
glamor: Fix assert failures when fallback picture upload alloc fails.
Eric Anholt
1
-7
/
+30
2015-12-11
glamor: Fix rendering when core font texture allocation fails.
Eric Anholt
1
-0
/
+5
2015-12-11
glamor: Fix crashes when the glyph atlas allocation fails.
Eric Anholt
1
-1
/
+8
2015-12-11
glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.
Eric Anholt
3
-0
/
+28
2015-10-19
modesetting: Use correct types for return values of glamor BO exports.
Robert Ancell
2
-4
/
+4
2015-10-19
xserver: fix build with glamor disabled.
Dave Airlie
3
-2
/
+7
2015-10-19
modesetting: Implement page flipping support for Present.
Kenneth Graunke
5
-7
/
+486
2015-10-19
modesetting: don't try and load dri2
Dave Airlie
1
-1
/
+0
2015-10-19
modesetting: drop unused struct in vblank.c
Dave Airlie
1
-5
/
+0
2015-10-19
modesetting: Implement an ms_drm_abort_seq() function.
Kenneth Graunke
2
-0
/
+17
2015-10-19
modesetting: Make ms_crtc_on non-static.
Kenneth Graunke
2
-1
/
+3
2015-10-19
modesetting: Improve the ms_flush_drm_events() API.
Kenneth Graunke
1
-4
/
+19
2015-10-19
modesetting: add output master support
Dave Airlie
1
-0
/
+58
2015-10-19
xf86Crtc: add tile prop setting
Dave Airlie
2
-2
/
+77
2015-10-19
glamor: Get rid of an extraneous ; at the end of a C source line
Alan Coopersmith
1
-1
/
+1
2015-10-19
glamor: move 'dri3_capable' extension checks after eglMakeCurrent
Emil Velikov
1
-9
/
+9
2015-10-19
glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
Emil Velikov
2
-6
/
+2
2015-10-19
glamor: explicitly check for GL_OES_EGL_image
Emil Velikov
1
-0
/
+5
2015-10-19
glamor: Don't try to free the pixmap priv if we fail to allocate FBO.
Eric Anholt
1
-1
/
+0
2015-10-19
glamor: Make our EGL context current before calling into GL in glamor_init
Michel Dänzer
1
-12
/
+14
2015-10-19
glamor: make current in prepare paths
Dave Airlie
1
-0
/
+2
2015-10-19
glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback
Michel Dänzer
1
-2
/
+2
2015-10-19
glamor: Drop unused box translation/bounds code.
Eric Anholt
1
-39
/
+0
2015-10-19
glamor: Move cache_format to glamor_fbo.c, where it's used.
Eric Anholt
2
-15
/
+15
2015-10-19
glamor: Drop another dead function.
Eric Anholt
1
-7
/
+0
2015-10-19
glamor: Take transforms into account when preparing for a fallback.
Eric Anholt
1
-2
/
+16
2015-10-19
glamor: Drop dead drm_stride field.
Eric Anholt
1
-1
/
+0
2015-10-19
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
6
-114
/
+5
2015-10-19
glamor: Use the actual picture's format when uploading memory pixmaps.
Eric Anholt
1
-27
/
+13
2015-10-19
glamor: Move glamor_render.c pict handling to glamor_picture.c
Eric Anholt
3
-877
/
+870
2015-10-19
glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.
Eric Anholt
1
-9
/
+0
2015-10-19
glamor: Use the new upload/download interface for XV uploads.
Eric Anholt
3
-19
/
+25
2015-10-19
glamor: Ignore picture formats when choosing color for core rendering.
Eric Anholt
1
-10
/
+1
2015-10-19
glamor: Don't try to do rendering with unsupported formats.
Eric Anholt
1
-0
/
+38
2015-10-19
glamor_egl: Properly free resources on init-error and exit
Hans de Goede
1
-16
/
+27
2015-10-19
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
6
-32
/
+17
[next]