index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
imports.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix Android build by #ifdef'ing out locale support
Chad Versace
2011-08-16
1
-1
/
+2
*
mesa: fix gcc version check for _mesa_bitcount
Roland Scheidegger
2011-06-09
1
-3
/
+3
*
mesa: only report up to 50 _mesa_problem() calls
Brian Paul
2011-03-17
1
-5
/
+11
*
i965: Use compiler builtins when available
Chris Wilson
2011-02-21
1
-9
/
+4
*
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
Cyril Brulebois
2011-02-18
1
-1
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: check for posix_memalign() errors
pontus lidman
2010-11-29
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
mesa: Fix FreeBSD build with llvm enabled.
Vinson Lee
2010-08-12
1
-1
/
+1
*
mesa: Fix Cygwin build with llvm enabled.
Vinson Lee
2010-07-23
1
-1
/
+1
*
mesa: Remove no-op wrappers around trig functions.
Eric Anholt
2010-05-13
1
-35
/
+0
*
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-05-13
1
-9
/
+0
*
mesa: Fix build with gcc 3.3.
Matthieu Herrb
2010-04-19
1
-1
/
+2
*
Replace _mesa_strtod with _mesa_strtof.
Marcin Baczyński
2010-03-15
1
-5
/
+7
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
1
-3
/
+16
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-64
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-30
/
+9
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-11
/
+0
*
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
1
-11
/
+0
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-11
/
+0
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-13
/
+2
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
1
-8
/
+1
*
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
1
-7
/
+0
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
1
-7
/
+0
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
1
-8
/
+1
*
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
1
-7
/
+0
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
1
-9
/
+2
*
Remove _mesa_strncat in favor of plain strncat.
Kenneth Graunke
2010-02-19
1
-7
/
+0
*
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2010-02-19
1
-8
/
+1
*
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-10
/
+0
*
mesa: fix strict aliasing issues in half-to-float/float-to-half conversions
Roland Scheidegger
2009-12-07
1
-8
/
+9
*
mesa: use gcc __builtin_popcount()
Brian Paul
2009-11-23
1
-0
/
+4
*
mesa: silence warning from gcc 4.4.1
Brian Paul
2009-11-04
1
-2
/
+2
*
mesa: fix broken _mesa_str_checksum()
Brian Paul
2009-10-23
1
-2
/
+2
*
mesa: Fix Mac OS build.
Vinson Lee
2009-10-20
1
-0
/
+3
*
mesa: use C locale for _mesa_strtod()
Brian Paul
2009-10-16
1
-0
/
+12
*
mesa: added _mesa_str_checksum()
Brian Paul
2009-08-04
1
-0
/
+14
*
mesa: clean-up error debug/count code
Brian Paul
2009-08-04
1
-30
/
+41
*
mesa: recognize and eliminate repeated error messages
Keith Whitwell
2009-07-15
1
-3
/
+31
*
mesa: split out errorstring switch from _mesa_error
Keith Whitwell
2009-07-15
1
-36
/
+26
*
mesa: remove dead code in _mesa_error
Keith Whitwell
2009-07-15
1
-6
/
+0
*
mesa: don't call getenv every time _mesa_error is called
Keith Whitwell
2009-07-15
1
-11
/
+14
*
mesa: Output warnings to debugger on Windows.
José Fonseca
2009-05-30
1
-0
/
+10
*
mesa: Call _mesa_snprintf instead of snprintf.
José Fonseca
2009-04-27
1
-1
/
+1
*
mesa: fix up error/warning/debug output newlines
Brian Paul
2009-04-24
1
-9
/
+26
*
Mesa: allow suppression of debug messages in a debug build
Robert Ellison
2009-04-08
1
-10
/
+32
*
mesa: update/fix doxygen comments
Vinson Lee
2009-03-17
1
-1
/
+1
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-11
/
+5
|
\
|
*
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-08
1
-0
/
+12
|
*
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...
Alan Hourihane
2008-09-11
1
-1
/
+1
|
|
\
[next]