Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: update rasterizer for ccw changes | Keith Whitwell | 2010-05-21 | 1 | -55/+80 |
| | | | | Also rearrange some of the fields into point/line/polygon categories. | ||||
* | llvmpipe: fix front/back tri culling mix-up | Brian Paul | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | softpipe: restore culling code | Keith Whitwell | 2010-05-14 | 1 | -3/+21 |
| | |||||
* | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 10 | -29/+50 |
| | | | | The linux-debug target builds... | ||||
* | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 28 | -293/+234 |
| | | | | | | | | | | | | 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. | ||||
* | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | r300g: fix for piglit/fp-indirections2 | Marek Olšák | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | llvmpipe: silence casting warnings | Brian Paul | 2010-05-13 | 3 | -15/+32 |
| | |||||
* | 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 |
| | |||||
* | llvmpipe: silence cast warnings in test programs | Brian Paul | 2010-05-13 | 4 | -6/+63 |
| | |||||
* | 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. | ||||
* | r300g: fix texture transfers | Marek Olšák | 2010-05-13 | 3 | -2/+8 |
| | | | | | | | The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082. | ||||
* | llvmpipe: Update instructions for MSVC builds. | José Fonseca | 2010-05-13 | 1 | -1/+9 |
| | |||||
* | trace: Add missing header. | Vinson Lee | 2010-05-13 | 1 | -0/+1 |
| | | | | Fixes GCC implicit function declaration warning. | ||||
* | gallium: Add tokens for Cygwin. | Vinson Lee | 2010-05-13 | 3 | -6/+11 |
| | |||||
* | trace: Remove unnecessary headers. | Vinson Lee | 2010-05-13 | 2 | -2/+0 |
| | |||||
* | r300g: re-order caps | Marek Olšák | 2010-05-13 | 1 | -40/+28 |
| | |||||
* | r300g: fill out the shader limits | Marek Olšák | 2010-05-13 | 1 | -2/+56 |
| | |||||
* | trace: Update README | Jakob Bornecrantz | 2010-05-12 | 1 | -25/+12 |
| | |||||
* | rbug: Update and add READMEs | Jakob Bornecrantz | 2010-05-12 | 2 | -1/+59 |
| | |||||
* | graw: Make functions public | Jakob Bornecrantz | 2010-05-12 | 1 | -7/+7 |
| | |||||
* | 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. | ||||
* | llvmpipe: Dump fs key's stencil state. | José Fonseca | 2010-05-12 | 1 | -0/+10 |
| | |||||
* | util: Add function to dump PIPE_STENCIL_OP_xxx | José Fonseca | 2010-05-12 | 2 | -0/+30 |
| | |||||
* | llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt. | José Fonseca | 2010-05-12 | 1 | -0/+5 |
| | | | | Otherwise things start crashing. | ||||
* | rbug: Add to all targets that link against trace | Jakob Bornecrantz | 2010-05-12 | 31 | -8/+47 |
| | | | | | | 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. | ||||
* | trace: Remove rbug from trace | Jakob Bornecrantz | 2010-05-12 | 10 | -1277/+5 |
| | |||||
* | rbug: Use container of macro | Jakob Bornecrantz | 2010-05-12 | 1 | -7/+10 |
| | |||||
* | rbug: Fix draw blocking | Jakob Bornecrantz | 2010-05-12 | 3 | -2/+84 |
| | |||||
* | rbug: Fix sampler views and surfaces in context info | Jakob Bornecrantz | 2010-05-12 | 4 | -19/+39 |
| | |||||
* | rbug: Fix shaders | Jakob Bornecrantz | 2010-05-12 | 5 | -36/+188 |
| | |||||
* | rbug: Break out of trace | Jakob Bornecrantz | 2010-05-12 | 10 | -0/+2797 |
| | |||||
* | gallivm: additional comments | Brian Paul | 2010-05-12 | 2 | -6/+39 |
| | |||||
* | llvmpipe: s/bool/boolean/ in test progs | Brian Paul | 2010-05-12 | 3 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | r300g: Correct viewport setup for SW TCL. | Corbin Simpson | 2010-05-12 | 4 | -12/+9 |
| | | | | | glxgears now renders in the right place on-screen, although it is still rather...psychedelic. | ||||
* | r300g: Add VBO dumper for SW TCL. | Corbin Simpson | 2010-05-12 | 1 | -0/+19 |
| | | | | Commented out, not easily enabled. *Very* noisy. |