EmuGL: misc small cleanups

* Disable verbose debug spam.
* Add missing GL enum to utility function. The default case was
  returning the correct size, so this doesn't fix any bugs, just
  removes some logcat spam.
* Comment and whitespace corrections.

Change-Id: I83fb8644331ae1072d6a8dae9c041da92073089f
This commit is contained in:
Jesse Hall
2011-12-01 10:51:17 -08:00
parent 93d610d59a
commit a592d9c043
6 changed files with 8 additions and 20 deletions

View File

@@ -1,17 +1,5 @@
This directory contains the modules related to hardware OpenGL ES emulation.
For now, this feature is experimental, and *nothing* will be built unless
you define BUILD_EMULATOR_OPENGL in your environment, for example with:
export BUILD_EMULATOR_OPENGL=true
You can also define the following to enable the "gralloc" module, which
corresponds to system-wide GLES emulation (by default, only a specific set
of applications are enabled, see below):
export BUILD_EMULATOR_OPENGL_DRIVER=true
I. Overview of components:
==========================