Go to file
Siva Velusamy 50129e4ae2 gltrace: Send vertex attribute data after glDraw() call.
This patch enables tracing of vertex attribute data that
is specified using glVertexAttribPointer().

At the time the glVertexAttribPointer() call is made, we
only receive a pointer in client space, without any indication
of the size (# of attributes). This size is known only at
the time of the glDraw() call.

This patch generates a new message glVertexAttribPointerData()
when a draw call is issued that contains the vertex attribute
data.

A glDrawArrays() call directly gives the size of data to copy.
A glDrawElements() call gives the indices to copy. In such a
case, all data between the min & max indices drawn are copied
and sent to the host. To support glDrawElements() with an
element array buffer, this patch also adds state that maintains
a copy of all element array buffers.

Change-Id: I434da794a0aa9ada8e7474e219ffb1d79b183ecf
2012-03-01 17:41:53 -08:00
cmds/surfaceflinger Move keystore to system/security repo 2012-02-15 15:55:21 -08:00
include get rid of MemoryHeapPmem 2012-02-27 19:58:57 -08:00
libs get rid of MemoryHeapPmem 2012-02-27 19:58:57 -08:00
opengl gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00
services/surfaceflinger Merge "a window could get stuck to gpu composition" 2012-02-27 19:48:36 -08:00
MODULE_LICENSE_APACHE2
NOTICE resolved conflicts for merge of adee6b35 to honeycomb-plus-aosp 2011-01-17 14:17:12 -08:00