"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
More documents like this are at: OpenGL
28-Jul-12
OpenGL ES 2.0 is not backward compatible with 1.x
OpenGL can manipulate a frame buffer for a screen. The pixels in a window which are controlled by an opengl context belongs to this opengl. If this is overlaid by another window then OpenGL needs to know it doesn't own these pixels.
What is precision qualifier in gls?
What is Gouraud Shading?
you have the standard input and output variables. You also have some types that are unique to glsl. For example attribute variables that are specific to a vertex. There are "uniform" variables that cuts across all vertices. There are reserved variables, there are built-in variables etc. This page will throw some light on this type of variables.
OpenGL support in the Android Emulator?
More documents like this are at: Android Avds, Install, Emulator
Creating a new android project
How best to migrate projects to 1.5?
27-Jul-12
You see in OpenGL literature the terms VAO and VBO being referred. These are Vertex Array Object and Vertex Buffer Object respectively. A vertex buffer deals with the memory area storing the vertex information. Pure data byte after byte. A VAO, vertex array object, is a structure that describes how opengl should interpret the data that in the VBO.
In es 1.0, I was able to use indexing into an existing vertex buffer in the glDrawElements method. This allowed me to specify only 4 points for drawing a square or rectangle. without the indexing I would have needed 6 points making up 2 triangles. How could I do this in ES 2.0?
26-Jul-12
Nice explanation from opengl.org
OpenGL allows extensions by hardware vendors. OpenGL has a protocol and low level API to discover what these extensions are and the supported functions. Using extensions in your C++ code is - unfortunately - platform specific. The address of the function (function pointer) must be retrieved from the OpenGL implementation (e.g. hardware driver). Under Windows this can be done using "wglGetProcAddress".
GLEW is a common API to write portable code which internally hides the platform specific detail. So you will be downloading GLEW for each platform and the client programs can stay portable as long as the target platform supports a GLEW implementation.
More documents like this are at: Android 1.5
25-Jul-12
See this folder for notes on
Avds Install Emulator Eclipse ..and more
Click here to see the collected rsearch notes on Avds, emulator, install, and eclipse
24-Jul-12
Android now has an excellent Tutorial on OpenGL ES 2.0!!!
How can I create a MVP matrix for ES 2.0 in Android?
23-Jul-12
How are vertex colors interpolated in OpenGL?
20-Jul-12
whats up with Jelly Bean?
More documents like this are at: CS-Java
19-Jun-12
What is Refinery CMS?
What is Stripe?
More documents like this are at: Immigration
18-Jun-12
Indian Visa in 2012
More documents like this are at: Humanities Current
15-Jun-12
So how badly do I write...
More documents like this are at: Health
Loosing weight
More documents like this are at: CS-JavaScript
12-Jun-12
What is HAML?
From Scientificamerican
New research suggests that when we are older these kinds of ?if only!? thoughts about the choices we made may not be so good for our mental health. One of the most important determinants of our emotional well being in our golden years might be whether we learn to stop worrying about what might have been.
More documents like this are at: Books
11-Jun-12
Atul Gawande: Checklist Manifesto
More documents like this are at: CSS
So what is CSS LESS?
9-Jun-12
I have a medium to a large enterprise. The software we are producing is buggy. It is brittle. It often fails. It is often down. It often allows me to delete things that I shouldn't be able to. It takes too long to respond. It is slow. It gives unexpected results. It doesn't stop me from shooting myself in the foot. Why does this happen and how can I improve the state of code quality in my enterprise?
7-Jun-12
windows azure cloud
2-Jun-12
Tell me a good book in Java
More documents like this are at: Shells: My Writes
1-Jun-12
A banana may rot. An apple may have a smirch, A pancake a stench. But a Waffle, for its sake, should not Err!! Lest, it should be stuck with, Awful Waffle!!!
30-May-12
Android Core /res/values/themes.xml
>>> Click here for the next set of documents
Page Menu
Visit my Library
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format