summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-06-03util/u_debug: use MAX2 macroBrian Paul
2010-06-03gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca
2010-06-03gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-06-03util/u_debug: add description field to debug_named_valueJoakim Sindholt
2010-06-02gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul
2010-06-02gallivm: Add a lp_build_const_elem().José Fonseca
2010-06-02llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca
2010-06-02gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca
2010-06-02gallivm: Make lp_build_sample_wrap_int usage more accurate.José Fonseca
2010-06-02gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().José Fonseca
2010-06-02gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().José Fonseca
2010-06-02gallivm: Don't use lp_build_sample_wrap_nearest()José Fonseca
2010-06-01tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca
2010-06-01tgsi: Remove tgsi-instruction-set.txt.José Fonseca
2010-06-01tgsi: Determine which shader input channels are effectively.José Fonseca
2010-05-31gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu
2010-05-30util: Add inline function for approximate floating point comparison.José Fonseca
2010-05-30draw: Use pointer_to_func() instead of custom wrappers.José Fonseca
2010-05-30util: Generic pointer to func conversion helper.José Fonseca
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul
2010-05-27util: Also add a define for the dynamic library's prefix.José Fonseca
2010-05-26gallivm: Remove unnecessary headers.Vinson Lee
2010-05-26util: Remove unnecessary headers.Vinson Lee
2010-05-25util: update comments at blitterMarek Olšák
2010-05-25util: fix indentation in blitterMarek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák
2010-05-25util: remove unused util_blitter_copy_surfaceMarek Olšák
2010-05-25gallivm: Choose an appropriate code generation optimization level.José Fonseca
2010-05-24gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li
2010-05-23util/blitter: allow NULL clear colorMarek Olšák
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-20gallivm: rename a var: s/val/array_size/Brian Paul
2010-05-20gallivm: fix spelling in commentBrian Paul
2010-05-20gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul
2010-05-20gallium: fix/update tex target dumpingBrian Paul
2010-05-20gallium: added util_dump_logicop()Brian Paul
2010-05-19util: fix obvious util_blitter_copy bugs...Roland Scheidegger
2010-05-19util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger
2010-05-18util: fix some leftover util_surface_fill/copy callsRoland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-14draw: fix front/back error in unfilled pipeline stageKeith Whitwell
2010-05-14draw: fix typo checking for unfilled polygonsKeith Whitwell
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-14util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul
2010-05-13draw: silence casting warningsBrian Paul