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: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-1
/
+1
*
mesa: Use _aligned_malloc/free for MinGW too.
Jose Fonseca
2016-02-12
1
-4
/
+4
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-148
/
+0
*
mesa: Use _mesa_lroundevenf() in some more places.
Matt Turner
2015-08-04
1
-2
/
+2
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
1
-22
/
+3
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-18
/
+0
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: don't include math.h in compiler.h
Brian Paul
2015-02-26
1
-0
/
+1
*
mesa: include stdarg.h only where it's used
Brian Paul
2015-02-26
1
-2
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
2015-01-08
1
-2
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
1
-2
/
+2
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
1
-19
/
+0
*
mesa: Replace a priori knowledge of gcc builtins with configure tests.
Matt Turner
2014-09-25
1
-5
/
+7
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
1
-16
/
+0
*
mesa: Drop _mesa_bsearch() wrapper.
Matt Turner
2014-09-24
1
-17
/
+0
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
1
-21
/
+0
*
mesa: Unifdef _XBOX.
Matt Turner
2014-09-24
1
-1
/
+1
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
1
-14
/
+0
*
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
[next]