index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-5
/
+9
*
mesa: Do not use newlocale on NetBSD.
Vinson Lee
2013-10-11
1
-1
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Remove rounding bias in _mesa_float_to_half()
Chad Versace
2013-01-24
1
-29
/
+37
*
mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)
Chad Versace
2013-01-24
1
-0
/
+20
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-4
/
+1
*
mesa: Silence 'assignment makes integer from pointer without a cast' warnings.
José Fonseca
2012-10-10
1
-2
/
+2
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-3
/
+3
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
1
-1
/
+1
*
Fix compile time errors when building against uclibc
Anthony G. Basile
2012-07-24
1
-1
/
+1
*
Remove unused _mesa_memset16
Matt Turner
2012-07-21
1
-13
/
+0
*
Remove _mesa_inv_sqrtf in favor of 1/SQRTF
Matt Turner
2012-07-21
1
-106
/
+0
*
Remove _mesa_sqrt* in favor of plain sqrt
Matt Turner
2012-07-21
1
-101
/
+0
*
mesa: split error handling into its own file
nobled
2012-03-10
1
-238
/
+7
*
mesa: Don't use newlocale on Haiku
Alexander von Gluck
2012-01-24
1
-1
/
+1
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-9
/
+6
*
Fix gcc version checks for _mesa_bitcount
Alan Coopersmith
2011-10-21
1
-1
/
+1
*
mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()
Paul Berry
2011-10-06
1
-0
/
+13
*
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
[next]