| Commit message (Expand) | Author | Age | Files | Lines |
* | translate: Free elt8_func/elt16_func too. | José Fonseca | 2012-06-29 | 1 | -1/+3 |
* | translate: check for PIPE_SUBSYSTEM_EMBEDDED | Brian Paul | 2011-09-22 | 1 | -1/+1 |
* | rtasm,translate: Disable on Mingw-w64. | José Fonseca | 2011-09-06 | 1 | -1/+1 |
* | translate: disable clamping of instanced array indexes | Brian Paul | 2011-04-19 | 1 | -6/+10 |
* | translate: s/varient/variant/ | Brian Paul | 2011-04-15 | 1 | -44/+44 |
* | translate: Respect translate_buffer::max_index. | José Fonseca | 2011-04-01 | 1 | -2/+17 |
* | translate: use function typedefs, casts to silence warnings | Brian Paul | 2010-10-25 | 1 | -4/+4 |
* | translate_sse: clear state for each function emission | Luca Barbieri | 2010-08-24 | 1 | -3/+3 |
* | translate_sse: fix x86-64 | Luca Barbieri | 2010-08-23 | 1 | -0/+1 |
* | translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UB | Jakob Bornecrantz | 2010-08-22 | 1 | -0/+26 |
* | translate_sse: refactor constant management | Luca Barbieri | 2010-08-22 | 1 | -81/+76 |
* | translate_sse: Silence uninitialized variable warnings. | Vinson Lee | 2010-08-21 | 1 | -0/+14 |
* | translate_sse: fix emit_load_sse2 | Luca Barbieri | 2010-08-19 | 1 | -0/+2 |
* | translate_sse: don't overwrite source buffer pointer | Luca Barbieri | 2010-08-18 | 1 | -5/+5 |
* | translate: Move loop variable declaration outside for loop. | Vinson Lee | 2010-08-16 | 1 | -1/+2 |
* | translate: Remove unused temporary register. | José Fonseca | 2010-08-16 | 1 | -1/+0 |
* | translate_sse: major rewrite (v5) | Luca Barbieri | 2010-08-16 | 1 | -238/+934 |
* | translate: add support for 8/16-bit indices | Luca Barbieri | 2010-08-16 | 1 | -19/+46 |
* | translate_sse: remove useless generated function wrappers | Luca Barbieri | 2010-08-16 | 1 | -51/+4 |
* | translate: Take and respect a max_index argument. | José Fonseca | 2010-04-26 | 1 | -1/+9 |
* | gallium: fix BGRA vertex color swizzles | Marek Olšák | 2010-03-12 | 1 | -2/+2 |
* | translate: Rename pipe formats. | José Fonseca | 2010-03-01 | 1 | -2/+2 |
* | gallium: Handle InstanceID as a true 32-bit uint. | Michal Krol | 2010-01-05 | 1 | -18/+5 |
* | Add lame support for instanceID to draw module. | Michal Krol | 2009-12-30 | 1 | -22/+48 |
* | Implement instanced indexed draw. | Michal Krol | 2009-12-30 | 1 | -9/+11 |
* | translate: Fix a call to indexed SSE run. | Michal Krol | 2009-12-30 | 1 | -0/+2 |
* | translate: Implement instancing for linear SSE run. | Michal Krol | 2009-12-30 | 1 | -34/+120 |
* | Implement draw_arrays_instanced() in softpipe. | Michal Krol | 2009-12-29 | 1 | -0/+1 |
* | translate: pull in prefetch and other optimizations from draw_vs_aos.c | Keith Whitwell | 2008-11-14 | 1 | -110/+202 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
* | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | 2008-05-30 | 1 | -3/+3 |
|\ |
|
| * | gallium: MSVC warning fixes. | José Fonseca | 2008-05-29 | 1 | -1/+1 |
| * | translate: Mark functions as PIPE_CDECL. | José Fonseca | 2008-05-28 | 1 | -2/+2 |
* | | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | 2008-05-28 | 1 | -20/+8 |
|\| |
|
| * | translate: mark functions as PIPE_CDECL | Keith Whitwell | 2008-05-23 | 1 | -13/+7 |
| * | translate: remove spurious comment | Keith Whitwell | 2008-05-23 | 1 | -7/+1 |
* | | gallium: Windows CE portability fixes. | José Fonseca | 2008-05-28 | 1 | -2/+3 |
|/ |
|
* | rtasm: fix labels after (not so) recent change to allow dynamic fn growth | Keith Whitwell | 2008-05-01 | 1 | -1/+1 |
* | translate: fail on x86 rtasm fail | Keith Whitwell | 2008-04-21 | 1 | -0/+5 |
* | translate: fix several bugs | Keith Whitwell | 2008-04-19 | 1 | -18/+24 |
* | translate: don't crash on failure to create sse version | Keith Whitwell | 2008-04-19 | 1 | -7/+6 |
* | translate: add sse version based on old draw_vf_sse.c | Keith Whitwell | 2008-04-18 | 1 | -0/+615 |