* I received the ok via email from Brain Paul at mesa to
relicense the GLDispatcher sources to MIT + him as the
author.
* Update include ordering
* Remove HAIKU_TARGET_PLATFORM_HAIKU ifdefs for boot options
* Use non-debug version which is a *lot* smaller
* Represents bug fixes to Mesa under Haiku, x86
assembly + sse is now used with swrast.
* Remove state.h requirement as I can't find anything
that actually uses it.
* This fixes the drawing issues in the "font aliasing" area that are
appeared as small white points on the gray background.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Return the correct error code if there is a connection error
* Be more verbose if there is a problem
network connection problem instead of showing "Login error: "
* IMAP inbound: Show a valid error message if there is a
* Show server name resolution, fishes out IPv6 bug #8293
* maintain a list of all BPictures to do so
* BView downloads the BPicture data after recording the picture. This could probably done more efficiently using shared memory in the first place.
* Rename init_sse to init_fpu and handle FPU setup.
* Stop trying to set up FPU before VM init.
We tried to set up the FPU before VM init, then
set it up again after VM init with SSE extensions,
this caused SSE and MMX applications to crash.
* Be more logical in FPU setup by detecting CPU flag prior
to enabling FPU. (it's unlikely Haiku will run on
a processor without a fpu... but lets be consistant)
* SSE2 gcc code now runs (faster even) without GPF
* tqh confirms his previously crashing mmx code now works
* The non-SSE FPU enable after VM init needs tested!
* Move compiled binaries into lib.haiku within Mesa optional
pacakge, this enables us to use Make or scons to build Mesa
* Untangle libGL linking and order library inclusion
* Remove zmuldef hacks
* Compile libgallium into the libGL on Mesa 8.0 / gcc4 images
* Don't Mesa calculate cpu optimizations due to visibility
issues, use Mesa cpu functions for this.
* Don't allow undefined symbols in libGL.so to ensure sanity.
* Move Mesa optional packages to haiku-files
* The proj2make can extract most of data required by makefile-engine powered
makefiles from the BeIDE project files making porting of the old BeOS
software projects more easy;
* This tool was implemented during GCI2011 as the "undocumented data format
investigation task" study work, so please be patient to it's incompleteness
and not perfect design. Thank you for understanding!
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Aleksas Pantechovskis added into contributors list for his work on
setmime and writembr tools, and many patches provided for Mail
application during completing about 12 GCI tasks;
* Peter Poláčik added into contributors list for his work on adding
localization support into Jamfile engine and documenting
using of makefile/jamfile engines;
* Mariya Pilipchuk added into translators list for her work on Ukrainian
translation;
Thank you for the contribution!
* Append the signature only after the e-mail Reader thread will finish
it's work. This prevent from inserting the signature in wrong place;
* Added extra lines between original e-mail quote and the signature for
more comfortable editing of replies.
* This fix was made during GCI2011;
* This fixes#4590.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Fixing gcc2 build by removing exceptions using, that are looking like
not supported by our version of compiler.
* Thanks to Alexander von Gluck for pointing the problem out.
* Implemented writembr tool used to update MBR area with easy boot
loader starting the system from currently active partition;
* This work fixes#5595;
* This is result of GCI2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
* Introduce the "MAIL:read_pos" attribute of e-mail file node to
store the latest scroll position of the mail text view;
* Fixes#4302 (Mail should store and restore scroll offset);
* This feature was implemented during completing GCI2011 task.
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>