File: TODO

package info (click to toggle)
globs 0.2.0~svn50-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,256 kB
  • sloc: ansic: 2,236; python: 1,727; makefile: 93; sh: 2
file content (52 lines) | stat: -rw-r--r-- 1,633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-- globs-0.2
	benchmarks/
		swap Mars logo textures with globs one?
		gl_blit, more like Mars' Image class
	
	submission system
		check the reported bug about UTF-8
		adapt to the new database

-- globs-0.3 and later
	- main_win.py
		handle environment variables:
		__GL_SYNC_TO_VBLANK
		__GL_FSAA_MODE
		__GL_LOG_MAX_ANISO

		gray out not supported benchmarks (eg. missing an extension)

	- statistics.py
		export graphic data from the session and the database

	- stats_area.py
		make a clear button to erase the statistics?

	- pref_win.py
	    how many previous history bars to show?
	    where to save globs.db?
		internal/external sqlite module
		with/out matplotlib
		some sort of Compiz-Fusion support via compizconfig-python (eg. "disable Compiz while benching?")

	- preferences.py
	    a class managing ans storing all user preferences (in globs.db)

	- benchmarks/
		better description about which capabilities/features are stressed more
		support for benchmark categories and different unit of measurement (MB/s, fps, FLOPS)
		write some shader stressing benchmarks
		ask GPUBench team for integration of their tests into globs
		support custom benchmarks options in the gui (eg. how many particles for GL_smoke)


-- Database
	- local db, user db, remote db
		use constraints and referential integrity?

	- remote_db.py
		fetch an export php script online and gather information inside a sqlite db


-- Problems
	- remote db: benchmarks could be related to updated machines which do not reflect the hw which actually ran the bench (howtofix: show always the date for the last user/machine update and result submission)