Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
adapt
>
graphics.simulator
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-60
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Merge changes to enable building host libraries using GCC with work to get basic EGL going.
bug235_bringup_0
2010-11-02, by Matt Plumtree
Expose wrapper C interface for Syborg from KhronosAPIWrapper. Needs update to QEMU!
bug235_bringup_0
2010-11-02, by Matt Plumtree
Add /clean to build.bat to delete the build directory and its contents before building.
bug235_bringup_0
2010-11-01, by Matt Plumtree
Host OpenVG building using GCC, without LLVM integration.
bug235_bringup_0
2010-11-01, by Matt Plumtree
Add a new FLM for building the host side DLLs (based on the x86build FLM).
bug235_bringup_0
2010-10-26, by Matt Plumtree
Add hostegl bld.inf info for building exporting and building the library.
bug235_bringup_0
2010-10-18, by Matt Plumtree
Update EGL surface creation to initialise the surface stride. This gets the EBT test program to finally draw it's red line!
bug235_bringup_0
2010-10-22, by Jon Medhurst
Guest EGL change so that newly created surfaces are registered with the Window Server. (Probably needed by ALF)
bug235_bringup_0
2010-10-22, by Jon Medhurst
Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require
bug235_bringup_0
2010-10-22, by Jon Medhurst
Update CGuestEGL::eglCreateWindowSurface to save iSurfaceId and get offesets to buffers that lower layers require
bug235_bringup_0
2010-10-22, by Jon Medhurst
Fixed build.bat so that '/SOLUTION /VS 2008' works correctly
bug235_bringup_0
2010-10-22, by Gareth Stockwell
Revert fix for eglMakeCurrent since it was the deinit path was is ok for EGL_NO_*. Add extra debugging
bug235_bringup_0
2010-10-22, by Faisal Memon
Fix guestegl to actually supply the params for eglMakeCurrent
bug235_bringup_0
2010-10-22, by Faisal Memon
Add mapping fix to guestegl and debugging (temporary)
bug235_bringup_0
2010-10-22, by Faisal Memon
Replace file copyright headers lost in previous merge.
bug235_bringup_0
2010-10-07, by Matt Plumtree
Merge in eglQueryString changes
bug235_bringup_0
2010-10-07, by Matt Plumtree
Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root.
bug235_bringup_0
2010-10-07, by Matt Plumtree
Move GLES20 source into standard locations
bug235_bringup_0
2010-10-07, by Matt Plumtree
Remove copies of code made accidentally to the wrong location.
bug235_bringup_0
2010-10-06, by Matt Plumtree
Copy code from the holdingarea into the target locations.
bug235_bringup_0
2010-10-06, by Matt Plumtree
Modify bug235.pkgdef.xml in line with changes to package_definition.xml
bug235_bringup_0
2010-10-06, by Matt Plumtree
Rearrange the package to put certain components into a new collection, vghwinterface.
bug235_bringup_0
2010-10-06, by Matt Plumtree
Add support for eglQueryString. Its partially fake support because the serialization interface does not support the return of string data
bug235_bringup_0
2010-09-30, by Faisal Memon
Fix accidentally corrupted EPL URLs in CMakeLists.txt files.
bug235_bringup_0
2010-09-29, by Matt Plumtree
Add new holdingarea/build location to .hgignore file
bug235_bringup_0
2010-09-29, by Matt Plumtree
Added support for EGL sync extensions
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Fixed incorrect case in eglGetProcAddress egl_Private_SignalSyncNOK
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Fixed typo in 02fdf3459799
bug235_bringup_0
2010-09-24, by Gareth Stockwell
add support for eglgetprocaddress for Egl_PrivateSignalSyncNOK
bug235_bringup_0
2010-09-24, by Faisal Memon
catchup with head
bug235_bringup_0
2010-09-24, by Faisal Memon
Fix link errors and resolve
bug235_bringup_0
2010-09-24, by Faisal Memon
Fixed compile. This change now provides alpha support for the integration of guestegl with the host
bug235_bringup_0
2010-09-24, by Faisal Memon
added eglSwapBuffers integration; this change has not been compiled so don't sync to this changelist
bug235_bringup_0
2010-09-24, by Faisal Memon
interim checkin, no compilation check done so don't sync to this changeset
bug235_bringup_0
2010-09-23, by Faisal Memon
fix rombuild to avoid duplicate delivery of dll
bug235_bringup_0
2010-09-23, by Faisal Memon
Added /NOBUILD option to holdingarea/build.bat
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Moved syborggraphicswrapper from qemu package
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Modified CMake scripts to link against correct version of LLVM
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Added build script allowing use of different toolchains
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Added additional builds of LLVM
bug235_bringup_0
2010-09-24, by Gareth Stockwell
Fixup missed changes from frame (buffer) to surface buffer.
bug235_bringup_0
2010-09-23, by Matt Plumtree
Merge rename of frame buffer to surface buffer with Guest EGL changes.
bug235_bringup_0
2010-09-23, by Matt Plumtree
Rename use of "frame" buffer to "surface" buffer, to reduce confusion.
bug235_bringup_0
2010-09-23, by Matt Plumtree
Minor fix to only exclude c_utils.pyc in the .hgignore file instead of all the vg/bin Python scripts
bug235_bringup_0
2010-09-21, by Matt Plumtree
Fix guestegl to use dynamic framebuffer
bug235_bringup_0
2010-09-23, by Faisal Memon
Fix ROM iby files
bug235_bringup_0
2010-09-21, by Faisal Memon
Add to .hgignore so the host side built binaries are ignored by hg
bug235_bringup_0
2010-09-20, by Faisal Memon
Add a hgignore file to ignore build artefacts such as holdingarea/build_vs2005/libGLESv1/CMakeFiles/generate.stamp
bug235_bringup_0
2010-09-20, by Faisal Memon
Fix line endings
bug235_bringup_0
2010-09-20, by Faisal Memon
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
bug235_bringup_0
2010-09-16, by Matt Plumtree
Minor fix ups for serialiser code, when built for host side
bug235_bringup_0
2010-09-16, by Matt Plumtree
Contribute a cmake build file for hostthreadadapter, to aid building the intermediate versions of other host components.
bug235_bringup_0
2010-09-16, by Matt Plumtree
Initial contribution of Khronos API implmentations suitable for simulator host-side.
bug235_bringup_0
2010-09-16, by Matt Plumtree
Identify the actual EGL extension functions, just returning NULL for the moment. Prototype code, needs bring-up before testing
bug235_bringup_0
2010-09-09, by Faisal Memon
Add TPIP-free implementation of eglGetProcAddress
bug235_bringup_0
2010-09-09, by Faisal Memon
Get rid of pitch code because the host side does not need it
bug235_bringup_0
2010-09-08, by Faisal Memon
Add guestopengles11
bug235_bringup_0
2010-09-08, by Faisal Memon
Add OpenVGU guest library
bug235_bringup_0
2010-09-08, by Faisal Memon
Add Guest OpenVG
bug235_bringup_0
2010-09-08, by Faisal Memon
Add TPIP free guest egl
bug235_bringup_0
2010-09-08, by Faisal Memon
less
more
|
(0)
-60
tip