Skip to content

Releases: houmain/gpupad

1.11

05 Aug 12:01
Compare
Choose a tag to compare

Added

  • Supporting printf debugging.
  • Added constant input.mouseFragCoord.
  • Automatically moving #version to front.
  • Added glslang AST dump.
  • Tessellation sample.

Changed

  • Increased message update interval.

Fixed

  • Accepting file drops on whole window.
  • Improved GLSL and Javascript highlighter.

1.10

16 Jul 13:12
Compare
Choose a tag to compare

Added

  • Texture Editor Toolbar.
  • Uploading/downloading of multisample textures.

Changed

  • ZeroCopy preview no longer optional.
  • Automatically assign result of script expression.
  • Restore evaluation mode after opening sample.
  • Scroll texture with wheel and hold modifier & focus.
  • Updated samples.

1.9

08 Jun 10:48
Compare
Choose a tag to compare
1.9

Added

  • Framebuffer without attachment supported.
  • Texture buffers and image binding format.
  • Atomic counters support.

Changed

  • Automatic manual evaluation after steady evaluation.
  • Active calls no longer bold.
  • Updated dark theme.

Fixed

  • Improved utf8 detection.
  • Explicitly set shortcut for Reload.
  • Fixed handle leak in KTX lib.
  • Fixed column width in BinaryEditor under Windows.
  • Improved uniform array binding.
  • Message window automatically resizing row height.
  • Fixed automatic selection of new items.
  • Fixed layer/layerd for 3D texture image binding.
  • Improved Save session as.

1.8

27 Apr 07:11
Compare
Choose a tag to compare
1.8

Fixed

  • Fixed the MingW build.

1.7

21 Apr 07:53
Compare
Choose a tag to compare
1.7

Added

  • Added video file playback.

Fixed

  • Restore hidden editors dock.
  • Prevent deletion of newlines of rectangular selection.
  • Fixed problem with file item renaming.

1.6

26 Mar 17:53
Compare
Choose a tag to compare
1.6

Added

  • Rectangular selection in source editor.
  • Synchronizing file items' names with file system.
  • Tooltip for file items.
  • Added Ctrl-Tab editor cycling.
  • Optional anisotropic filtering.
  • Added gltf sample viewer.
  • Allow to open all shaders of program.
  • Reset evaluation button.

Changed

  • Expand session groups on double click.
  • Enabled HighDpi scaling.
  • Ignoring file modifications on save.
  • Ignoring dimensions of read only texture items.
  • Not serializing name of file items.
  • Reduced resolution of sample textures.
  • Updated TextureEditor background.
  • Updated samples.

Fixed

  • Improved file caching/reloading.
  • Fixed texture editor unload.
  • Not downloading resources without editor.

1.5

17 Mar 11:09
Compare
Choose a tag to compare
1.5

Added

  • Added KTX texture support.
  • Preview of non 2D textures.
  • Added compressed texture formats.
  • Highlighting focused editor.
  • Copy Buffer call.

Fixed

  • Smarter insertion of new items.
  • Improved autocompletion popup.
  • Improved occurences highlighting.
  • Improved session/editor synchronization.
  • Missing storage buffer binding warnings.
  • Logging call errors.

Removed

  • Removed binary file extensions/deducing from filter.

1.4

23 Dec 19:10
Compare
Choose a tag to compare
1.4

Added

  • Allow to select subroutine by index.
  • Automatically append number to new items' names.
  • Mouse position variables.

1.3

16 Dec 18:07
Compare
Choose a tag to compare
1.3

Changed

  • Zero copy preview of texture made optional.

1.2

13 Dec 19:26
Compare
Choose a tag to compare
1.2

Added

  • Script expression.
  • Copy texture call.

Fixed

  • Fixed scroll after find bug.
  • Remove trailing spaces/auto indentation improved.
  • Fixed missing file crash.