aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: point out that there's two stencil writemasksBrian Paul2011-10-231-3/+4
* llvmpipe: compare front_facing to NULL to improve readabilityBrian Paul2011-10-231-2/+2
* llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.José Fonseca2011-10-161-0/+10
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* llvmpipe: don't support rendering to sRGB surfacesBrian Paul2011-10-111-1/+2
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-1/+1
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-12/+13
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* llvmpipe: Always use memory allocation macros.José Fonseca2011-09-251-2/+3
* util: add u_bit_scan helperKeith Whitwell2011-09-221-7/+0
* llvmpipe: silence a pointer type warningBrian Paul2011-09-201-1/+1
* Update llvmpipe's gitignoreNicholas Miell2011-09-191-0/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-3/+4
* llvmpipe: Remove dead lp_tile_shuffle_mask.py script.José Fonseca2011-09-141-32/+0
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
* llvmpipe: Don't build lp_test_arit on MSVC.José Fonseca2011-08-181-1/+1
* llvmpipe: snprintf->util_snprintf.José Fonseca2011-08-181-1/+2
* llvmpipe: Add u_math.h include.José Fonseca2011-08-181-0/+1
* llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-223-2/+298
* llvmpipe: include LLVM version number in name stringBrian Paul2011-07-191-1/+3
* llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-191-4/+15
* 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