summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca2-2/+2
2011-06-14llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzleAdam Jackson1-2/+66
2011-06-06llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin1-1/+1
2011-05-12util_logbase2 takes and returns unsigned, not intMatt Turner1-2/+2
2011-05-12Remove redundant util_unsigned_logbase2Matt Turner1-1/+1
2011-04-28llvmpipe: move active_query assignmentBrian Paul1-2/+2
2011-04-28llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul1-2/+2
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+7
2011-04-08llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler5-3/+13
2011-04-07docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul1-138/+0
2011-04-07llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul1-0/+4
2011-04-01gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák1-0/+1
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca1-21/+2
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák8-38/+22
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák2-7/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák4-10/+19
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák2-2/+3
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák1-1/+2
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie1-0/+5
2011-02-26Check for out of memory when creating fenceAlan Hourihane1-0/+3
2011-02-19scons: Add aliases for the llvmpipe unit tests.José Fonseca1-2/+7
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+3
2011-02-11llvmpipe: Use u_math's round.José Fonseca1-12/+1
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul1-1/+1
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul1-3/+14
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul1-0/+4
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul1-1/+1
2011-01-15Merge branch 'draw-instanced'Brian Paul2-1/+4
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák2-2/+8
2011-01-04llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee1-0/+2
2011-01-04llvmpipe: Include p_compiler.h in lp_perf.h.Vinson Lee1-0/+1
2011-01-04llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee1-0/+4
2011-01-04llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee1-0/+2
2010-12-22llvmpipe: Remove unnecessary headers.Vinson Lee2-3/+0
2010-12-09llvmpipe: Plug fence leaks.José Fonseca2-0/+3
2010-12-08llvmpipe: enable instanced drawing capBrian Paul1-0/+2
2010-12-08gallivm/llvmpipe: implement system values and instanceIDBrian Paul1-1/+2
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul1-2/+0
2010-12-03llvmpipe: fix broken stencil writemaskBrian Paul1-1/+1
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2-15/+20
2010-12-02gallium: support for array textures and related changesRoland Scheidegger9-109/+102
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu2-4/+5
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul32-655/+692
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell1-1/+1
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell1-1/+0
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell1-0/+5
2010-11-22llvmpipe: Remove unnecessary headers.Vinson Lee1-2/+0
2010-11-22Merge branch 'lp-offset-twoside'Keith Whitwell6-69/+306