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