summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* | llvmpipe: Remove unused framebuffer stuff from the rasterizer.José Fonseca2010-05-302-18/+6
* | llvmpipe: Don't force a linear to tiled conversion after rasterization on deb...José Fonseca2010-05-301-12/+14
* | llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.José Fonseca2010-05-301-2/+4
* | llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-305-70/+8
* | llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-309-81/+113
* | llvmpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
* | llvmpipe: add out of memory checking to triangle setup pathBrian Paul2010-05-281-5/+9
* | llvmpipe: s/bool/boolean/Brian Paul2010-05-271-2/+2
* | llvmpipe: s/bool/booleanBrian Paul2010-05-271-2/+2
* | llvmpipe: Refer to my personal udis86 repository.José Fonseca2010-05-271-2/+3
|/
* llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca2010-05-252-32/+11
* llvmpipe: Also test compressed formats in lp_test_format()José Fonseca2010-05-241-0/+2
* llvmpipe: Fix lp_test_format on 32bit OSes.José Fonseca2010-05-241-1/+1
* llvmpipe: Delete extraneous arugment too.José Fonseca2010-05-241-1/+1
* llvmpipe: Remove unused sincos_test_case struct.José Fonseca2010-05-241-6/+2
* llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li2010-05-244-1/+984
* llvmpipe: Fill in slice_stride.José Fonseca2010-05-221-0/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-20/+33
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+6
| * llvmpipe: adapt to interface changesRoland Scheidegger2010-05-172-20/+27
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-212-7/+7
|\ \
| * | llvmpipe: fix front/back tri culling mix-upBrian Paul2010-05-171-2/+2
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-142-7/+7
* | | llvmpipe: more tweaks to dump_fs_variant_key()Brian Paul2010-05-201-5/+7