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
2010-05-13
mesa: Remove no-op wrappers around trig functions.
Eric Anholt
2010-05-13
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-04-19
mesa: Fix build with gcc 3.3.
Matthieu Herrb
2010-03-15
Replace _mesa_strtod with _mesa_strtof.
Marcin Baczyński
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
Remove _mesa_strncat in favor of plain strncat.
Kenneth Graunke
2010-02-19
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2009-12-22
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-07
mesa: fix strict aliasing issues in half-to-float/float-to-half conversions
Roland Scheidegger
2009-11-23
mesa: use gcc __builtin_popcount()
Brian Paul
2009-11-04
mesa: silence warning from gcc 4.4.1
Brian Paul
2009-10-23
mesa: fix broken _mesa_str_checksum()
Brian Paul
2009-10-20
mesa: Fix Mac OS build.
Vinson Lee
2009-10-16
mesa: use C locale for _mesa_strtod()
Brian Paul
2009-08-04
mesa: added _mesa_str_checksum()
Brian Paul
2009-08-04
mesa: clean-up error debug/count code
Brian Paul
2009-07-15
mesa: recognize and eliminate repeated error messages
Keith Whitwell
2009-07-15
mesa: split out errorstring switch from _mesa_error
Keith Whitwell
2009-07-15
mesa: remove dead code in _mesa_error
Keith Whitwell
2009-07-15
mesa: don't call getenv every time _mesa_error is called
Keith Whitwell
2009-05-30
mesa: Output warnings to debugger on Windows.
José Fonseca
2009-04-27
mesa: Call _mesa_snprintf instead of snprintf.
José Fonseca
2009-04-24
mesa: fix up error/warning/debug output newlines
Brian Paul
2009-04-08
Mesa: allow suppression of debug messages in a debug build
Robert Ellison
2009-03-17
mesa: update/fix doxygen comments
Vinson Lee
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-01-22
mesa: added _mesa_fprintf() wrapper
Brian Paul
2009-01-08
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-07
mesa: Add _mesa_snprintf.
José Fonseca
2008-09-21
mesa: bsearch implementation for WinCE.
José Fonseca
2008-09-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...
Alan Hourihane
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
Fixes for Mingw
Shane Blackett
2008-06-24
mesa: Use standard integer types.
José Fonseca
2008-06-24
mesa: bsearch implementation for WinCE.
José Fonseca
2008-05-05
fix _mesa_ffs for alternative compilers
Alan Hourihane
2008-03-21
[win32] Use native aligned memory allocation functions.
Michal Wajdeczko
2008-03-17
Fix compat implementation of ffs() to return 1-based bit numbers.
Andrzej Trznadel
[next]