summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | llvmpipe: call lp_fence_signal()Brian Paul2010-03-241-12/+1
* | | llvmpipe: added lp_fence_signal()Brian Paul2010-03-242-0/+20
* | | llvmpipe: fix texture reference counting bugBrian Paul2010-03-242-6/+22
* | | drm/sw: llvmpipe texture_from_handleGeorge Sapountzis2010-03-211-0/+1
* | | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2010-03-186-27/+42
* | | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul2010-03-183-20/+27
* | | gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2010-03-184-14/+23
* | | llvmpipe: set opaque = FALSE if stencil enabledBrian Paul2010-03-181-0/+1
* | | llvmpipe: Fix crashes when there is no depth buffer bound.José Fonseca2010-03-181-0/+3
* | | gallivm/llvmpipe: basic stencil testing worksBrian Paul2010-03-171-1/+1
* | | llvmpipe: remove incorrect depth test checkBrian Paul2010-03-171-4/+1
* | | llvmpipe: silence some pointer/casting warningsBrian Paul2010-03-171-3/+21
* | | gallivm/llvmpipe: more asst changes for stencil testingBrian Paul2010-03-171-27/+28
* | | gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2010-03-173-7/+18
* | | llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul2010-03-173-32/+57
* | | llvmpipe: added stencil ref values to jit context stateBrian Paul2010-03-175-19/+48
* | | llvmpipe: break linesBrian Paul2010-03-171-1/+2