Stas Gurtovoy
5960b2717c
emulator opengl: Added support for config_size 0 to FBConfig::chooseConfig
...
Fixed a bug in FBConfig::chooseConfig implementation
Change-Id: I4b8e98f43825c012f13d0a0684fe8f918e511400
2011-06-21 20:47:43 +02:00
Stas Gurtovoy
ca629bd28e
emulator opengl: fix crash in gralloc_free
...
Fixed bug in list implementation in gralloc_free which caused a crash,
also removed some log prints.
Change-Id: Ie932c838086c99567643868682419ceb122cf787
2011-06-21 20:47:43 +02:00
Guy Zadikario
1ef706f96f
emulator opengl: implement glGetString
...
Added rcGetGLString token to renderControl to query
a GL string constant from the current context from the host.
Implement glGetString functinality in EGL so that the string
value can be cached in the context structure and also
implementation can be shared between GLESv1 and GLESv2.
Also, fixed clientAPI context initialization check in
eglMakeCurrent. The check was for the previously bounded
context instead for the newly bounded context.
Change-Id: I41c0b4ad462c9ad5bd5c66719b41509bb1b7a947
2011-06-21 20:47:43 +02:00
David Turner
daaabe8a8d
am 1d8ebc35: am 4f2b6309: am 5b675210: Merge "emulator opengl: use eglGetProcAddress in EGL dispatch."
...
* commit '1d8ebc357917a053d368d46373d6074458408bb3':
emulator opengl: use eglGetProcAddress in EGL dispatch.
2011-06-21 11:44:16 -07:00
David Turner
6d9eb60463
am 7fb8f627: am fa60dc0a: am c3349b5a: Merge "emulator egl translator: Fix eglGetProcAddress."
...
* commit '7fb8f627b48ba517309d4ea3dbe9ed9a92459a19':
emulator egl translator: Fix eglGetProcAddress.
2011-06-21 11:44:14 -07:00
David Turner
cdb5dd3550
am b0361b1c: am 022254b8: am f4c9f254: Merge "opengl renderer: Fixed colorBuffer texture creation."
...
* commit 'b0361b1c11f7b80364e5e7ed70086cf710ea737e':
opengl renderer: Fixed colorBuffer texture creation.
2011-06-21 11:44:12 -07:00
David Turner
4391d215e1
am c0f900b7: am 5f326344: am 025c1f7f: Merge "emulator opengl: Fix bug when re-binding the same context"
...
* commit 'c0f900b70b108045e67178f714460b06fd1ca4a4':
emulator opengl: Fix bug when re-binding the same context
2011-06-21 11:44:09 -07:00
David Turner
7944a9a6c9
am ac921443: am ef6691f2: am 3ef2b6bf: Merge "emulator opengl: more few fixups needed for the system to load."
...
* commit 'ac921443eaf0db25d3b0f566a3ef9eebecb48876':
emulator opengl: more few fixups needed for the system to load.
2011-06-21 11:44:06 -07:00
David Turner
47138a6e4a
am 426420ab: am 91acad1a: am 1c39202b: Merge "emulator opengl: pool of fixups to the host side."
...
* commit '426420abaea9231358f080b5d6b5cfd81f583bf1':
emulator opengl: pool of fixups to the host side.
2011-06-21 11:43:53 -07:00
David Turner
59970b6d11
am 7304f16f: am 8f709075: am 3f5c9555: Merge "emulator opengl: pool of fixups to the system components."
...
* commit '7304f16f03097fa4d19b8baf29a0abe907483069':
emulator opengl: pool of fixups to the system components.
2011-06-21 05:38:01 -07:00
David Turner
25354d605d
am 97ae42d7: am 02c5d31f: am 6aef5092: Merge "emulator opengl: added Bind texture to EGLImage/surface"
...
* commit '97ae42d71849d02fa2a9766bf29d16adffdb6981':
emulator opengl: added Bind texture to EGLImage/surface
2011-06-21 05:34:26 -07:00
David Turner
f70e6700c5
am ad070202: am e0126df2: am 390b0753: Merge "emulator opengl: Added glFinishRoundTrip to GLESv2"
...
* commit 'ad07020224a19d30d8c35c248a87a1b34266bebc':
emulator opengl: Added glFinishRoundTrip to GLESv2
2011-06-21 05:34:18 -07:00
Guy Zadikario
a2ec7339da
emulator opengl: use eglGetProcAddress in EGL dispatch.
...
Initialize EGL extensions functions in the EGLDispatch
table using eglGetProcAddress instead of dlsym.
(try dlsym if eglGetProcAddress failed).
Change-Id: I256c4c5f9f3728a5b0e4d5bbcc75b83aa8a85f29
2011-06-21 14:48:44 +03:00
Guy Zadikario
4ec4346f07
emulator egl translator: Fix eglGetProcAddress.
...
Fixed eglGetProcAddress when called for egl
extension functions.
Also fixed a typo in the EGL extension string.
Change-Id: Ia081257fa641182246eec723d08ae2e9148ca0cc
2011-06-21 14:48:44 +03:00
Guy Zadikario
f0dce80492
opengl renderer: Fixed colorBuffer texture creation.
...
The created texture format which represents the color buffer must
be of type GL_RGB or GL_RGBA also for the 565/5551 surface formats.
Change-Id: I7799a4824a0a5b8d57e3bfc507cac5664340725e
2011-06-21 14:48:44 +03:00
Guy Zadikario
b57ad81dae
emulator opengl: Fix bug when re-binding the same context
...
When re-binding the same context the resoult was that the
surfaces got unbinded from the context.
Fixed that situation and added an optimization to do nothing
in case of re-binding the same context to the same binded surfaces.
Change-Id: Ic7058723399b0807d902c29b4170c7465c02bb99
2011-06-21 14:48:44 +03:00
Stas Gurtovoy
5def410ff5
emulator opengl: more few fixups needed for the system to load.
...
Change-Id: I698b14d0f594c091c237a605aeefbb048bf746ca
2011-06-21 14:48:44 +03:00
Stas Gurtovoy
613025efb3
emulator opengl: pool of fixups to the host side.
...
Those are the host side fixups required for the system to load
without failure to the point of bootanimation is run.
Change-Id: I42eebb123b05aaf6a0671e91e77a4ba6b330b852
2011-06-21 14:48:44 +03:00
Stas Gurtovoy
6a79e88f01
emulator opengl: pool of fixups to the system components.
...
Those fixes make the system load without failure.
Also the flinger and bootanimation are running.
Change-Id: Ieb7039e76c444df778a421a07bccc48514199245
2011-06-21 01:41:50 +03:00
Stas Gurtovoy
2220d27302
emulator opengl: added Bind texture to EGLImage/surface
...
added functionality to bind an EGLImage to a texture both
in the system and host sides.
Change-Id: I2dc26090b45da080ac4d0e8f5799c95f7cc54634
2011-06-21 01:41:50 +03:00
Stas Gurtovoy
a26f6f221b
emulator opengl: Added glFinishRoundTrip to GLESv2
...
Change-Id: Ia1c6cb7e75a1769040d13e81d0da7db5f5c28435
2011-06-21 01:41:50 +03:00
David Turner
0ed0e2fabd
am e7661212: am 4a47a38b: am cd108d55: Merge "emulator opengl: Small change to support more surface attributes"
...
* commit 'e76612125ce64486fff9e4089537e37a34018f05':
emulator opengl: Small change to support more surface attributes
2011-06-20 09:11:21 -07:00
David Turner
c98d28c7c6
am cbf73e7b: am 5d4b1f50: am c4b10a54: Merge "emulator opengl: Added glFinishRoundTrip implementation."
...
* commit 'cbf73e7bfadd3c94fceb5afc6e51fc800acbf681':
emulator opengl: Added glFinishRoundTrip implementation.
2011-06-20 09:11:19 -07:00
David Turner
58c9dc194d
am 117408f1: am 407faf4c: am b9cbdec5: Merge "emulator opengl: implemented getProcAddress in GLESv1."
...
* commit '117408f1b6bd6a70bb9d94276a68c6236fefe5cc':
emulator opengl: implemented getProcAddress in GLESv1.
2011-06-20 09:11:16 -07:00
David Turner
c73a475de5
am 85f7ec00: am bf2d789d: am 52ae291a: Merge "emulator opengl: system GLESv1 first commit."
...
* commit '85f7ec006cdad4bacdc578068d5c670ea8f05403':
emulator opengl: system GLESv1 first commit.
2011-06-20 09:11:09 -07:00
Liran
163235e504
opengl translator: fix eglGetConfigAttrib
...
fix renderable type parameter for eglconfig
Change-Id: Iac1d782cc37b0c7055bb90109a17583b84e6e6e3
2011-06-17 18:16:46 +03:00
Liran
ac7987ee84
opengl translator: conformance fixes
...
- fix destructor of eglcontext to delete its share group if needed
- fix available eglconfigs not to choose configs with BUFFER_SIZE=0
or configs which do not support RGBA
- fix conformant bit on eglconfig
- fix typo in glBindBuffer
- fix glVertexAttribPointer to send correct offset to GL with vbo
Change-Id: I69d980407a40cb371ec62c5c883e4190bdcfce72
2011-06-17 18:16:46 +03:00
Stas Gurtovoy
de40cd3cc8
emulator opengl: Small change to support more surface attributes
...
Change-Id: I14d630d50c8505dabcd065e6187bd6d6509c312b
2011-06-17 17:27:19 +03:00
Stas Gurtovoy
a6882bf79d
emulator opengl: Added glFinishRoundTrip implementation.
...
This is to allow glFinish to wait for the host render to finish.
Change-Id: I43e23aee19700b79bc70c89e791df180c6c1fb91
2011-06-17 17:27:19 +03:00
Stas Gurtovoy
903945c963
emulator opengl: implemented getProcAddress in GLESv1.
...
Also changed emugen to generates gl_ftable.h needed for
getProcAddress implementation.
Added not_api attrib to emugen's gl.attrib to exclude from the
generated ftable.
Change-Id: I03786ea5d5a640bbcf5efccadca5bf2ec3e09fca
2011-06-17 17:27:15 +03:00
Stas Gurtovoy
d32c2d9633
emulator opengl: system GLESv1 first commit.
...
This is the first commit for the GLESv1 implementation.
It also includes needed fixes in emugen to support const types.
Also, changed glFinish definition in gl.in to match the
definition as in gl.h.
Change-Id: I90262a1db6035a90af8db17984acecef6499847a
2011-06-17 17:18:45 +03:00
David Turner
cb676256b3
am 7cf38dfb: am b9d0cbb8: am 9a004971: am b7caa30b: Merge "emulator opengl: implement eglChooseConfig functionality."
...
* commit '7cf38dfb292fecba79f02ad7e2be26a83a308fb4':
emulator opengl: implement eglChooseConfig functionality.
2011-06-17 05:24:30 -07:00
David Turner
7cf38dfb29
am b9d0cbb8: am 9a004971: am b7caa30b: Merge "emulator opengl: implement eglChooseConfig functionality."
...
* commit 'b9d0cbb8d5b2150480fdedef1f41fe133a400876':
emulator opengl: implement eglChooseConfig functionality.
2011-06-17 05:22:26 -07:00
David Turner
b995f447cf
am 9872711d: am 338504e1: am a569aede: am aa77b777: Merge "emulator opengl: some system egl fixes after a review."
...
* commit '9872711d3ee7ccf44b1dcfa2e0087cd5be2f91bd':
emulator opengl: some system egl fixes after a review.
2011-06-17 04:48:47 -07:00
David Turner
4fe3bee359
am b5afb43c: am 7c5ec4fa: am 3d411f51: am c39872ac: Merge "emulator opengl: moved gralloc buffer handle struct to be shared."
...
* commit 'b5afb43ccae21ba64595947d32ef23c091f7b1d5':
emulator opengl: moved gralloc buffer handle struct to be shared.
2011-06-17 04:48:40 -07:00
David Turner
9872711d3e
am 338504e1: am a569aede: am aa77b777: Merge "emulator opengl: some system egl fixes after a review."
...
* commit '338504e1e7965ed8bd2986c21b1aa3d2c641a535':
emulator opengl: some system egl fixes after a review.
2011-06-17 04:46:19 -07:00
David Turner
b5afb43cca
am 7c5ec4fa: am 3d411f51: am c39872ac: Merge "emulator opengl: moved gralloc buffer handle struct to be shared."
...
* commit '7c5ec4fa11ddd4a735baa379fd5ad3051e928d79':
emulator opengl: moved gralloc buffer handle struct to be shared.
2011-06-17 04:46:10 -07:00
David Turner
3c31257c82
am 7b1f606b: am 1aa6b813: am 7284c53c: am e68305d9: Merge "Handle egl context"
...
* commit '7b1f606b8ca60f3b081a7ad7b9f7fe14716447c9':
Handle egl context
2011-06-14 15:22:07 -07:00
David Turner
55da7e7592
am 279fd012: am 65803c1f: am 3389c10a: am 96deb3b2: Merge "emulator opengl: Create and destroy Surfaces"
...
* commit '279fd012f2be94fefb2a90e01c845394e38154be':
emulator opengl: Create and destroy Surfaces
2011-06-14 15:22:00 -07:00
David Turner
7b1f606b8c
am 1aa6b813: am 7284c53c: am e68305d9: Merge "Handle egl context"
...
* commit '1aa6b813c267953c19d029c4864f31db58992f98':
Handle egl context
2011-06-14 13:23:52 -07:00
David Turner
279fd012f2
am 65803c1f: am 3389c10a: am 96deb3b2: Merge "emulator opengl: Create and destroy Surfaces"
...
* commit '65803c1fc73dfd52c93dd717b2cea17ac5c84dc9':
emulator opengl: Create and destroy Surfaces
2011-06-14 13:23:45 -07:00
David Turner
67b3e5aba4
am e41a5eac: am 7b659b11: am 742a85dc: am 0e5c2beb: Merge "First commit of the system egl implementation."
...
* commit 'e41a5eac82209d2ea78c92427ffc58ec15614cf1':
First commit of the system egl implementation.
2011-06-10 15:20:44 -07:00
Stas Gurtovoy
a7b7e95b03
emulator opengl: implement eglChooseConfig functionality.
...
Added new RenderControl command to request the host to execute
the ChooseConfig functionality.
Change-Id: Ib92be313a6df740de69d671c6994ec6cae17ea13
2011-06-11 00:16:21 +03:00
Stas Gurtovoy
33dc9add2a
emulator opengl: some system egl fixes after a review.
...
Change-Id: I4a0c72319e8c69fba8ac00ed7bfff7667ae07269
2011-06-11 00:16:21 +03:00
Stas Gurtovoy
c36ac6ed2f
emulator opengl: moved gralloc buffer handle struct to be shared.
...
We need to share the cb_hande_t between gralloc/EGL/GLES, moved it
into the opengl system common lib.
Also added eglSwapBuffers implementation.
Change-Id: Ia461a48c273af42293aafcf084e457adf03cbed3
2011-06-11 00:16:21 +03:00
Stas Gurtovoy
dd0a3777bc
Handle egl context
...
Added EGLContext functionality to emulator's accelerated EGL implementation.
Change-Id: Idde7d701808839f8d89c6c081a9f3216bdea7a52
2011-06-11 00:16:20 +03:00
Stas Gurtovoy
8a8c601c4f
emulator opengl: Create and destroy Surfaces
...
Also fixed link failure.
Change-Id: I4cbe28b2d51a5d4e48c4cba72df64f9df0898da5
2011-06-11 00:15:19 +03:00
David Turner
e41a5eac82
am 7b659b11: am 742a85dc: am 0e5c2beb: Merge "First commit of the system egl implementation."
...
* commit '7b659b11401998b80227052c13ed7dfd7bee2f60':
First commit of the system egl implementation.
2011-06-10 10:07:13 -07:00
Stas Gurtovoy
37db3deb7b
First commit of the system egl implementation.
...
At this point system/egl should build without errors
Change-Id: Ieabae930fc20a8df4f3d68f179d685401e946e74
2011-06-09 21:24:26 +03:00
David Turner
043c059459
am 58c9ec5a: am 1ccce78e: am e490d50e: am 8c7d5519: Merge "opengl translator: make GLcommon static library"
...
* commit '58c9ec5af90a37cf38a72e5145c212418ef7ecbf':
opengl translator: make GLcommon static library
2011-06-09 11:17:44 -07:00