summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-15glamor: Recover gracefully from prepare_access PBO allocation failure.raspbian-backportEric Anholt1-9/+24
2015-12-15glamor: Recover gracefully from GL_QUADS IB allocation failure.Eric Anholt3-3/+20
2015-12-15modesetting: No need to free the EGLImage just before freeing the pixmap.Eric Anholt1-6/+0
2015-12-15glamor: Remove the FBO cache.Eric Anholt3-254/+6
2015-12-11glamor: Delay making pixmaps shareable until we need to.Eric Anholt5-143/+82
2015-12-11glamor: Make glamor_get_name_from_bo static.Eric Anholt1-3/+1
2015-12-11glamor: Simplify DRI3 pixmap-from-fd, using GBM.Eric Anholt1-30/+7
2015-12-11glamor: Use real types for glamor_egl's public gbm functions.Eric Anholt2-7/+11
2015-12-11glamor: Use the GBM function for getting an FD from a GBM BO.Eric Anholt1-17/+1
2015-12-11glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt5-28/+26
2015-12-11glamor: Unexport glamor_destroy_textured_pixmap().Eric Anholt2-8/+2
2015-12-11glamor: Remove glamor_egl_destroy_textured_pixmap().Eric Anholt2-7/+0
2015-12-11glamor: No need to glFlush before destroying a pixmap.Eric Anholt1-4/+0
2015-12-11glamor: Fix segfault in fallback picture uploading.Eric Anholt1-7/+9
2015-12-11glamor: Fix assert failures when fallback picture upload alloc fails.Eric Anholt1-7/+30
2015-12-11glamor: Fix rendering when core font texture allocation fails.Eric Anholt1-0/+5
2015-12-11glamor: Fix crashes when the glyph atlas allocation fails.Eric Anholt1-1/+8
2015-12-11glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.Eric Anholt3-0/+28
2015-10-19modesetting: Use correct types for return values of glamor BO exports.Robert Ancell2-4/+4
2015-10-19xserver: fix build with glamor disabled.Dave Airlie3-2/+7
2015-10-19modesetting: Implement page flipping support for Present.Kenneth Graunke5-7/+486
2015-10-19modesetting: don't try and load dri2Dave Airlie1-1/+0
2015-10-19modesetting: drop unused struct in vblank.cDave Airlie1-5/+0
2015-10-19modesetting: Implement an ms_drm_abort_seq() function.Kenneth Graunke2-0/+17
2015-10-19modesetting: Make ms_crtc_on non-static.Kenneth Graunke2-1/+3
2015-10-19modesetting: Improve the ms_flush_drm_events() API.Kenneth Graunke1-4/+19
2015-10-19modesetting: add output master supportDave Airlie1-0/+58
2015-10-19xf86Crtc: add tile prop settingDave Airlie2-2/+77
2015-10-19glamor: Get rid of an extraneous ; at the end of a C source lineAlan Coopersmith1-1/+1
2015-10-19glamor: move 'dri3_capable' extension checks after eglMakeCurrentEmil Velikov1-9/+9
2015-10-19glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_importEmil Velikov2-6/+2
2015-10-19glamor: explicitly check for GL_OES_EGL_imageEmil Velikov1-0/+5
2015-10-19glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-10-19glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-10-19glamor: make current in prepare pathsDave Airlie1-0/+2
2015-10-19glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer1-2/+2
2015-10-19glamor: Drop unused box translation/bounds code.Eric Anholt1-39/+0
2015-10-19glamor: Move cache_format to glamor_fbo.c, where it's used.Eric Anholt2-15/+15
2015-10-19glamor: Drop another dead function.Eric Anholt1-7/+0
2015-10-19glamor: Take transforms into account when preparing for a fallback.Eric Anholt1-2/+16
2015-10-19glamor: Drop dead drm_stride field.Eric Anholt1-1/+0
2015-10-19glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt6-114/+5
2015-10-19glamor: Use the actual picture's format when uploading memory pixmaps.Eric Anholt1-27/+13
2015-10-19glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt3-877/+870
2015-10-19glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.Eric Anholt1-9/+0
2015-10-19glamor: Use the new upload/download interface for XV uploads.Eric Anholt3-19/+25
2015-10-19glamor: Ignore picture formats when choosing color for core rendering.Eric Anholt1-10/+1
2015-10-19glamor: Don't try to do rendering with unsupported formats.Eric Anholt1-0/+38
2015-10-19glamor_egl: Properly free resources on init-error and exitHans de Goede1-16/+27
2015-10-19glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt6-32/+17