1. b138d7a gl-renderer: Ignore INVALID modifier by Daniel Stone · 8 years ago
  2. df0e4b9 gl-renderer: Emit GPU rendering begin and end timeline timepoints by Alexandros Frantzis · 8 years ago
  3. 7192b17 gl-renderer: Add support for fence sync extensions by Alexandros Frantzis · 8 years ago
  4. 7b5fe9b gl-renderer: fix leak on dmabuf image destroy by Arnaud Vrac · 8 years ago
  5. 12968e3 gl-renderer: Fix some missing newlines in log messages by Derek Foreman · 8 years ago
  6. c32e05b gl-renderer: allow importing fourth dmabuf plane by Varad Gautam · 9 years ago
  7. f7da8b3 gl-renderer: allow importing dmabufs with format modifiers by Varad Gautam · 9 years ago
  8. 0775cd1 gl-renderer: support format and modifier queries by Varad Gautam · 9 years ago
  9. 5fc8d5e gl-renderer: Change 'data' type to 'uint8_t *', since 'void *' arithmetic is undefined by Raúl Peñacoba · 8 years ago
  10. 6a38ad7 gl-renderer: Fix an invalid write when closing a Weston window by Dima Ryazanov · 9 years ago
  11. fe0410b gl: Don't declare variables in for loop by Bryce Harrington · 9 years ago
  12. e5732c7 gl-renderer: add support of WL_SHM_FORMAT_YUYV by Vincent ABRIOU · 9 years ago
  13. 0263955 gl-renderer: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  14. 43cea54 gl-renderer: add support for EGL_KHR_swap_buffers_with_damage by Emil Velikov · 9 years ago
  15. e3bfee1 gl-renderer: Use EGL_KHR_no_config_context by Armin Krezović · 9 years ago
  16. 967b6bc gl-renderer: Refactor gl_renderer_output_window_create() by Miguel A. Vico · 9 years ago
  17. 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  18. 684c9f4 gl-renderer: Accept non-NULL empty <visual_id> arrays by Miguel A. Vico · 9 years ago
  19. 4057cd9 gl-renderer: Rename <attribs> param of gl_renderer to <config_attribs> by Miguel A. Vico · 9 years ago
  20. c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
  21. dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
  22. 9c526e0 gl-renderer: conditionally call query_buffer while gl_renderer_attach by Vincent Abriou · 9 years ago
  23. 00a03d2 gl-renderer: add support of WL_SHM_FORMAT_NV12 by Vincent Abriou · 9 years ago
  24. fdeefe4 gl-renderer: add support of WL_SHM_FORMAT_YUV420 by Vincent Abriou · 9 years ago
  25. aca3ffb gl-renderer: Add support for DRM_FORMAT_YUV444 buffers by Matthias Treydte · 9 years ago
  26. 319397e gl-renderer, simple-dmabuf-v4l: fix dmabuf y-invert by Pekka Paalanen · 9 years ago
  27. d84af7c gl-renderer: Silence maybe-uninitialized warning by Quentin Glidic · 9 years ago
  28. 36d699a gl-renderer: Make dummy surface current after all outputs are gone by Armin Krezović · 9 years ago
  29. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  30. f0c3a1c gl-renderer: move check_extension() to shared/ by Emil Velikov · 9 years ago
  31. 3dd22d9 gl-renderer: remove EGL_EXT_image_dma_buf_import guards by Emil Velikov · 9 years ago
  32. b56c5b4 weston-egl-ext.h: add GL_EXT_unpack_subimage definitions by Emil Velikov · 9 years ago
  33. af5bd5d weston-egl-ext.h: add EGL_MESA_configless_context definitions by Emil Velikov · 9 years ago
  34. 0725cf1 weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitions by Emil Velikov · 9 years ago
  35. 28d240f gl-renderer: Always setup gl-renderer by Armin Krezović · 9 years ago
  36. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/gl-renderer.c]
  37. cc3a192 gl-renderer: Implement & use check_extension by Miguel A. Vico · 9 years ago
  38. ea8fb94 gl-renderer: Fix comment typo by Bryce Harrington · 9 years ago
  39. bc35fda gl-renderer: Add support for a few YUV dmabuf formats by Emmanuel Gil Peyrot · 9 years ago
  40. b805350 gl-renderer: introduce a new struct dmabuf_image by Emmanuel Gil Peyrot · 9 years ago
  41. c399692 linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct by Emmanuel Gil Peyrot · 10 years ago
  42. 9774679 gl-renderer: Make texture_used a bool instead of an int by Derek Foreman · 10 years ago
  43. 4c11fe7 gl-renderer: Use a bool for needs_full_upload by Derek Foreman · 10 years ago
  44. 57e48f0 Use linux-dmabuf protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  45. 1a912a9 gl-renderer: gl_renderer_create display cleanup on error by Dawid Gajownik · 10 years ago
  46. a352580 gl-renderer: add dmabuf import by Pekka Paalanen · 11 years ago
  47. 534defd gl-renderer: introduce struct egl_image by Louis-Francis Ratté-Boulianne · 10 years ago
  48. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  49. 066ca0c gl-renderer: Don't print GL error for EGLGetDisplay() by Derek Foreman · 10 years ago
  50. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  51. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  52. a7e1991 gl-renderer: Make the error logging a little nicer by Derek Foreman · 10 years ago
  53. c4cfe85 compositor-drm: pass ARGB fallback to gl create functions for XRGB formats by Derek Foreman · 10 years ago
  54. e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
  55. 8b69d03 gl-renderer: fix configless_context check by Pekka Paalanen · 10 years ago
  56. f282454 gl-renderer: check EGL_EXT_platform_base in supports() by Pekka Paalanen · 10 years ago
  57. 2992d71 gl-renderer: fix EGL initialization steps by Manuel Bachmann · 10 years ago
  58. f1ec506 gl-renderer: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  59. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  60. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  61. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  62. fb23df7 Use pixel coordinates for weston_output.matrix by Jason Ekstrand · 11 years ago
  63. ae0c6e3 gl-renderer: Call glViewport after the context is made current by Jason Ekstrand · 11 years ago
  64. fa79b1d gl-renderer: implement view scissor by Pekka Paalanen · 10 years ago
  65. eb35cbe gl-renderer: implement surface_copy_content by Pekka Paalanen · 10 years ago
  66. aeb917e gl-renderer: add BUFFER_TYPE_SOLID by Pekka Paalanen · 10 years ago
  67. 25c0ca5 compositor: turn weston_view boundingbox into masked by Pekka Paalanen · 10 years ago
  68. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  69. bff3472 Setting members to 0/NULL after a zalloc or calloc is redundant by Bryce Harrington · 11 years ago
  70. f818098 gl-renderer: compress pixman bands to simplify geometry by Derek Foreman · 11 years ago
  71. 4c58266 gl-renderer: don't move memory in output_rotate_damage by Derek Foreman · 11 years ago
  72. 95ec0f9 compositor: add a masking mechanism to weston_layer by Giulio Camuffo · 11 years ago
  73. 4d085e7 gl-renderer: Keep track of the GL format used for SHM buffers by Neil Roberts · 11 years ago
  74. 39a443f Always use glTexImage2D instead of glTexSubImage2D for first upload by Neil Roberts · 11 years ago
  75. 701f636 gl-renderer: Fix read_pixels in the case where we have output borders by Jason Ekstrand · 11 years ago
  76. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  77. 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
  78. b7f8533 Split gl_renderer_setup into two functions by Neil Roberts · 11 years ago
  79. cbb9158 Don't crash when eglCreateContext fails by Mariusz Ceier · 11 years ago
  80. 8e96f9e gl-renderer: Use eglSwapBuffersWithDamageEXT when available by Jason Ekstrand · 11 years ago
  81. e5512d4 gl-renderer: Track border damage and only repaint borders on an as-needed basis by Jason Ekstrand · 11 years ago
  82. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  83. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  84. 41a50ea gl-renderer: Fix support for Y_XUXV buffers by Ander Conselvan de Oliveira · 12 years ago
  85. 895b1fd gl-renderer: Attach buffer during surface state creation if possible by Ander Conselvan de Oliveira · 12 years ago
  86. 6579681 compositor-drm: Add key binding to switch from pixman to GL renderer by Ander Conselvan de Oliveira · 12 years ago
  87. e505171 Add calls to wl_shm_buffer_begin/end_access by Neil Roberts · 12 years ago
  88. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  89. 310382f gl-renderer: Remove the renderer-global border support by Jason Ekstrand · 12 years ago
  90. 0b61bf4 gl-renderer: Add support for per-output multi-texture borders. by Jason Ekstrand · 12 years ago
  91. adda00e pixman-renderer, gl-renderer: Destroy surface state with the renderer by Ander Conselvan de Oliveira · 12 years ago
  92. aa398ae compositor: Let renderers create and destroy surface state on their own by Ander Conselvan de Oliveira · 12 years ago
  93. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  94. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  95. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  96. c3ea26c compositor-drm: Match the EGLConfig native visual ID if it has one by Kristian Høgsberg · 12 years ago
  97. ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
  98. 619859c Split vertex clipping code out into vertex-clipping.c by Sam Spilsbury · 12 years ago
  99. bfbb8e5 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation by Stanislav Vorobiov · 12 years ago
  100. 73db924 gl-renderer: Use GL_UNSIGNED_SHORT for index array type by Kristian Høgsberg · 12 years ago