pyqtgraph/pyqtgraph/opengl/items
John David Reaver 8f273f53ab Fix memory leak in GLScatterPlotItem
Fixes #103. If a ScatterPlotItem was removed from a plot and added
again, glGenTetures was called again unneccesarily. Each time it is
called, it eats up a little more space.
2014-10-15 06:16:40 -07:00
..
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
GLAxisItem.py Added Travis CI support 2014-03-30 02:51:32 -04:00
GLBarGraphItem.py Added GLBarGraphItem 2013-09-18 12:27:46 -04:00
GLBoxItem.py exporters, multiprocess, opengl 2013-12-23 09:46:54 -05:00
GLGridItem.py Added Travis CI support 2014-03-30 02:51:32 -04:00
GLImageItem.py Added GLImageItem.setData() 2014-07-06 11:44:26 -04:00
GLLinePlotItem.py Added Travis CI support 2014-03-30 02:51:32 -04:00
GLMeshItem.py Allow GLMeshItem to draw edges from MeshData with face-indexed vertexes. 2014-03-10 23:04:10 -04:00
GLScatterPlotItem.py Fix memory leak in GLScatterPlotItem 2014-10-15 06:16:40 -07:00
GLSurfacePlotItem.py Bugfix: Malformed tables. 2014-02-05 21:04:33 +01:00
GLVolumeItem.py Added GLVolumeItem.setData 2014-06-20 23:04:21 -04:00