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
...
*
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
|
|
\
|
*
\
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-12
/
+23
|
|
\
\
|
|
*
|
mesa: Use standard integer types.
José Fonseca
2008-06-24
1
-9
/
+5
|
|
*
|
mesa: bsearch implementation for WinCE.
José Fonseca
2008-06-24
1
-1
/
+18
|
|
*
|
fix _mesa_ffs for alternative compilers
Alan Hourihane
2008-05-05
1
-19
/
+17
|
|
*
|
Add printf handlers, pass pci id and move texlayout code to driver.
Keith Whitwell
2007-08-10
1
-3
/
+1
*
|
|
|
mesa: added _mesa_fprintf() wrapper
Brian Paul
2009-01-22
1
-1
/
+14
*
|
|
|
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-07
1
-0
/
+12
[prev]
[next]