summaryrefslogtreecommitdiff
path: root/gui/apisurface.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-05image: Move into lib.Jose Fonseca1-1/+1
2016-05-01gui: Add checkboxes for alpha/opaque in surfaces view.Martin Schulze1-10/+14
2015-05-27gui: Remove base64 from method/member names.Jose Fonseca1-7/+6
2015-05-01gui: Receive dumps in UBJSON format.Jose Fonseca1-4/+4
2013-09-17Rescale the image pixels using the full precision.José Fonseca1-12/+46
2013-09-12gui: make sure that the alpha channel is initializedZack Rusin1-1/+1
2013-09-12gui: show the original pixel values in the surface viewerZack Rusin1-75/+85
2013-09-12ui: Handle float images in dumps.José Fonseca1-5/+12
2013-09-11gui: load image data via the Image class.José Fonseca1-1/+83
2012-11-27state: Drop several unused json image members.José Fonseca1-10/+0
2012-03-25Make frame thumbnail size consistent.José Fonseca1-1/+2
2011-11-17Encode format as a member and not part of the label.Zack Rusin1-1/+11
2011-11-16Add depth info to the surfaces.Zack Rusin1-0/+12
2011-09-01Don't (de)serialize mirror images.José Fonseca1-1/+0
2011-05-07Linearize texture data in JSON.José Fonseca1-27/+5
2011-04-25Encode the snapshots as png's.Zack Rusin1-59/+2
2011-04-12Dump stencil buffer too.José Fonseca1-7/+31
2011-04-10Show the currently bound fbos in the gui.Zack Rusin1-0/+15
2011-04-10Use normalized ubytes for now.José Fonseca1-5/+11
2011-04-09Read the surface data from json.Zack Rusin1-0/+110