Demos (master): egl/opengles1: Update tri to use GL_FIXED.

Chia-I Wu olv at kemper.freedesktop.org
Thu Dec 9 11:22:56 UTC 2010


Module: Demos
Branch: master
Commit: 786ac8eac4686cd49e58e067bb68bf89a2c22fa0
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=786ac8eac4686cd49e58e067bb68bf89a2c22fa0

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Dec  9 19:09:34 2010 +0800

egl/opengles1: Update tri to use GL_FIXED.

There should at least be one demo that verifies GL_FIXED arrays.

---

 src/egl/opengles1/tri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/opengles1/tri.c b/src/egl/opengles1/tri.c
index 01ad9bd..d80c906 100644
--- a/src/egl/opengles1/tri.c
+++ b/src/egl/opengles1/tri.c
@@ -25,7 +25,7 @@
  * 5 June 2008
  */
 
-#define USE_FIXED_POINT 0
+#define USE_FIXED_POINT 1
 
 
 #include <assert.h>




More information about the mesa-commit mailing list