Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-14 | scons: add 'targets' variable, for specifying ... targets | Keith Whitwell | |
Ideally scons should be able to work backwards from the list of targets to figure out which drivers, state trackers and other convenience libraries need to be built. | |||
2010-05-14 | util: fix copy_rect stride in default transfer_inline_write | Keith Whitwell | |
2010-05-14 | r300g: fix for piglit/fp-indirections2 | Marek Olšák | |
2010-05-13 | rtasm: fix void * / func * casting warnings | Brian Paul | |
2010-05-13 | draw: silence casting warnings | Brian Paul | |
2010-05-13 | gallivm: silence uninitialized var warning | Brian Paul | |
2010-05-13 | llvmpipe: silence casting warnings | Brian Paul | |
2010-05-13 | gallivm: silence casting warning | Brian Paul | |
2010-05-13 | gallivm: silence uninitialized var warning | Brian Paul | |
2010-05-13 | llvmpipe: silence uninitialized var warnings | Brian Paul | |
2010-05-13 | llvmpipe: silence cast warnings in test programs | Brian Paul | |
2010-05-13 | gallivm: added lp_dump_llvmtype() debug helper | Brian Paul | |
2010-05-13 | llvmpipe: additional comments | Brian Paul | |
2010-05-13 | gallivm: rename a var | Brian Paul | |
2010-05-13 | util: Fix ptr -> int conversion. | José Fonseca | |
2010-05-13 | Conditionally revert "gallivm: Use a more compact approach for ↵ | José Fonseca | |
lp_build_broadcast_scalar()." This reverts commit a09e46c72461183c879d8472b44fe740ecc79b9f. | |||
2010-05-13 | r300g: fix texture transfers | Marek Olšák | |
The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082. | |||
2010-05-13 | llvmpipe: Update instructions for MSVC builds. | José Fonseca | |
2010-05-13 | trace: Add missing header. | Vinson Lee | |
Fixes GCC implicit function declaration warning. | |||
2010-05-13 | gallium: Add tokens for Cygwin. | Vinson Lee | |
2010-05-13 | trace: Remove unnecessary headers. | Vinson Lee | |
2010-05-13 | r300g: re-order caps | Marek Olšák | |
2010-05-13 | r300g: fill out the shader limits | Marek Olšák | |
2010-05-12 | trace: Update README | Jakob Bornecrantz | |
2010-05-12 | rbug: Update and add READMEs | Jakob Bornecrantz | |
2010-05-12 | graw: Make functions public | Jakob Bornecrantz | |
2010-05-12 | gallivm: Ensure PIPE_OS_xxx are defined. | José Fonseca | |
2010-05-12 | gallivm: Use a more compact approach for lp_build_broadcast_scalar(). | José Fonseca | |
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. | |||
2010-05-12 | llvmpipe: Dump fs key's stencil state. | José Fonseca | |
2010-05-12 | util: Add function to dump PIPE_STENCIL_OP_xxx | José Fonseca | |
2010-05-12 | llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt. | José Fonseca | |
Otherwise things start crashing. | |||
2010-05-12 | rbug: Add to all targets that link against trace | Jakob Bornecrantz | |
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. | |||
2010-05-12 | trace: Remove rbug from trace | Jakob Bornecrantz | |
2010-05-12 | rbug: Use container of macro | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix draw blocking | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix sampler views and surfaces in context info | Jakob Bornecrantz | |
2010-05-12 | rbug: Fix shaders | Jakob Bornecrantz | |
2010-05-12 | rbug: Break out of trace | Jakob Bornecrantz | |
2010-05-12 | gallivm: additional comments | Brian Paul | |
2010-05-12 | llvmpipe: s/bool/boolean/ in test progs | Brian Paul | |
2010-05-12 | gallivm: s/bool/boolean | Brian Paul | |
2010-05-12 | gallivm: rename vars, update comments, etc | Brian Paul | |
2010-05-12 | r300g: Correct viewport setup for SW TCL. | Corbin Simpson | |
glxgears now renders in the right place on-screen, although it is still rather...psychedelic. | |||
2010-05-12 | r300g: Add VBO dumper for SW TCL. | Corbin Simpson | |
Commented out, not easily enabled. *Very* noisy. | |||
2010-05-12 | r300g: Immediate mode won't work with SW TCL right now. | Corbin Simpson | |
This could be done later of course. SW TCL should have a much different threshold because it's much more worth it. | |||
2010-05-12 | r300g: Fix indentation. | Corbin Simpson | |
2010-05-12 | gallivm: comment out LLVMUnionTypeKind case | Brian Paul | |
2010-05-12 | gallivm: rename texel result param | Brian Paul | |
Be clear that this parameter returns four texel channel results. | |||
2010-05-12 | gallivm: add a few comments | Brian Paul | |
2010-05-12 | gallivm/llvmpipe: add const qualifiers | Brian Paul | |