Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 10 | -29/+55 |
|\ | |||||
| * | draw: fix front/back error in unfilled pipeline stage | Keith Whitwell | 2010-05-14 | 1 | -3/+4 |
| | | |||||
| * | draw: fix typo checking for unfilled polygons | Keith Whitwell | 2010-05-14 | 1 | -1/+1 |
| | | |||||
| * | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 1 | -0/+18 |
| | | | | | | | | The linux-debug target builds... | ||||
| * | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 9 | -28/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer. | ||||
* | | gallivm: rename a var: s/val/array_size/ | Brian Paul | 2010-05-20 | 1 | -3/+3 |
| | | |||||
* | | gallivm: fix spelling in comment | Brian Paul | 2010-05-20 | 1 | -1/+1 |
| | | |||||
* | | gallivm: handle pointer types in lp_dump_llvmtype() | Brian Paul | 2010-05-20 | 1 | -0/+5 |
| | | |||||
* | | gallium: fix/update tex target dumping | Brian Paul | 2010-05-20 | 1 | -0/+2 |
| | | |||||
* | | gallium: added util_dump_logicop() | Brian Paul | 2010-05-20 | 2 | -0/+46 |
| | | |||||
* | | util: Remove unused imports from Python scripts. | Vinson Lee | 2010-05-19 | 2 | -4/+0 |
| | | |||||
* | | util: Remove unnecessary semicolons in Python scripts. | Vinson Lee | 2010-05-19 | 2 | -5/+5 |
| | | |||||
* | | tgsi: Implement OPCODE_DIV. | Michal Krol | 2010-05-19 | 1 | -1/+1 |
| | | |||||
* | | gallivm: Tweak ret_mask handling. | José Fonseca | 2010-05-17 | 1 | -24/+15 |
| | | |||||
* | | gallivm: implement function calls by inlining | Zack Rusin | 2010-05-17 | 1 | -11/+134 |
| | | | | | | | | with this approach we inline the entire function body in the caller | ||||
* | | util: Remove unused cruft. | José Fonseca | 2010-05-15 | 1 | -95/+0 |
| | | |||||
* | | draw: Use GALLIVM_DEBUG opt. | José Fonseca | 2010-05-15 | 1 | -21/+34 |
| | | |||||
* | | gallivm: Centralize some of the LLVM debugging options. | José Fonseca | 2010-05-15 | 2 | -0/+31 |
| | | |||||
* | | gallivm: Temporarily remove function call support | José Fonseca | 2010-05-15 | 1 | -438/+53 |
| | | | | | | | | | | Commits moved to the gallivm-call feature branch for further experimentation and stabilization. | ||||
* | | gallivm: use our util_snprintf | Zack Rusin | 2010-05-15 | 1 | -1/+2 |
| | | |||||
* | | gallivm: implement function calls | Zack Rusin | 2010-05-15 | 1 | -53/+437 |
| | | |||||
* | | gallivm: added some vector length sanity checks | Brian Paul | 2010-05-14 | 1 | -0/+2 |
| | | |||||
* | | gallivm: added lp_sizeof_llvm_type() | Brian Paul | 2010-05-14 | 2 | -0/+41 |
| | | |||||
* | | gallivm: comments, const qualifiers | Brian Paul | 2010-05-14 | 1 | -4/+11 |
| | | |||||
* | | tgsi: clean up in emit_fetch() | Brian Paul | 2010-05-14 | 1 | -43/+41 |
| | | |||||
* | | tgsi: add a dummy function to silence warning | Brian Paul | 2010-05-14 | 1 | -0/+8 |
|/ | |||||
* | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | rtasm: fix void * / func * casting warnings | Brian Paul | 2010-05-13 | 2 | -4/+24 |
| | |||||
* | draw: silence casting warnings | Brian Paul | 2010-05-13 | 1 | -5/+38 |
| | |||||
* | gallivm: silence uninitialized var warning | Brian Paul | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | gallivm: silence casting warning | Brian Paul | 2010-05-13 | 1 | -1/+17 |
| | |||||
* | gallivm: silence uninitialized var warning | Brian Paul | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | llvmpipe: silence uninitialized var warnings | Brian Paul | 2010-05-13 | 1 | -1/+2 |
| | |||||
* | gallivm: added lp_dump_llvmtype() debug helper | Brian Paul | 2010-05-13 | 2 | -0/+40 |
| | |||||
* | llvmpipe: additional comments | Brian Paul | 2010-05-13 | 1 | -3/+5 |
| | |||||
* | gallivm: rename a var | Brian Paul | 2010-05-13 | 1 | -3/+4 |
| | |||||
* | util: Fix ptr -> int conversion. | José Fonseca | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Conditionally revert "gallivm: Use a more compact approach for ↵ | José Fonseca | 2010-05-13 | 1 | -0/+10 |
| | | | | | | lp_build_broadcast_scalar()." This reverts commit a09e46c72461183c879d8472b44fe740ecc79b9f. | ||||
* | gallium: Add tokens for Cygwin. | Vinson Lee | 2010-05-13 | 2 | -6/+6 |
| | |||||
* | rbug: Update and add READMEs | Jakob Bornecrantz | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | gallivm: Ensure PIPE_OS_xxx are defined. | José Fonseca | 2010-05-12 | 1 | -0/+1 |
| | |||||
* | gallivm: Use a more compact approach for lp_build_broadcast_scalar(). | José Fonseca | 2010-05-12 | 1 | -8/+10 |
| | | | | | | | It produces exactly the same machine code, but it cuts 5% of the number of instructions generated for a typical shader. Also, preserve the scalar when length is 1. | ||||
* | util: Add function to dump PIPE_STENCIL_OP_xxx | José Fonseca | 2010-05-12 | 2 | -0/+30 |
| | |||||
* | rbug: Add to all targets that link against trace | Jakob Bornecrantz | 2010-05-12 | 1 | -0/+4 |
| | | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress. | ||||
* | gallivm: additional comments | Brian Paul | 2010-05-12 | 2 | -6/+39 |
| | |||||
* | gallivm: s/bool/boolean | Brian Paul | 2010-05-12 | 1 | -3/+3 |
| | |||||
* | gallivm: rename vars, update comments, etc | Brian Paul | 2010-05-12 | 2 | -21/+23 |
| | |||||
* | gallivm: comment out LLVMUnionTypeKind case | Brian Paul | 2010-05-12 | 1 | -0/+2 |
| | |||||
* | gallivm: rename texel result param | Brian Paul | 2010-05-12 | 2 | -17/+22 |
| | | | | Be clear that this parameter returns four texel channel results. | ||||
* | gallivm: add a few comments | Brian Paul | 2010-05-12 | 1 | -3/+3 |
| |