1. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  2. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  3. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago
  4. be40710 exynos: change the license to X11/MIT by Inki Dae · 7 years ago
  5. 4752143 exynos: add C++ support to exynos_drmif header by Tobias Jakobi · 7 years ago
  6. 762be6c exynos/fimg2d: remove unused-function build warning by Seung-Woo Kim · 7 years ago
  7. c9ef5c4 exynos: fix type-punned pointer build warning by Seung-Woo Kim · 7 years ago
  8. caef42b exynos: Fix spelling mistake by Eric Engestrom · 8 years ago
  9. 15d90ef exynos: bump version number by Tobias Jakobi · 9 years ago
  10. 6689e4e tests/exynos: add test for g2d_move by Tobias Jakobi · 9 years ago
  11. 676462c exynos/fimg2d: add g2d_move by Tobias Jakobi · 9 years ago
  12. 51fd93b exynos: fimg2d: add g2d_set_direction by Tobias Jakobi · 9 years ago
  13. 60df358 exynos/fimg2d: add g2d_config_event by Tobias Jakobi · 9 years ago
  14. 2191ed9 exynos: Introduce exynos_handle_event() by Tobias Jakobi · 9 years ago
  15. df21b29 exynos/fimg2d: remove g2d_context from public header by Tobias Jakobi · 9 years ago
  16. ce4a4f6 exynos/fimg2d: add message prefix by Tobias Jakobi · 9 years ago
  17. bf666b5 exynos/fimg2d: make g2d_add_cmd() less heavy by Tobias Jakobi · 9 years ago
  18. 6a4479d exynos/fimg2d: remove superfluous initialization of g2d_point_val by Tobias Jakobi · 9 years ago
  19. 76d1c6b exynos/fimg2d: remove default case from g2d_get_blend_op() by Tobias Jakobi · 9 years ago
  20. e3c97d1 exynos/fimg2d: add g2d_validate_xyz() functions by Tobias Jakobi · 9 years ago
  21. 2362c88 exynos/fimg2d: add g2d_check_space() by Tobias Jakobi · 9 years ago
  22. 9017619 exynos/fimg2d: simplify base address submission in g2d_scale_and_blend() by Tobias Jakobi · 9 years ago
  23. a8dc2e7 exynos/fimg2d: fix empty buffer handling in g2d_flush() by Tobias Jakobi · 9 years ago
  24. 53b1081 exynos/fimg2d: simplify g2d_fini() by Tobias Jakobi · 9 years ago
  25. 7da8f07 exynos: fimg2d: fix return codes by Tobias Jakobi · 9 years ago
  26. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  27. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  28. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  29. 9f8fb46 exynos: add symbols test by Emil Velikov · 9 years ago
  30. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  31. 858b21f exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLOR by Tobias Jakobi · 9 years ago
  32. 3f12191 exynos: add fimg2d header to common includes by Tobias Jakobi · 9 years ago
  33. 9a0949a exynos: add exynos prefix to fimg2d header by Tobias Jakobi · 9 years ago
  34. 736d6a1 exynos: use structure initialization instead of memset by Tobias Jakobi · 9 years ago
  35. 8903732 exynos: honor the repeat mode in g2d_copy_with_scale by Tobias Jakobi · 9 years ago
  36. 03c9ccc exynos: add g2d_scale_and_blend by Tobias Jakobi · 9 years ago
  37. f7b0586 exynos: fimg2d: whitespace fix in g2d_flush by Tobias Jakobi · 9 years ago
  38. 0d48697 exynos: fimg2d: introduce G2D_OP_INTERPOLATE by Tobias Jakobi · 9 years ago
  39. 81b71e4 exynos: fimg2d: unify register style by Tobias Jakobi · 9 years ago
  40. ac9e095 exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLOR by Tobias Jakobi · 9 years ago
  41. ba858e0 exynos: fimg2d: remove TRUE/FALSE from header by Tobias Jakobi · 9 years ago
  42. 74add49 exynos: introduce g2d_add_base_addr helper function by Tobias Jakobi · 9 years ago
  43. c8168fe tests/exynos: fix typos and change wording by Tobias Jakobi · 9 years ago
  44. 1d7e78d exynos: replace G2D_DOUBLE_TO_FIXED macro with function by Tobias Jakobi · 9 years ago
  45. ccbb9aa exynos: remove DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls by Hyungwon Hwang · 9 years ago
  46. d41b7a3 exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls by Hyungwon Hwang · 9 years ago
  47. d9ce09d exynos: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  48. e8c3c13 exynos: fix scaling factor computation in g2d_copy_with_scale by Tobias Jakobi · 10 years ago
  49. 3001c23 exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input by Tobias Jakobi · 10 years ago
  50. 63f51fc exynos: fix coordinate computation in g2d_copy by Tobias Jakobi · 10 years ago
  51. ee87b47 exynos: removed unused fd field by Daniel Kurtz · 10 years ago
  52. a13bdd5 exynos: prime: use drmPrime*() helpers by Daniel Kurtz · 10 years ago
  53. 4e193aa exynos_fimg2d: fix cast from pointer to integer of different size by Daniel Kurtz · 10 years ago
  54. ebe21ba exynos: fix two warnings by Daniel Kurtz · 10 years ago
  55. 99105e7 makefiles: Add missing headers. by Maarten Lankhorst · 11 years ago
  56. bbf6e3d libdrm/exynos: add test application for 2d gpu. by Inki Dae · 11 years ago
  57. 881e69f libdrm/exynos: padding gem_mmap structure to 64-bit aligned by Cooper Yuan · 12 years ago
  58. e07b650 libdrm: add exynos drm support by Inki Dae · 12 years ago