summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-02-26Check for out of memory when creating fenceAlan Hourihane
2011-02-19scons: Add aliases for the llvmpipe unit tests.José Fonseca
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-11llvmpipe: Use u_math's round.José Fonseca
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2011-01-04llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee
2011-01-04llvmpipe: Include p_compiler.h in lp_perf.h.Vinson Lee
2011-01-04llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee
2011-01-04llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee
2010-12-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-12-09llvmpipe: Plug fence leaks.José Fonseca
2010-12-08llvmpipe: enable instanced drawing capBrian Paul
2010-12-08gallivm/llvmpipe: implement system values and instanceIDBrian Paul
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul
2010-12-03llvmpipe: fix broken stencil writemaskBrian Paul
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-11-22Merge branch 'lp-offset-twoside'Keith Whitwell
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay
2010-11-15llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul
2010-11-04llvmpipe: added llvm offset setup codeHui Qi Tay
2010-11-02llvmpipe: add a castBrian Paul
2010-11-02llvmpipe: assign context's frag shader pointer before using itBrian Paul
2010-11-02llvmpipe: guard against NULL task->query pointerKeith Whitwell
2010-11-02llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell
2010-11-01llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay
2010-11-01scons: Revamp how to specify targets to build.José Fonseca