[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47498] branches/soc-2012-swiss_cheese/ source/blender/gpu/intern:

Dalai Felinto dfelinto at gmail.com
Wed Jun 6 08:45:20 CEST 2012


Revision: 47498
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47498
Author:   dfelinto
Date:     2012-06-06 06:45:11 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------


Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.c
    branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.h

Modified: branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.c
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.c	2012-06-06 06:37:17 UTC (rev 47497)
+++ branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.c	2012-06-06 06:45:11 UTC (rev 47498)
@@ -162,7 +162,7 @@
 
 
 
-GPUimmediate *restrict gpuNewImmediate(void)
+GPUimmediate * gpuNewImmediate(void)
 {
 	GPUimmediate *restrict immediate =
 		MEM_callocN(sizeof(GPUimmediate), "GPUimmediate");

Modified: branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.h
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.h	2012-06-06 06:37:17 UTC (rev 47497)
+++ branches/soc-2012-swiss_cheese/source/blender/gpu/intern/gpu_immediate.h	2012-06-06 06:45:11 UTC (rev 47498)
@@ -218,7 +218,7 @@
 
 
 
-GPUimmediate *restrict gpuNewImmediate(void);
+GPUimmediate * gpuNewImmediate(void);
 void gpuImmediateMakeCurrent(GPUimmediate *restrict  immediate);
 void gpuDeleteImmediate(GPUimmediate *restrict  immediate);
 




More information about the Bf-blender-cvs mailing list