summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: use unsigned type to avoid warningsBrian Paul2010-04-161-2/+2
* llvmpipe: remove unneeded break stmtBrian Paul2010-04-161-1/+0
* llvmpipe: fix compilation, linking of lp_test_blendBrian Paul2010-04-161-1/+1
* llvmpipe: updated #includesBrian Paul2010-04-161-4/+5
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-166-0/+881
* gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-164-0/+120
* gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-164-0/+740
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-164-0/+506
* llvmpipe: rename vars, update comments for texture->resource changesBrian Paul2010-04-162-176/+176
* llvmpipe: plug in draw's polygon stipple stageBrian Paul2010-04-161-0/+1
* llvmpipe: check for dirty context state in lp_setup_update_state()Brian Paul2010-04-161-0/+16
* llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul2010-04-161-1/+2
* llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul2010-04-161-0/+4
* llvmpipe: additional texture assertionBrian Paul2010-04-161-0/+4
* llvmpipe: print_triangle() func (disabled)Brian Paul2010-04-161-0/+29
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-1620-347/+1428
* llvmpipe: comments for fence functionsBrian Paul2010-04-141-0/+26
* llvmpipe: disable half float formatsAlan Hourihane2010-04-131-0/+5
* llvmpipe: Respect pipe_sampler_view::format.José Fonseca2010-04-121-1/+1
* llvmpipe: Fix transfers after resource changeJakob Bornecrantz2010-04-121-0/+1
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-5/+4
* Squashed commit of the following:Keith Whitwell2010-04-1021-387/+227
* llvmpipe: Remove unnecessary header.Vinson Lee2010-04-081-1/+0
* llvmpipe: Add missing include.José Fonseca2010-04-071-0/+1
* llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-071-1/+1
* llvmpipe: Remove unused variable.Vinson Lee2010-04-061-1/+0
* Merge branch 'gallium_draw_llvm'Zack Rusin2010-04-061-2/+8
|\
| * llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin2010-04-061-1/+5
| * Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-316-331/+13
| |\
| * \ Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-3027-190/+585
| |\ \
| * \ \ Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-1542-1118/+1386
| |\ \ \
| * | | | gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-2/+4
* | | | | llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca2010-04-061-18/+10
* | | | | gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-13/+4
* | | | | llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-023-1/+8
* | | | | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-011-1/+2
* | | | | llvmpipe: More tweaks to the supported texture formats.José Fonseca2010-04-011-10/+6
* | | | | 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: Disable threads by default on embedded.José Fonseca2010-03-311-0/+4
* | | | llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-313-8/+7
* | | | llvmpipe: More accurate format capability exporting.José Fonseca2010-03-311-5/+1
* | | | llvmpipe: Drop the aos format conversion.José Fonseca2010-03-313-316/+1
| |_|/ |/| |
* | | Add test case for lp_bld_printf()Chris Li2010-03-292-1/+164
* | | gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-8/+6
* | | Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul2010-03-251-20/+6
* | | llvmpipe: disable an assertionBrian Paul2010-03-251-1/+1
* | | llvmpipe: fix up some questionable fence codeBrian Paul2010-03-241-2/+1
* | | llvmpipe: optimize the lp_setup_fence() functionBrian Paul2010-03-241-6/+20