1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-23 02:38:53 -05:00
Commit Graph

14 Commits

Author SHA1 Message Date
Max Thrun 4371c2d200
Backends: change header setup to avoid leaking backend implementation details into implot cpp files (#262) 2021-07-02 22:46:19 -07:00
Evan Pezent 8f1c9320e2 add UseGpuAcceleration 2021-07-02 20:26:02 -07:00
marcizhu 353e8ed0aa
Fix incorrect colormap colors 2021-07-02 23:35:05 +02:00
marcizhu bef982f0b6
Fix vertically-flipped 2D histograms 2021-06-25 11:52:38 +02:00
marcizhu 5f11a7875d
Added logarithmic X & Y axes 2021-06-24 17:32:54 +02:00
marcizhu 449b30b389
Standandardize backends for future implementations 2021-06-24 10:39:21 +02:00
marcizhu 27769a846f
Cleanup & maintenance
- Removed unnecessary attributes from shader
- Renamed functions & structs
- Reduced memory footprint of OpenGL backend context
2021-06-23 13:38:03 +02:00
marcizhu 541521fe69
Misc changes
- Rename implot_gpu.h -> implot_backend.h
- Rename IMPLOT_ENABLE_OPENGL3_ACCELERATION -> IMPLOT_BACKEND_ENABLE_OPENGL3
- Use gp.CurrentItem->ID over gp.CurrentPlot->ID
- Add flags for different features supported by backends
2021-06-23 11:43:20 +02:00
marcizhu 50407e5279
Fix integer heatmaps not working properly 2021-06-23 00:51:02 +02:00
marcizhu 718351c6f5
Add common interface for backends & move context to ImPlotContext 2021-06-22 17:07:56 +02:00
marcizhu aa716726da
Prevent new/delete on each call to PlotHeatmap() on certain cases 2021-06-21 17:32:11 +02:00
marcizhu 2816b0cbd9
Fixupside-down heatmaps 2021-06-21 10:26:46 +02:00
marcizhu 7b840d1a44
Add BustPlotCache() and other small changes 2021-06-20 21:23:33 +02:00
marcizhu ead05a20a7
Add GPU-accelerated heatmaps 2021-06-20 19:26:46 +02:00