summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-09-27llvmpipe: fix swizzling of texture border colorBrian Paul
2010-09-27ureg: support centroid interpolationLuca Barbieri
2010-09-26util/u_blitter: fix leakJoakim Sindholt
2010-09-25gallivm: fix repeat() function for NPOT texturesBrian Paul
2010-09-25gallivm: Remove dead experimental code.José Fonseca
2010-09-25gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.José Fonseca
2010-09-25draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic stateJosé Fonseca
2010-09-25gallivm: optimize yuv decodingRoland Scheidegger
2010-09-25gallivm: don't use URem/UDiv when calculating offsets for blocksRoland Scheidegger
2010-09-25gallivm: fix copy&paste bugRoland Scheidegger
2010-09-25util: fix util_pack_color for B4G4R4A4Marek Olšák
2010-09-24llvmpipe: make texture border_color dynamic stateBrian Paul
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul
2010-09-24util: make calling remove_from_list multiple times in a row safeMarek Olšák
2010-09-23draw: Prevent clipped vertices overflow.José Fonseca
2010-09-23draw: don't apply flatshading to clipped tris with <3 vertsKeith Whitwell
2010-09-23u_blitter: add a custom blitter call passing a dsa csoDave Airlie
2010-09-22tgsi: Fix missing test before checkJakob Bornecrantz
2010-09-22gallivm: Add unorm support to lp_build_lerp()José Fonseca
2010-09-21gallivm: fix lp_build_sample_compare()Brian Paul
2010-09-21draw: new draw_fs.[ch] filesBrian Paul
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-20tgsi: Remove duplicate case value.Vinson Lee
2010-09-21tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz
2010-09-21tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca
2010-09-20draw: check bitshift against PIPE_MAX_SHADER_OUTPUSBrian Paul
2010-09-20draw: fix test for using the wide-point stageBrian Paul
2010-09-20tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri
2010-09-20gallivm: remove debug codeBrian Paul
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie
2010-09-20rbug: Add function to get opcode name stringJakob Bornecrantz
2010-09-20rbug: Cast opcode to corrent int sizeJakob Bornecrantz
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca
2010-09-17gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-09-16gallivm: Remove unnecessary header.Vinson Lee
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-09-16gallivm: Fix address register swizzle.José Fonseca
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul
2010-09-15draw: Remove unnecessary header.Vinson Lee
2010-09-15gallivm: Remove unnecessary headers.Vinson Lee
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul
2010-09-14auxiliary: fix unintended fallthroughLuca Barbieri