summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Collapse)Author
2010-05-14r300g: sort out debug flagsMarek Olšák
2010-05-14nouveau/nvfx: Define some capabilities for shadersPatrice Mandin
Signed-off-by: Patrice Mandin <patmandin@gmail.com>
2010-05-14util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell
2010-05-14r300g: fix for piglit/fp-indirections2Marek Olšák
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul
2010-05-13draw: silence casting warningsBrian Paul
2010-05-13gallivm: silence uninitialized var warningBrian Paul
2010-05-13llvmpipe: silence casting warningsBrian Paul
2010-05-13gallivm: silence casting warningBrian Paul
2010-05-13gallivm: silence uninitialized var warningBrian Paul
2010-05-13llvmpipe: silence uninitialized var warningsBrian Paul
2010-05-13llvmpipe: silence cast warnings in test programsBrian Paul
2010-05-13gallivm: added lp_dump_llvmtype() debug helperBrian Paul
2010-05-13llvmpipe: additional commentsBrian Paul
2010-05-13gallivm: rename a varBrian Paul
2010-05-13util: Fix ptr -> int conversion.José Fonseca
2010-05-13Conditionally revert "gallivm: Use a more compact approach for ↵José Fonseca
lp_build_broadcast_scalar()." This reverts commit a09e46c72461183c879d8472b44fe740ecc79b9f.
2010-05-13r300g: fix texture transfersMarek Olšák
The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082.
2010-05-13llvmpipe: Update instructions for MSVC builds.José Fonseca
2010-05-13trace: Add missing header.Vinson Lee
Fixes GCC implicit function declaration warning.
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee
2010-05-13trace: Remove unnecessary headers.Vinson Lee
2010-05-13r300g: re-order capsMarek Olšák
2010-05-13r300g: fill out the shader limitsMarek Olšák
2010-05-12trace: Update READMEJakob Bornecrantz
2010-05-12rbug: Update and add READMEsJakob Bornecrantz
2010-05-12graw: Make functions publicJakob Bornecrantz
2010-05-12gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca
2010-05-12gallivm: 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-12llvmpipe: Dump fs key's stencil state.José Fonseca
2010-05-12util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca
2010-05-12llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.José Fonseca
Otherwise things start crashing.
2010-05-12rbug: Add to all targets that link against traceJakob 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-12trace: Remove rbug from traceJakob Bornecrantz
2010-05-12rbug: Use container of macroJakob Bornecrantz
2010-05-12rbug: Fix draw blockingJakob Bornecrantz
2010-05-12rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz
2010-05-12rbug: Fix shadersJakob Bornecrantz
2010-05-12rbug: Break out of traceJakob Bornecrantz
2010-05-12gallivm: additional commentsBrian Paul
2010-05-12llvmpipe: s/bool/boolean/ in test progsBrian Paul
2010-05-12gallivm: s/bool/booleanBrian Paul
2010-05-12gallivm: rename vars, update comments, etcBrian Paul
2010-05-12r300g: 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-12r300g: Add VBO dumper for SW TCL.Corbin Simpson
Commented out, not easily enabled. *Very* noisy.
2010-05-12r300g: 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-12r300g: Fix indentation.Corbin Simpson
2010-05-12gallivm: comment out LLVMUnionTypeKind caseBrian Paul
2010-05-12gallivm: rename texel result paramBrian Paul
Be clear that this parameter returns four texel channel results.
2010-05-12gallivm: add a few commentsBrian Paul