summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-21/+2
* llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-118-38/+22
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-114-10/+19
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-2/+3
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie2011-02-281-0/+5
* Check for out of memory when creating fenceAlan Hourihane2011-02-261-0/+3
* scons: Add aliases for the llvmpipe unit tests.José Fonseca2011-02-191-2/+7
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* llvmpipe: Use u_math's round.José Fonseca2011-02-111-12/+1
* llvmpipe: fix incorrect array index in image dump codeBrian Paul2011-01-311-1/+1
* llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul2011-01-191-3/+14
* llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-01-181-0/+4
* llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul2011-01-171-1/+1
* Merge branch 'draw-instanced'Brian Paul2011-01-152-1/+4
|\
| * llvmpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-081-1/+2
* | gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-2/+8
* | llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee2011-01-041-0/+2
* | llvmpipe: Include p_compiler.h in lp_perf.h.Vinson Lee2011-01-041-0/+1
* | llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee2011-01-041-0/+4
* | llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee2011-01-041-0/+2
* | llvmpipe: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
* | llvmpipe: Plug fence leaks.José Fonseca2010-12-092-0/+3
* | mesa: consolidate some compiler -D flagsBrian Paul2010-12-031-2/+0
* | llvmpipe: fix broken stencil writemaskBrian Paul2010-12-031-1/+1
* | gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-022-15/+20
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-029-109/+102
* | llvmpipe: Fix build errors on x86.Chia-I Wu2010-12-012-4/+5
* | gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-3032-655/+692
* | llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell2010-11-301-1/+1
* | llvmpipe: remove misleading debug stringKeith Whitwell2010-11-301-1/+0
* | llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell2010-11-301-0/+5
|/
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-11-221-2/+0
* Merge branch 'lp-offset-twoside'Keith Whitwell2010-11-226-69/+306
|\
| * llvmpipe: twoside for specular color alsoKeith Whitwell2010-11-194-20/+42
| * llvmpipe: fix up twoside after recent changesKeith Whitwell2010-11-191-8/+7
| * llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay2010-11-191-155/+159
| * llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay2010-11-151-44/+16
| * llvmpipe: added llvm offset setup codeHui Qi Tay2010-11-044-46/+143
| * llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay2010-11-014-5/+103
| * llvmpipe: turn off draw offset/twoside when we can handle itKeith Whitwell2010-10-221-27/+72
* | llvmpipe: added some debug assertions, but disabledBrian Paul2010-11-041-0/+10
* | llvmpipe: add a castBrian Paul2010-11-021-1/+1
* | llvmpipe: assign context's frag shader pointer before using itBrian Paul2010-11-021-2/+2
* | llvmpipe: guard against NULL task->query pointerKeith Whitwell2010-11-021-2/+5
* | llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell2010-11-022-14/+35