Subversion Repositories Kolibri OS

Rev

Rev 1901 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1901 Rev 1902
Line 12... Line 12...
12
 * Offsets for struct gl_context
12
 * Offsets for struct gl_context
13
 */
13
 */
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
#define CTX_DRIVER_CTX              	880
15
#define CTX_DRIVER_CTX              	880
16
 
16
 
17
#define CTX_LIGHT_ENABLED           	39628
17
#define CTX_LIGHT_ENABLED           	39612
18
#define CTX_LIGHT_SHADE_MODEL       	39632
18
#define CTX_LIGHT_SHADE_MODEL       	39616
19
#define CTX_LIGHT_COLOR_MAT_FACE    	39640
19
#define CTX_LIGHT_COLOR_MAT_FACE    	39624
20
#define CTX_LIGHT_COLOR_MAT_MODE    	39644
20
#define CTX_LIGHT_COLOR_MAT_MODE    	39628
21
#define CTX_LIGHT_COLOR_MAT_MASK    	39648
21
#define CTX_LIGHT_COLOR_MAT_MASK    	39632
22
#define CTX_LIGHT_COLOR_MAT_ENABLED 	39652
22
#define CTX_LIGHT_COLOR_MAT_ENABLED 	39636
23
#define CTX_LIGHT_ENABLED_LIST      	39660
23
#define CTX_LIGHT_ENABLED_LIST      	39644
24
#define CTX_LIGHT_NEED_VERTS        	44021
24
#define CTX_LIGHT_NEED_VERTS        	44005
Line 25... Line 25...
25
#define CTX_LIGHT_FLAGS             	44024
25
#define CTX_LIGHT_FLAGS             	44008
26
#define CTX_LIGHT_BASE_COLOR        	44028
26
#define CTX_LIGHT_BASE_COLOR        	44012
27
 
27