summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2010-06-23target-helpers: Add inline helpersJakob Bornecrantz2-0/+97
2010-06-06gallium: drm api compat helperJakob Bornecrantz1-0/+46
2010-06-07util: new file u_dirty_flags.hKeith Whitwell1-0/+28
2010-06-07util: add u_box_3dKeith Whitwell1-0/+19
2010-06-07gallivm: eliminate tgsi_exec.h includeKeith Whitwell1-1/+1
2010-06-07util: add util_framebuffer_min_sizeKeith Whitwell2-0/+40
2010-06-07util: allocate larger tmp_row in util_format_translateKeith Whitwell1-3/+4
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell1-2/+6
2010-06-03util: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger5-95/+151
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger5-41/+41
2010-06-03tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul1-6/+10
2010-06-03tgsi: whitespace cleanupBrian Paul1-14/+2
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul5-47/+56
2010-06-03util/u_debug: use MAX2 macroBrian Paul1-7/+1
2010-06-03gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca2-1/+30
2010-06-03gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca5-52/+204
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-5/+5
2010-06-03util/u_debug: add description field to debug_named_valueJoakim Sindholt2-6/+20
2010-06-02gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul1-1/+1
2010-06-02gallivm: Add a lp_build_const_elem().José Fonseca2-14/+29
2010-06-02llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca2-2/+30
2010-06-02gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca1-3/+9
2010-06-02gallivm: Make lp_build_sample_wrap_int usage more accurate.José Fonseca1-11/+2
2010-06-02gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().José Fonseca1-51/+50
2010-06-02gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().José Fonseca1-78/+32
2010-06-02gallivm: Don't use lp_build_sample_wrap_nearest()José Fonseca1-42/+46
2010-06-01tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2-16/+0
2010-06-01tgsi: Remove tgsi-instruction-set.txt.José Fonseca1-1127/+0
2010-06-01tgsi: Determine which shader input channels are effectively.José Fonseca4-7/+177
2010-05-31gallium/util: Define isfinite and isnan for MSVC.Chia-I Wu1-0/+3
2010-05-30util: Add inline function for approximate floating point comparison.José Fonseca1-0/+9
2010-05-30draw: Use pointer_to_func() instead of custom wrappers.José Fonseca1-30/+3
2010-05-30util: Generic pointer to func conversion helper.José Fonseca1-0/+12
2010-05-29util: adapt to clear interface changesRoland Scheidegger5-95/+151
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul1-0/+2
2010-05-27util: Also add a define for the dynamic library's prefix.José Fonseca1-0/+3
2010-05-26gallivm: Remove unnecessary headers.Vinson Lee1-2/+0
2010-05-26util: Remove unnecessary headers.Vinson Lee1-2/+0
2010-05-25util: update comments at blitterMarek Olšák1-1/+1
2010-05-25util: fix indentation in blitterMarek Olšák1-14/+14
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák2-126/+121
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák2-25/+29
2010-05-25util: remove unused util_blitter_copy_surfaceMarek Olšák1-19/+1
2010-05-25gallivm: Choose an appropriate code generation optimization level.José Fonseca1-1/+33
2010-05-24gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li1-105/+429
2010-05-23util/blitter: allow NULL clear colorMarek Olšák1-5/+14
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger10-202/+176
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell10-29/+55
2010-05-20gallivm: rename a var: s/val/array_size/Brian Paul1-3/+3