summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-1/+3
* gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2010-07-021-1/+1
* llvmpipe: silence pointer type warningsBrian Paul2010-07-011-4/+8
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-71/+159
* gallivm: Allow to conversions to/from registers of different sizes.José Fonseca2010-07-011-4/+16
* llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2010-07-011-22/+19
* llvmpipe: another null pointer checkBrian Paul2010-06-301-1/+1
* llvmpipe: use dummy tile when out of memoryBrian Paul2010-06-303-14/+33
* llvmpipe: added new lp_memory.[ch] filesBrian Paul2010-06-304-0/+99
* llvmpipe: Add a new scene state to describe scenes which only have state chan...José Fonseca2010-06-302-19/+26
* llvmpipe: Don't reset the bin when there's a zsbuf bound.José Fonseca2010-06-301-1/+2
* llvmpipe: don't crash/assert on out of memoryBrian Paul2010-06-293-13/+16
* llvmpipe: restore call to lp_setup_update_state()Brian Paul2010-06-291-0/+6
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+2
* llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy().José Fonseca2010-06-281-9/+17
* llvmpipe: Actually flush in lp_resource_copy()José Fonseca2010-06-281-2/+2
* llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr...José Fonseca2010-06-282-4/+9
* llvmpipe: fix comment typoBrian Paul2010-06-251-1/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-06-231-1/+0
* llvmpipe: IgnoresJakob Bornecrantz2010-06-221-0/+1
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-228-3/+180
* llvmpipe: s/lpfs/shader/José Fonseca2010-06-212-5/+5
* llvmpipe: Fix pointer dereference after free.José Fonseca2010-06-181-1/+2
* llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger2010-06-185-35/+107
* llvmpipe: fix copy & paste bug in clear logicRoland Scheidegger2010-06-091-1/+1
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* llvmpipe: Add geom shader file to make buildJakob Bornecrantz2010-06-081-0/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-06-071-1/+0
* llvmpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
* llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell2010-06-078-10/+135
* Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger2010-06-051-2/+0
* llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger2010-06-051-0/+2
* llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca2010-06-051-0/+2
* llvmpipe: new -s option to run single testBrian Paul2010-06-047-3/+63
* llvmpipe: Do unswizzling in parallel when flushing for transfers.José Fonseca2010-06-041-0/+7
* llvmpipe: Fix uninitialized variable on non-debug builds.Vinson Lee2010-06-031-0/+1
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-038-28/+113
|\
| * llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-298-28/+113
* | llvmpipe: Number shaders/variants for more reproducible function names in the...José Fonseca2010-06-032-7/+28
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-11/+11
* | llvmpipe: Fix bad logic.José Fonseca2010-06-021-1/+1
* | llvmpipe: Remove unnecessary header.Vinson Lee2010-06-021-1/+0
* | llvmpipe: Fix typo in assert.José Fonseca2010-06-021-1/+1
* | llvmpipe: Per quad interpolation.José Fonseca2010-06-022-190/+136
* | llvmpipe: Minor cleanup to the interpolator.José Fonseca2010-06-022-46/+54
* | llvmpipe: Centralize all position interpolation in lp_bld_interp.c.José Fonseca2010-06-023-51/+43
* | llvmpipe: Obey color interpolation.José Fonseca2010-06-011-16/+17
* | llvmpipe: Use struct lp_shader_input in the interpolator.José Fonseca2010-06-016-110/+160
* | llvmpipe: Don't waste time interpolating unused input channels.José Fonseca2010-06-016-49/+47
* | llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.José Fonseca2010-05-311-1/+2