summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-05-13trace: Remove unnecessary headers.Vinson Lee2-2/+0
2010-05-13r300g: re-order capsMarek Olšák1-40/+28
2010-05-13r300g: fill out the shader limitsMarek Olšák1-2/+56
2010-05-12trace: Update READMEJakob Bornecrantz1-25/+12
2010-05-12rbug: Update and add READMEsJakob Bornecrantz2-1/+59
2010-05-12graw: Make functions publicJakob Bornecrantz1-7/+7
2010-05-12gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca1-0/+1
2010-05-12gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca1-8/+10
2010-05-12llvmpipe: Dump fs key's stencil state.José Fonseca1-0/+10
2010-05-12util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2-0/+30
2010-05-12llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.José Fonseca1-0/+5
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz31-8/+47
2010-05-12trace: Remove rbug from traceJakob Bornecrantz10-1277/+5
2010-05-12rbug: Use container of macroJakob Bornecrantz1-7/+10
2010-05-12rbug: Fix draw blockingJakob Bornecrantz3-2/+84
2010-05-12rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz4-19/+39
2010-05-12rbug: Fix shadersJakob Bornecrantz5-36/+188
2010-05-12rbug: Break out of traceJakob Bornecrantz10-0/+2797
2010-05-12gallivm: additional commentsBrian Paul2-6/+39
2010-05-12llvmpipe: s/bool/boolean/ in test progsBrian Paul3-6/+6
2010-05-12gallivm: s/bool/booleanBrian Paul1-3/+3
2010-05-12gallivm: rename vars, update comments, etcBrian Paul2-21/+23
2010-05-12r300g: Correct viewport setup for SW TCL.Corbin Simpson4-12/+9
2010-05-12r300g: Add VBO dumper for SW TCL.Corbin Simpson1-0/+19
2010-05-12r300g: Immediate mode won't work with SW TCL right now.Corbin Simpson1-1/+9
2010-05-12r300g: Fix indentation.Corbin Simpson1-10/+10
2010-05-12gallivm: comment out LLVMUnionTypeKind caseBrian Paul1-0/+2
2010-05-12gallivm: rename texel result paramBrian Paul2-17/+22
2010-05-12gallivm: add a few commentsBrian Paul1-3/+3
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul4-14/+14
2010-05-12gallivm: added lp_typekind_name() util functionBrian Paul2-0/+49
2010-05-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul2-4/+4
2010-05-12llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca1-0/+5
2010-05-12llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca4-7/+8
2010-05-12llvmpipe: Move the opaque flag computation into the variant.José Fonseca2-14/+15
2010-05-12svga: Advertise shader limits.José Fonseca1-0/+51
2010-05-12llvmpipe: Advertise (gallivm's) shader limits.José Fonseca1-0/+32
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2-4/+36
2010-05-12gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca2-0/+40
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca13-64/+69
2010-05-12st/egl: Link egl-apis to LLVM when enabled.Chia-I Wu1-0/+10
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu1-2/+2
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2-0/+10
2010-05-11llvmpipe: fix texture image size calculationBrian Paul1-1/+1
2010-05-11llvmpipe: add a simple resource tracking/debug featureBrian Paul2-0/+58
2010-05-11llvmpipe: remove trailing whitespace, rewrap commentBrian Paul1-3/+2
2010-05-11scons: Export shouldn't be part of the if stanza.José Fonseca1-1/+1
2010-05-11st/xorg: Fix SCons build.Michel Dänzer1-1/+3
2010-05-11tests/graw: raw -> grawJosé Fonseca3-1/+1
2010-05-11gallium: Add llvmpipe support to st/egl.Chia-I Wu2-1/+6