Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
2
3
4
  
5
  Development Utilities
6
  
7
8
9
 
10
11
  

The Mesa 3D Graphics Library

12
13
 
14
15
16
 
17

Development Utilities

18
 
19
20
  
Mesa demos collection
21
  
includes several utility routines in the src/util/
22
  directory.
23
 
24
  
Piglit
25
  
is an open-source test suite for OpenGL implementations.
26
 
27
  
ApiTrace
28
  
is a project to trace, analyze and debug graphics api's.
29
 
30
  
Valgrind
31
  
is a very useful tool for tracking down
32
  memory-related problems in your code.
33
34
 
35
36
37