installation and user information
optimization
The default is for fast zoom to be enabled. To put it back to its original setting:
unset HPOGL_DSM_DISABLE_FAST_ZOOM
The environment variable HPOGL_OPT_CACHE_MATRICES can be used with any application, but has the most impact on applications that benefit from matrix caching. Matrix caching is an optional client side optimization that detects successive glPushMatrix(), glMultMatrix(), render, render, glPopMatrix()sequences where the exact same matrix is redundantly sent.
To enable this feature, set the environment variable before running the application:
export HPOGL_OPT_CACHE_MATRICES=1
•Optimizing image quality
By adjusting the number of pipes used for accumulation (using setpipes) and turning on hardware scene
Accumulate Mode - See the
/opt/graphics/OpenGL/sv/doc/README.*setpipes files for instructions on specifying an accumulate mode screen layout. This can be done with either a GUI or via command line options.
There are two methods of turning scene
Method #1:
The environment variables, HPOGL_FORCE_SCENE_AA and HPOGL_FORCE_SCENE_AA_DBL can be used by any application without any code changes. The first one forces all
This will turn on scene
Method #2:
An application can turn on/off scene
Chapter 2 | 81 |