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
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
2007-08-10
Add printf handlers, pass pci id and move texlayout code to driver.
Keith Whitwell
2007-07-21
Fix a number of MINGW32 issues
Zhang
2007-06-12
fix comment
Brian
2007-05-07
better comments for _mesa_debug(), _mesa_warning(), etc
Brian
2007-04-24
assorted fixes for Windows/VC8
Karl Schultz
2007-04-05
Remove SI imports/exports remnants.
George Sapountzis
2007-04-04
Remove the never-used SI-style imports/exports code.
Brian
2007-02-22
Merge branch 'origin' into glsl-compiler-1
Brian
2007-01-26
fix typo
Brian
2007-01-26
document, re-indent _mesa_ffsll()
Brian
2007-01-26
Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.
Eric Anholt
2007-01-26
Drop old (pre-AIGLX) GLcore interface.
George Sapountzis
2006-12-21
Drop mesa wrappers for XFree86.
George Sapountzis
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
[next]