summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-212-4/+4
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* rtasm,translate: Re-enable SSE on Mingw64.José Fonseca2014-11-201-1/+1
* gallium/rtasm: handle mmap failures appropriatelyEmil Velikov2014-01-271-3/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-172-4/+4
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-234-12/+16
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-234-4/+4
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-234-4/+4
* gallium: Remove ppc asm backendAdam Jackson2013-01-202-1419/+0
* gallium/rtasm: properly detect SSE and SSE2Marek Olšák2012-02-271-24/+24
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-292-1500/+0
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-061-1/+1
* translate: Respect translate_buffer::max_index.José Fonseca2011-04-012-0/+11
* rtasm: add dummy return statement to silence MSVC warningBrian Paul2011-02-161-1/+2
* rtasm: use pointer_to_func() to silence warningBrian Paul2010-10-251-1/+1
* gallium/rtasm: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* rtasm: Include missing header in rtasm_x86sse.h.Vinson Lee2010-08-261-0/+1
* translate_sse: try to fix Win64Luca Barbieri2010-08-191-1/+2
* rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri2010-08-163-40/+551
* translate: add support for 8/16-bit indicesLuca Barbieri2010-08-162-0/+16
* rtasm: fix void * / func * casting warningsBrian Paul2010-05-132-4/+24
* rtasm: Silence gnu_printf format warnings.Vinson Lee2010-03-261-1/+1
* rtasm: Fix typos in comments.Vinson Lee2010-03-251-3/+3
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-2/+2
* Merge branch 'master' into instanced-arraysMichal Krol2010-01-053-28/+30
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-2/+30
| |\
| | * rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca2010-01-031-2/+30
| * | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-13/+0
| * | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-13/+0
| |/
* | rtasm: Add x86_div().Michal Krol2009-12-302-0/+8
|/
* rtasm: export sse_movmskpsKeith Whitwell2009-07-162-0/+10
* rtasm: Use 32bit constant.José Fonseca2009-06-151-3/+3
* rtasm: Silence `static function not used' warning.Michal Krol2009-04-101-0/+2
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-3/+3
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-3/+7
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
* util: Move p_debug.h into util module.José Fonseca2009-02-184-4/+4
* cell: datatype clean-ups in SPE rtasmBrian Paul2009-01-112-105/+99
* gallium: added comment/annotation support to PPC rtasmBrian Paul2009-01-102-62/+187
* gallium: s/false/FALSE/Brian Paul2009-01-101-1/+1
* rtasm: Remove spurious semi-colons after function bodies.José Fonseca2008-12-301-5/+5
* CELL: use variant-length fragment ops programsRobert Ellison2008-11-212-4/+14
* CELL: fix stencil twiddling, stencil invertRobert Ellison2008-11-131-3/+3
* gallium: add missing prototypesBrian Paul2008-11-121-0/+6
* cell: move semicolons to silence warnings w/ other compilersBrian Paul2008-11-121-189/+189