Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-tex-surfaces' into gallium-0.1 | Jakob Bornecrantz | 2008-05-30 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: src/gallium/drivers/i915simple/i915_context.h | ||||
| * | gallium: MSVC warning fixes. | José Fonseca | 2008-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c src/gallium/auxiliary/draw/draw_pt_varray_tmp.h src/gallium/auxiliary/draw/draw_pt_vcache.c | ||||
| * | 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 |
|\| | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | ||||
| * | 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 |
| | | | | | Using char * for labels doesn't work if you realloc the function during assembly and free the old storage... | ||||
* | 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 |
| | | | | | | - specify cdecl calling convention on WIN32 - fix load bgra8 function - fix previous don't crash fix. | ||||
* | 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 |