Age | Commit message (Expand) | Author |
2010-09-30 | Revert "Prefer intrinsics to handrolled atomic ops." | Tom Fogal |
2010-09-30 | Prefer intrinsics to handrolled atomic ops. | Tom Fogal |
2010-09-30 | Implement x86_64 atomics for compilers w/o intrinsics. | Tom Fogal |
2010-09-30 | gallivm: check for level=0 case in lp_build_minify() | Brian Paul |
2010-09-30 | gallivm: More comprehensive border usage logic. | José Fonseca |
2010-09-30 | gallium/util: remove duplicated include | Nicolas Kaiser |
2010-09-30 | gallium/rtasm: remove duplicated include | Nicolas Kaiser |
2010-09-29 | gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding. | José Fonseca |
2010-09-29 | draw: pass sampler state down to llvm jit state | Brian Paul |
2010-09-27 | llvmpipe: fix swizzling of texture border color | Brian Paul |
2010-09-27 | ureg: support centroid interpolation | Luca Barbieri |
2010-09-26 | util/u_blitter: fix leak | Joakim Sindholt |
2010-09-25 | gallivm: fix repeat() function for NPOT textures | Brian Paul |
2010-09-25 | gallivm: Remove dead experimental code. | José Fonseca |
2010-09-25 | gallivm: Fetch the lod from the dynamic state when min_lod == max_lod. | José Fonseca |
2010-09-25 | draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state | José Fonseca |
2010-09-25 | gallivm: optimize yuv decoding | Roland Scheidegger |
2010-09-25 | gallivm: don't use URem/UDiv when calculating offsets for blocks | Roland Scheidegger |
2010-09-25 | gallivm: fix copy&paste bug | Roland Scheidegger |
2010-09-25 | util: fix util_pack_color for B4G4R4A4 | Marek Olšák |
2010-09-24 | llvmpipe: make texture border_color dynamic state | Brian Paul |
2010-09-24 | llvmpipe: make min/max lod and lod bias dynamic state | Brian Paul |
2010-09-24 | util: make calling remove_from_list multiple times in a row safe | Marek Olšák |
2010-09-23 | draw: Prevent clipped vertices overflow. | José Fonseca |
2010-09-23 | draw: don't apply flatshading to clipped tris with <3 verts | Keith Whitwell |
2010-09-23 | u_blitter: add a custom blitter call passing a dsa cso | Dave Airlie |
2010-09-22 | tgsi: Fix missing test before check | Jakob Bornecrantz |
2010-09-22 | gallivm: Add unorm support to lp_build_lerp() | José Fonseca |
2010-09-21 | gallivm: fix lp_build_sample_compare() | Brian Paul |
2010-09-21 | draw: new draw_fs.[ch] files | Brian Paul |
2010-09-21 | Merge branch 'sprite-coord' | Brian Paul |
2010-09-20 | tgsi: Remove duplicate case value. | Vinson Lee |
2010-09-21 | tgsi: Actually care what check_soa_dependencies says | Jakob Bornecrantz |
2010-09-21 | tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies | José Fonseca |
2010-09-20 | draw: check bitshift against PIPE_MAX_SHADER_OUTPUS | Brian Paul |
2010-09-20 | draw: fix test for using the wide-point stage | Brian Paul |
2010-09-20 | tgsi: add switch/case opcodes to tgsi_opcode_tmp.h | Luca Barbieri |
2010-09-20 | gallivm: remove debug code | Brian Paul |
2010-09-20 | util/r300g: split the r300 index buffer modifier functions out to util | Dave Airlie |
2010-09-20 | rbug: Add function to get opcode name string | Jakob Bornecrantz |
2010-09-20 | rbug: Cast opcode to corrent int size | Jakob Bornecrantz |
2010-09-19 | auxiliary: fix depth-only and stencil-only clears | Luca Barbieri |
2010-09-17 | gallium: rework handling of sprite_coord_enable state | Brian Paul |
2010-09-17 | util: linearized sRGB values don't fit into 8bits | José Fonseca |
2010-09-17 | gallivm: added missing case for PIPE_TEXTURE_RECT | Brian Paul |
2010-09-16 | tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0 | Brian Paul |
2010-09-16 | gallivm: Remove unnecessary header. | Vinson Lee |
2010-09-16 | gallivm: fix wrong return value in bitwise functions | Brian Paul |
2010-09-16 | gallivm: Clamp indirect register indices to file_max. | José Fonseca |
2010-09-16 | gallivm: Start collecting bitwise arithmetic helpers in a new module. | José Fonseca |