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
/
rtasm_x86sse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
rtasm,translate: Re-enable SSE on Mingw64.
José Fonseca
2014-11-20
1
-1
/
+1
*
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
*
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
1
-0
/
+10
*
rtasm: add dummy return statement to silence MSVC warning
Brian Paul
2011-02-16
1
-1
/
+2
*
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
1
-29
/
+455
*
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-16
1
-0
/
+14
*
rtasm: fix void * / func * casting warnings
Brian Paul
2010-05-13
1
-3
/
+18
*
rtasm: Silence gnu_printf format warnings.
Vinson Lee
2010-03-26
1
-1
/
+1
*
rtasm: Add x86_div().
Michal Krol
2009-12-30
1
-0
/
+7
*
rtasm: export sse_movmskps
Keith Whitwell
2009-07-16
1
-0
/
+9
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-1
/
+17
|
\
|
*
gallium: replace assertion with conditional/recovery code
Brian
2008-10-06
1
-1
/
+5
|
*
rtasm: fix debug build
Keith Whitwell
2008-10-06
1
-1
/
+1
|
*
rtasm: add sse_movntps
Keith Whitwell
2008-10-03
1
-0
/
+12
|
*
rtasm: add prefetch instructions
Keith Whitwell
2008-10-02
1
-0
/
+26
*
|
rtasm: add prefetch instructions
Keith Whitwell
2008-10-02
1
-0
/
+26
*
|
rtasm: Implement immediate group 1 instructions. Fix SIB emition.
José Fonseca
2008-09-29
1
-10
/
+56
|
/
*
gallium: include u_pointer,h, not p_pointer.h
Brian Paul
2008-09-01
1
-1
/
+1
*
rtasm: Use enum sse_cc in sse_cmpps.
José Fonseca
2008-06-02
1
-1
/
+1
*
Merge branch 'gallium-tex-surfaces' into gallium-0.1
Jakob Bornecrantz
2008-05-30
1
-1
/
+1
|
\
|
*
rtasm: special case for [ebp]
Keith Whitwell
2008-05-28
1
-1
/
+1
*
|
Merge branch 'gallium-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-28
1
-14
/
+168
|
\
|
|
*
rtasm: add some helpers for calling out from generated code
Keith Whitwell
2008-05-24
1
-3
/
+41
|
*
rtasm: remove debug
Keith Whitwell
2008-05-23
1
-2
/
+0
|
*
rtasm: add x87 instructions and debug-check for x87 stack usage
Keith Whitwell
2008-05-23
1
-0
/
+120
|
*
rtasm: export debug reg print function
Keith Whitwell
2008-05-23
1
-11
/
+9
*
|
gallium: Windows CE portability fixes.
José Fonseca
2008-05-28
1
-1
/
+3
|
/
*
rtasm: learn another version of push
Keith Whitwell
2008-05-01
1
-2
/
+9
*
rtasm: fix labels after (not so) recent change to allow dynamic fn growth
Keith Whitwell
2008-05-01
1
-31
/
+18
*
rtasm: assert stack is fully popped in return
Keith Whitwell
2008-05-01
1
-0
/
+1
*
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-28
1
-0
/
+14
*
rtasm: Implement x86_retw.
José Fonseca
2008-04-27
1
-0
/
+6
*
rtasm: debug some missing funcs
Keith Whitwell
2008-04-21
1
-0
/
+3
*
rtasm: clean up debug dumping a little
Keith Whitwell
2008-04-21
1
-146
/
+140
*
rtasm: propogate errors in x86 emit
Keith Whitwell
2008-04-21
1
-5
/
+29
*
rtasm: add dump facility for x86 (from tgsi_sse2.c)
Keith Whitwell
2008-04-21
1
-24
/
+243
*
rtasm: add x86_imul
Keith Whitwell
2008-04-18
1
-1
/
+10
*
rtasm: add a couple more insns, clean up x86_mul
Keith Whitwell
2008-04-18
1
-7
/
+27
*
gallium: fix broken x86_call()
Keith Whitwell
2008-04-11
1
-1
/
+1
*
gallium: Silence compiler warnings on Windows.
Michal Krol
2008-02-23
1
-9
/
+10
*
Fix windows build.
José Fonseca
2008-02-19
1
-1
/
+1
*
Add copyright headers to all rtasm source files.
José Fonseca
2008-02-19
1
-0
/
+23
*
Rename rtasm files.
José Fonseca
2008-02-19
1
-0
/
+1196