summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-172-2/+2
* llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzleAdam Jackson2011-06-141-2/+66
* llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin2011-06-061-1/+1
* util_logbase2 takes and returns unsigned, not intMatt Turner2011-05-121-2/+2
* Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-1/+1
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+7
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-085-3/+13
* docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul2011-04-071-138/+0
* llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul2011-04-071-0/+4
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+1
* 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
|\