[gtk] (57 commits) Non-fast-forward update to branch matthiasc/color-profile-rebased



The branch 'matthiasc/color-profile-rebased' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  eebd18d... Fixes for gdk_memory_texture_new_subtexture
  e670eab... gsk: Serialize textures as tiff
  b70bd4a... gdk: Add GdkColorSpace
  cf344af... cms: Add lcms to the build
  d4f5cdb... Add an lcms2 subproject
  b8e65dc... ci: Update dependencies for msys
  ce87248... Add mutter and lcms2-devel to the Fedora image
  8f2f442... gdk: Add GdkLcmsColorSpace
  d1b3cd9... API: Add a GdkTexture::color-space property
  cfc1be7... API: Add gdk_memory_texture_new_with_color_space()
  db3a0cf... jpeg: Add color space support
  8453e03... widget-factory: Add gradient rendering test
  111eaa4... gtk-demo: Add a color space demo
  6ed7b83... API: Add GdkSurface::color-space
  d5b958d... API: Add color space get/set for cairo
  26a1114... memoryformat: Take a color space when converting
  1a8beab... gdk: Take a color space in gdk_texture_download_surface
  143a018... gdk: Take a color space in gdk_memory_texture_from_texture
  bbc4dba... png: Handle color spaces
  a800274... tiff: Add color space support
  f177325... gsk: Avoid cairo in icon upload
  0ace937... memoryformat: Do some gdk_memory_convert() massaging
  758ce90... memoryformat: Optimize more
  0f9a9af... lcmscolorspace: Implement a global transform cache
  809734e... widget-factory: Add tests for loading color profiles
  a760315... Support color space in pixbufs
  86c1d80... x11: Implement support for color profiles
  b3a64f8... Add crude color management impl for cairo
  ef6c5d7... gdk: Add GDK_DEBUG=srgb
  ff88a82... gsk: Upload textures in linear sRGB
  13375ea... gsk: Apply gamma to frames
  7b03c12... gsk: Linearize colors too
  9286ed6... gsk: Linearize gl textures
  3f0e850... gsk: Use stem darkening for glyphs
  954ca4e... cairo: Use stem darkening for glyphs
  6fe65bd... gsk: Fix caching of textures
  ee0a941... gsk: Refactor a bit
  b860703... gsk: Do texture conversions in shaders
  73a0c19... gsk: Support flipping gl textures
  c5a4e4d... API: Add a new constructor for GL textures
  5499e76... gsk: Use GL texture information
  d1ca465... glarea: Use the new GL texture constructor
  b623823... media: Use the new GL texture constructor
  3241a8d... gdk: Introduce GdkColor
  c179f70... gsk: Add color space in gsk_renderer_render_texture
  40de23f... wip: update testsuite for changed compositing
  251b420... gsk: Add FIXME
  f2a3147... wip: Add a cicp color space implementation
  4021c98... Add a quick-and-dirty heif loading test
  404290b... widget-factory: Add an hdr image example

Commits added to the branch:

  4f2b1b3... egl: Fix invalid format string (*)
  c4f4236... Merge branch 'egl-format-string' into 'main' (*)
  e1159da... GtkFileChooserWidget: Propagate keys from external entry to (*)
  f33c521... Fixes for gdk_memory_texture_new_subtexture (*)
  2ff98da... Merge branch 'file-chooser-widget-make-key-controller-on-ex (*)
  6164908... Add tests for gdk_memory_texture_new_subtexture (*)
  dd16d7c... gsk: Serialize float textures as tiff (*)
  4278e91... Merge branch 'texture-fixes' into 'main' (*)
  0c86b28... Merge branch 'texture-serialize-tiff' into 'main' (*)
  7444464... gdk: Add GdkColorSpace
  6fe68ed... cms: Add lcms to the build
  e9eb965... Add an lcms2 subproject
  c0dd56e... ci: Update dependencies for msys
  d2c78a4... Add mutter and lcms2-devel to the Fedora image
  5fcb801... gdk: Add GdkLcmsColorSpace
  8bd9802... API: Add a GdkTexture::color-space property
  6e5adcd... API: Add gdk_memory_texture_new_with_color_space()
  a416972... jpeg: Add color space support
  1e3a7ee... widget-factory: Add gradient rendering test
  b56fd87... gtk-demo: Add a color space demo
  ec82988... API: Add GdkSurface::color-space
  be00647... API: Add color space get/set for cairo
  a90a5f2... memoryformat: Take a color space when converting
  f5f4ce3... gdk: Take a color space in gdk_texture_download_surface
  694e972... gdk: Take a color space in gdk_memory_texture_from_texture
  30a15df... png: Handle color spaces
  763ebb0... tiff: Add color space support
  3bd2da8... gsk: Avoid cairo in icon upload
  adf471d... memoryformat: Do some gdk_memory_convert() massaging
  89fe8d2... memoryformat: Optimize more
  5786c55... lcmscolorspace: Implement a global transform cache
  5f7269d... widget-factory: Add tests for loading color profiles
  9a9ca45... Support color space in pixbufs
  cc21b78... x11: Implement support for color profiles
  092b4b7... Add crude color management impl for cairo
  105fd0e... gdk: Add GDK_DEBUG=srgb
  618cbab... gsk: Upload textures in linear sRGB
  7623e3e... gsk: Apply gamma to frames
  6db2a58... gsk: Linearize colors too
  bdd5a60... gsk: Linearize gl textures
  2fb9e8c... gsk: Use stem darkening for glyphs
  0a11ddf... cairo: Use stem darkening for glyphs
  e078f2a... gsk: Fix caching of textures
  83f9aed... gsk: Refactor a bit
  e1761a1... gsk: Do texture conversions in shaders
  86e7b54... gsk: Support flipping gl textures
  673c2d4... API: Add a new constructor for GL textures
  931fe79... gsk: Use GL texture information
  29f283f... glarea: Use the new GL texture constructor
  696a4bf... media: Use the new GL texture constructor
  7122ce5... gdk: Introduce GdkColor
  5a4124a... gsk: Add color space in gsk_renderer_render_texture
  288f688... wip: update testsuite for changed compositing
  f16cdaa... gsk: Add FIXME
  448e518... wip: Add a cicp color space implementation
  efe5d05... Add a quick-and-dirty heif loading test
  18f21c3... widget-factory: Add an hdr image example

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]