aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_tile_soa.py
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix unswizzle of packed float types.Dave Airlie2011-11-141-2/+2
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-101-3/+33
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-1/+1
* llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
* llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzleAdam Jackson2011-06-141-2/+66
* gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-281-2/+2
* llvmpipe: Fix MSVC build. Enable the new SSE2 code on non SSE3 systems.José Fonseca2010-10-091-42/+44
* llvmpipe: simplified SSE2 swz/unswz routinesKeith Whitwell2010-10-091-139/+106
* util: Move _mm_shuffle_epi8() to u_sse.h.José Fonseca2010-08-091-28/+1
* llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...José Fonseca2010-07-161-3/+30
* llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li2010-07-141-2/+190
* llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca2010-07-131-14/+14
* llvmpipe: Fix buffer overflow unswizzling several formats.José Fonseca2010-04-251-1/+1
* llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.José Fonseca2010-04-251-17/+24
* llvmpipe: update for half float formatsAlan Hourihane2010-04-231-1/+1
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-0/+4
* llvmpipe: Fix build...José Fonseca2010-04-011-0/+23
* llvmpipe: Fix (un)swizzling, broken due to use of VOID channels.José Fonseca2010-04-011-2/+10
* llvmpipe: Don't call unused generate_clamp().José Fonseca2010-03-311-2/+0
* llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-311-6/+6
* util: Code generate functions to pack and unpack a single pixel.José Fonseca2010-02-261-5/+5
* util: Factor some code into u_format_parse.pyJosé Fonseca2010-02-261-2/+2
* util: Use python names consistent with u_format.hJosé Fonseca2010-02-261-35/+35
* llvmpipe: Fix lp_tile_r5g6b5_unorm_write_4ub.José Fonseca2010-02-261-1/+2
* llvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+3
* llvmpipe: Fix breakeage.José Fonseca2010-02-241-24/+13
* llvmpipe: Handle correctly 24bit formats.José Fonseca2010-02-241-44/+46
* llvmpipe: optimize tile writing codeBrian Paul2010-01-201-18/+109
* llvmpipe: Reshape the shader input from 8x2 to 4x4.José Fonseca2009-10-191-2/+4
* llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-041-0/+278