index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
rtasm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2016-04-12
gallium: Use STATIC_ASSERT whenever possible.
Jose Fonseca
1
-1
/
+1
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
2
-4
/
+4
2015-06-09
rtasm: Generalize executable memory allocator to all Unices.
Jose Fonseca
1
-1
/
+1
2014-11-20
rtasm,translate: Re-enable SSE on Mingw64.
José Fonseca
1
-1
/
+1
2014-01-27
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
1
-3
/
+7
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
2
-4
/
+4
2013-11-06
gallium: fix build on GNU/kFreeBSD
Fabio Pedretti
1
-1
/
+1
2013-10-18
rtasm: Cygwin uses the msabi calling convention on x86_64
Jon TURNEY
1
-1
/
+1
2013-10-18
rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...
Jon TURNEY
1
-1
/
+1
2013-04-29
Gallium: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
1
-1
/
+1
2013-04-23
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
4
-12
/
+16
2013-04-23
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
4
-4
/
+4
2013-04-23
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
4
-4
/
+4
2013-01-20
gallium: Remove ppc asm backend
Adam Jackson
2
-1419
/
+0
2012-02-27
gallium/rtasm: properly detect SSE and SSE2
Marek Olšák
1
-24
/
+24
2011-11-29
gallium/cell: Remove the driver.
Kai Wasserbäch
2
-1500
/
+0
2011-09-06
rtasm,translate: Disable on Mingw-w64.
José Fonseca
1
-1
/
+1
2011-04-01
translate: Respect translate_buffer::max_index.
José Fonseca
2
-0
/
+11
2011-02-16
rtasm: add dummy return statement to silence MSVC warning
Brian Paul
1
-1
/
+2
2010-10-25
rtasm: use pointer_to_func() to silence warning
Brian Paul
1
-1
/
+1
2010-09-30
gallium/rtasm: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-08-26
rtasm: Include missing header in rtasm_x86sse.h.
Vinson Lee
1
-0
/
+1
2010-08-19
translate_sse: try to fix Win64
Luca Barbieri
1
-1
/
+2
2010-08-16
rtasm: add minimal x86-64 support and new instructions (v5)
Luca Barbieri
3
-40
/
+551
2010-08-16
translate: add support for 8/16-bit indices
Luca Barbieri
2
-0
/
+16
2010-05-13
rtasm: fix void * / func * casting warnings
Brian Paul
2
-4
/
+24
2010-03-26
rtasm: Silence gnu_printf format warnings.
Vinson Lee
1
-1
/
+1
2010-03-25
rtasm: Fix typos in comments.
Vinson Lee
1
-3
/
+3
2010-02-02
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
1
-2
/
+2
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
3
-28
/
+30
2010-01-04
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-2
/
+30
2010-01-03
rtasm: Play nicely with Windows's Data Execution Prevention.
José Fonseca
1
-2
/
+30
2010-01-01
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
1
-13
/
+0
2010-01-01
scons: Aggregate all tiny libraries in a single library.
José Fonseca
1
-13
/
+0
2009-12-30
rtasm: Add x86_div().
Michal Krol
2
-0
/
+8
2009-07-16
rtasm: export sse_movmskps
Keith Whitwell
2
-0
/
+10
2009-06-15
rtasm: Use 32bit constant.
José Fonseca
1
-3
/
+3
2009-04-10
rtasm: Silence `static function not used' warning.
Michal Krol
1
-0
/
+2
2009-03-25
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
1
-3
/
+3
2009-02-25
gallium: Add support for BSD operating systems, tested with FreeBSD
Benjamin Close
1
-3
/
+7
2009-02-20
gallium: Improve makefiles for libraries
Jakob Bornecrantz
1
-3
/
+0
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
4
-4
/
+4
2009-01-11
cell: datatype clean-ups in SPE rtasm
Brian Paul
2
-105
/
+99
2009-01-10
gallium: added comment/annotation support to PPC rtasm
Brian Paul
2
-62
/
+187
2009-01-10
gallium: s/false/FALSE/
Brian Paul
1
-1
/
+1
2008-12-30
rtasm: Remove spurious semi-colons after function bodies.
José Fonseca
1
-5
/
+5
2008-11-21
CELL: use variant-length fragment ops programs
Robert Ellison
2
-4
/
+14
[next]