summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin2-4/+4
2015-06-09rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca1-1/+1
2014-11-20rtasm,translate: Re-enable SSE on Mingw64.José Fonseca1-1/+1
2014-01-27gallium/rtasm: handle mmap failures appropriatelyEmil Velikov1-3/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca2-4/+4
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-10-18rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY1-1/+1
2013-10-18rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY1-1/+1
2013-04-29Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke4-12/+16
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke4-4/+4
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke4-4/+4
2013-01-20gallium: Remove ppc asm backendAdam Jackson2-1419/+0
2012-02-27gallium/rtasm: properly detect SSE and SSE2Marek Olšák1-24/+24
2011-11-29gallium/cell: Remove the driver.Kai Wasserbäch2-1500/+0
2011-09-06rtasm,translate: Disable on Mingw-w64.José Fonseca1-1/+1
2011-04-01translate: Respect translate_buffer::max_index.José Fonseca2-0/+11
2011-02-16rtasm: add dummy return statement to silence MSVC warningBrian Paul1-1/+2
2010-10-25rtasm: use pointer_to_func() to silence warningBrian Paul1-1/+1
2010-09-30gallium/rtasm: remove duplicated includeNicolas Kaiser1-1/+0
2010-08-26rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee1-0/+1
2010-08-19translate_sse: try to fix Win64Luca Barbieri1-1/+2
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri3-40/+551
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri2-0/+16
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul2-4/+24
2010-03-26rtasm: Silence gnu_printf format warnings.Vinson Lee1-1/+1
2010-03-25rtasm: Fix typos in comments.Vinson Lee1-3/+3
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-2/+2
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol3-28/+30
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul1-2/+30
2010-01-03rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca1-2/+30
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca1-13/+0
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca1-13/+0
2009-12-30rtasm: Add x86_div().Michal Krol2-0/+8
2009-07-16rtasm: export sse_movmskpsKeith Whitwell2-0/+10
2009-06-15rtasm: Use 32bit constant.José Fonseca1-3/+3
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol1-0/+2
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith1-3/+3
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close1-3/+7
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz1-3/+0
2009-02-18util: Move p_debug.h into util module.José Fonseca4-4/+4
2009-01-11cell: datatype clean-ups in SPE rtasmBrian Paul2-105/+99
2009-01-10gallium: added comment/annotation support to PPC rtasmBrian Paul2-62/+187
2009-01-10gallium: s/false/FALSE/Brian Paul1-1/+1
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca1-5/+5
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison2-4/+14
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison1-3/+3
2008-11-12gallium: add missing prototypesBrian Paul1-0/+6
2008-11-12cell: move semicolons to silence warnings w/ other compilersBrian Paul1-189/+189
2008-11-12cell: fix typo in EMIT_ macroBrian Paul1-1/+1