index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
3
-18
/
+1
2015-03-24
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Maarten Lankhorst
3
-3
/
+0
2015-03-24
glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER
Maarten Lankhorst
2
-2
/
+2
2015-03-24
glamor: do not check for gl errors in glamor_build_program
Maarten Lankhorst
1
-3
/
+0
2015-03-24
glamor: only use (un)pack_subimage when available
Maarten Lankhorst
3
-19
/
+46
2015-01-23
glamor: use screen blockhandler rather than dix one (v3)
Dave Airlie
2
-12
/
+12
2014-12-28
glamor: Fix nlines in glamor_xv_put_image when src_y is odd
Keith Packard
1
-1
/
+1
2014-12-25
glamor: Make sure Xvideo source image data is properly aligned
Michel Dänzer
1
-13
/
+11
2014-12-25
glamor: Make glamor_purge_fbo static
Michel Dänzer
2
-2
/
+1
2014-12-25
glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_private
Michel Dänzer
1
-6
/
+1
2014-12-11
glamor: Make sure glamor_egl_close_screen wraps glamor_close_screen
Michel Dänzer
1
-3
/
+3
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
2
-2
/
+1
2014-12-11
glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fbo
Michel Dänzer
1
-2
/
+5
2014-12-11
glamor: Fix use-after-free in glamor_destroy_textured_pixmap
Michel Dänzer
1
-3
/
+4
2014-12-11
glamor: Add an accessor for the GBM device.
Dave Airlie
2
-0
/
+14
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
3
-2
/
+15
2014-12-09
glamor: Free existing EGL image when assigning new one
Keith Packard
1
-7
/
+21
2014-12-09
glamor: Remove redundant reference to screen pixmap EGL image
Keith Packard
1
-12
/
+1
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
5
-56
/
+18
2014-11-24
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-1
/
+1
2014-11-20
glamor: Don't insert fbos from external objects into fbo cache
Keith Packard
3
-1
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-10-26
glamor: Free converted bits in _glamor_upload_bits_to_pixmap_texture fast path
Keith Packard
1
-37
/
+36
2014-10-26
glamor: Don't free memory we are going to use.
Andreas Hartmetz
1
-1
/
+1
2014-10-09
mi: Drop plane argument from miHandleExposures
Adam Jackson
1
-2
/
+1
2014-09-29
glamor: Use GL_STREAM_READ also for read/write access to a PBO
Michel Dänzer
1
-4
/
+1
2014-09-29
glamor: Fix leak of converted_bits in _glamor_upload_bits_to_pixmap_texture
Michel Dänzer
1
-0
/
+1
2014-09-18
glamor: Remove shader-based trapezoid implementation. Fixes Bug 76213.
Keith Packard
3
-1684
/
+36
2014-09-18
glamor: Check large pixmap users in glamor_largepixmap.c
Keith Packard
1
-2
/
+0
2014-09-18
glamor: Handle compositing from large to small pixmaps
Keith Packard
1
-4
/
+13
2014-09-18
glamor: Don't abuse large_pixmap members for regular pixmaps
Keith Packard
1
-16
/
+21
2014-09-18
glamor: Add macro __glamor_large in glamor_largepixmap.c
Keith Packard
1
-13
/
+21
2014-09-18
glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inline
Keith Packard
3
-14
/
+15
2014-09-11
glamor: Make glyph mask cache per-screen
Michel Dänzer
2
-36
/
+37
2014-09-11
glamor: Track glyph caching information per screen
Michel Dänzer
1
-10
/
+13
2014-09-11
glamor: Move 'glyph caches realized' check to glamor_realize_glyph_caches
Michel Dänzer
2
-10
/
+7
2014-09-11
glamor: Call glamor_glyphs_init from glamor_create_screen_resources
Michel Dänzer
1
-1
/
+5
2014-08-17
glamor: Don't call glamor_copy_fbo_cpu() for GLAMOR_DRM_ONLY pixmaps
Michel Dänzer
1
-0
/
+1
2014-08-17
glamor: Free Xv put image data immediately after use
Keith Packard
1
-3
/
+10
2014-08-12
glamor: Don't try to set up core fonts textures when we won't use them.
Eric Anholt
1
-0
/
+7
2014-08-12
glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destination
Michel Dänzer
1
-0
/
+54
2014-07-30
Fix files including xorg-server.h by mistake
Keith Packard
3
-3
/
+0
2014-07-28
glamor: Eliminate diagonal tearing in xv
Keith Packard
1
-5
/
+8
2014-07-19
glamor: sync_fence_set_triggered should use glFlush, not glFinish
Keith Packard
1
-1
/
+1
2014-07-18
glamor: Add support for SHM sync fences
Keith Packard
4
-0
/
+135
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
7
-11
/
+19
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
5
-23
/
+0
2014-07-17
glamor: Remove a dead prototype.
Eric Anholt
1
-6
/
+0
2014-07-17
glamor: Drop dead glamor_restore_pixmap_to_texture().
Eric Anholt
2
-17
/
+0
2014-07-17
glamor: Drop dead glamor_download_pixmap_to_cpu()
Eric Anholt
2
-329
/
+0
[next]