<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sdk/emulator/opengl, branch replicant-6.0</title>
<subtitle>sdk
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/'/>
<entry>
<title>emulator/opengl: Remove obsolete directory.</title>
<updated>2014-12-08T08:27:26+00:00</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2014-12-07T13:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=e8d37d5d88fa24a66ea8467e9b87a665b5e56992'/>
<id>e8d37d5d88fa24a66ea8467e9b87a665b5e56992</id>
<content type='text'>
All sources were moved to external/qemu/distrib/android-emugl
to make it easier to modify both the emulator and host libraries
at the same time. See:

    https://android-review.googlesource.com/#/c/118203/

As such, the sources in this directory are now ignored and can be
safely removed.

Change-Id: I5d143c971f995e2599e5e1d6174030d6803e8080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All sources were moved to external/qemu/distrib/android-emugl
to make it easier to modify both the emulator and host libraries
at the same time. See:

    https://android-review.googlesource.com/#/c/118203/

As such, the sources in this directory are now ignored and can be
safely removed.

Change-Id: I5d143c971f995e2599e5e1d6174030d6803e8080
</pre>
</div>
</content>
</entry>
<entry>
<title>emulator/opengl: Fix Windows cross-build.</title>
<updated>2014-12-01T17:20:38+00:00</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2014-12-01T17:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=182e4691d1c5e724fc60ed94b6de8a3356018cb6'/>
<id>182e4691d1c5e724fc60ed94b6de8a3356018cb6</id>
<content type='text'>
When building the host version of the gtest library, always
include -lpthread as part of LOCAL_LDLIBS, otherwise the build
will fail when cross-compiling for Windows on Linux.

Change-Id: I8614f9e6d543dbba910b9495d6c1bd59e7c61004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building the host version of the gtest library, always
include -lpthread as part of LOCAL_LDLIBS, otherwise the build
will fail when cross-compiling for Windows on Linux.

Change-Id: I8614f9e6d543dbba910b9495d6c1bd59e7c61004
</pre>
</div>
</content>
</entry>
<entry>
<title>emulator/opengl: Fix pixelDataSize() ambiguity.</title>
<updated>2014-11-28T09:58:42+00:00</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2014-11-27T10:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=ce28cffe356f16a1e326bac2e23d0d069c441bd5'/>
<id>ce28cffe356f16a1e326bac2e23d0d069c441bd5</id>
<content type='text'>
Without this fix, the GLESv1 encoder library will link to the
pixelDataSize() function that is defined in the GLESv2 encoder library,
which results in bugs, like the boot animation now showing with -gpu on.

This patch doesn't change the generated decoder libraries, nor does it
affect the encoder ones until external/qemu/distrib/update-emugl-sources.sh
is called. When the latter script will be run, other changes under
device/generic/goldfish/generic/ will be needed to fix the namespace
of the functions being defined in GLEncoderUtils.cpp and GL2EncoderUtils.cpp

Change-Id: I588659461dd6d73350d150a896494ccf50fbdc7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this fix, the GLESv1 encoder library will link to the
pixelDataSize() function that is defined in the GLESv2 encoder library,
which results in bugs, like the boot animation now showing with -gpu on.

This patch doesn't change the generated decoder libraries, nor does it
affect the encoder ones until external/qemu/distrib/update-emugl-sources.sh
is called. When the latter script will be run, other changes under
device/generic/goldfish/generic/ will be needed to fix the namespace
of the functions being defined in GLEncoderUtils.cpp and GL2EncoderUtils.cpp

Change-Id: I588659461dd6d73350d150a896494ccf50fbdc7f
</pre>
</div>
</content>
</entry>
<entry>
<title>emulator/opengl: Update declarations to fix const issue.</title>
<updated>2014-11-28T09:58:41+00:00</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2014-11-27T15:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=ca40ae895d35266c01418f3af697c91f870ae1df'/>
<id>ca40ae895d35266c01418f3af697c91f870ae1df</id>
<content type='text'>
This patch modifies a few GLESv1 and GLESv2 function declaration
to use the correct constness for the parameters of a few functions.

This fixes build breaks when the generated encoders are used with
recent Khronos headers.

Change-Id: I582d5ab6d85fd18e6d6dce27b9a08f38b026f916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch modifies a few GLESv1 and GLESv2 function declaration
to use the correct constness for the parameters of a few functions.

This fixes build breaks when the generated encoders are used with
recent Khronos headers.

Change-Id: I582d5ab6d85fd18e6d6dce27b9a08f38b026f916
</pre>
</div>
</content>
</entry>
<entry>
<title>emulator/opengl/emugen: Fix type parsing.</title>
<updated>2014-11-28T09:58:38+00:00</updated>
<author>
<name>David 'Digit' Turner</name>
<email>digit@google.com</email>
</author>
<published>2014-11-27T15:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=8c107b481a05f11f32fca6a5797fda637860ad4c'/>
<id>8c107b481a05f11f32fca6a5797fda637860ad4c</id>
<content type='text'>
This patch fixes the parsing of type declarations and parameter
declarations to:

- Properly recognize complicated types like 'const int* const*'
  which previously required omitting spaces (e.g. 'const int*const*')
  to be recognized by the parser.

- Normalize the type strings (e.g. 'const char **items' -&gt; 'const char** items')

- Add a unit test program (emugen_unittests) to check emugen's internal
  functions. For now this only applies to the new functions introduced
  in the new header Parser.h

+ Update emugen test suite accordingly.

Change-Id: Ib1b6bcbae97e1ee7d8b272843dfb5926d2d98fd2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes the parsing of type declarations and parameter
declarations to:

- Properly recognize complicated types like 'const int* const*'
  which previously required omitting spaces (e.g. 'const int*const*')
  to be recognized by the parser.

- Normalize the type strings (e.g. 'const char **items' -&gt; 'const char** items')

- Add a unit test program (emugen_unittests) to check emugen's internal
  functions. For now this only applies to the new functions introduced
  in the new header Parser.h

+ Update emugen test suite accordingly.

Change-Id: Ib1b6bcbae97e1ee7d8b272843dfb5926d2d98fd2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "handles glGetFloatv with GL_STENCIL_VALUE_MASK etc"</title>
<updated>2014-11-18T19:46:11+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-11-18T19:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=a794a0a4b8219d6d32344971946d04fa520ebe9e'/>
<id>a794a0a4b8219d6d32344971946d04fa520ebe9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Properly handle shader program deletion"</title>
<updated>2014-11-18T19:45:55+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-11-18T19:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=e7cdb6a357ee0036432c9c85b8baec6c5a1e9ce8'/>
<id>e7cdb6a357ee0036432c9c85b8baec6c5a1e9ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handles glGetFloatv with GL_STENCIL_VALUE_MASK etc</title>
<updated>2014-11-18T00:20:30+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-11-18T00:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=92ebbc674404fd90aba4df68216e1f103456c7fc'/>
<id>92ebbc674404fd90aba4df68216e1f103456c7fc</id>
<content type='text'>
For GL_STENCIL_VALUE_MASK and the like, glGetFloatv returns -1
and this is incorrect, according to GLES 2 spec. This commit
does proper casts to get sensible value.

Change-Id: I9c07ddf812458bd2d374189c0c4263c44de0d6da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For GL_STENCIL_VALUE_MASK and the like, glGetFloatv returns -1
and this is incorrect, according to GLES 2 spec. This commit
does proper casts to get sensible value.

Change-Id: I9c07ddf812458bd2d374189c0c4263c44de0d6da
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly set error code</title>
<updated>2014-11-07T00:11:09+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-11-07T00:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=f82369b16b7413740c78b683f0c82acef067bdc2'/>
<id>f82369b16b7413740c78b683f0c82acef067bdc2</id>
<content type='text'>
Fixed a few error codes to be more accurate

Change-Id: Ifad6bf51c399215a9110bd40cfd380309ac6422c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a few error codes to be more accurate

Change-Id: Ifad6bf51c399215a9110bd40cfd380309ac6422c
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle shader program deletion</title>
<updated>2014-11-06T22:40:19+00:00</updated>
<author>
<name>bohu</name>
<email>bohu@google.com</email>
</author>
<published>2014-11-06T22:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/sdk/commit/?id=9b3c3647baf41e15cf9564df4b974162a7135873'/>
<id>9b3c3647baf41e15cf9564df4b974162a7135873</id>
<content type='text'>
When deleting a program that is still in use, its delete status
should set to true and the actual deletion should happen later
when the program is not in use.

Change-Id: I821312997d372ed4773033ba373a8c792f6d7ba9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When deleting a program that is still in use, its delete status
should set to true and the actual deletion should happen later
when the program is not in use.

Change-Id: I821312997d372ed4773033ba373a8c792f6d7ba9
</pre>
</div>
</content>
</entry>
</feed>
