index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
imports.c
Age
Commit message (
Expand
)
Author
2006-12-14
Modify _mesa_strdup() so it handles NULL correctly.
Brian
2006-08-29
_mesa_debug() should be a no-op when not compiled with DEBUG defined.
Brian Paul
2006-08-16
When available, which is most of the time, use posix_memalign to implement
Ian Romanick
2006-05-24
added _mesa_align_realloc()
Brian Paul
2006-04-25
Remove carriage returns.
Michal Krol
2006-03-07
print newline in _mesa_warning()
Brian Paul
2006-02-27
More GLSL code:
Michal Krol
2006-02-13
Add _mesa_atanf and _mesa_asinf functions.
Michal Krol
2006-02-11
Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.
Eric Anholt
2005-12-15
move va_end() call (Evgeny Kotsuba)
Brian Paul
2005-12-02
fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)
Brian Paul
2005-11-16
add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
Brian Paul
2005-11-10
Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).
Brian Paul
2005-11-04
better ffs() function (bug 4956)
Brian Paul
2005-09-20
change location of ffs() code for windows
Brian Paul
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-06-30
remove \n from warning message string
Brian Paul
2005-06-26
check for null oldBuffer in _mesa_realloc(), cleaned up some comments
Brian Paul
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-05-05
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-04-14
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2004-12-05
direct bug reports to freedesktop.org
Brian Paul
2004-09-15
in _mesa_problem() include version number in error message
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-04-22
New glTexImage code.
Brian Paul
2003-12-05
fix compiler warning
Alan Hourihane
2003-11-18
added reference to original half/float conversion code
Brian Paul
2003-11-18
Some groundwork for supporting GLhalf datatype.
Brian Paul
2003-10-21
Committing in .
Jouk Jansen
2003-09-18
tweak an error message
Brian Paul
2003-08-30
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-08
added _mesa_realloc()
Brian Paul
2003-03-04
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-02-08
replace _mesa_strtof() with _mesa_strtod()
Brian Paul
2003-01-19
add some casts
Brian Paul
2003-01-14
remove const from _mesa_strtof()
Brian Paul
2003-01-14
added _mesa_strtof()
Brian Paul
2002-12-06
let _mesa_problem() take variable arguments
Brian Paul
2002-12-01
declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
Brian Paul
2002-10-30
added a comment about future work
Brian Paul
2002-10-30
test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...
Brian Paul
2002-10-30
fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)
Brian Paul
2002-10-25
wrapped a few more C library functions
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-15
make a few static function non-static for highpc.c
Brian Paul
2002-10-14
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...
Brian Paul
2002-08-03
Coerce vsnprintf to _vsnprintf for windows
Karl Schultz
[next]