summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-06-10draw: forgot to add a fileZack Rusin
2010-06-10draw: rewrite geometry shader pipelineZack Rusin
2010-06-10draw: geometry shader fixesZack Rusin
2010-06-10draw: make sure that the gs never outputs more data than we allocated forZack Rusin
2010-06-09draw: make sure geometry shader correctly iterates the output bufferZack Rusin
2010-06-09draw: make sure the buffer is big enough to fit everything emitted by the gsZack Rusin
2010-06-09draw: fix geometry shader which emit multiplie primitivesZack Rusin
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-06-08draw: Remove unnecessary headers.Vinson Lee
2010-06-09util: reference vertex buffers in blitterMarek Olšák
2010-06-08gallium: scream when one of two unimplemented features in draw is usedZack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-06-07util: implement util_clear_depth_stencil fallbackRoland Scheidegger
2010-06-07tgsi: null-terminate string in parse_identifierKeith Whitwell
2010-06-07draw: don't use llvm engine when geometry shaders activeKeith Whitwell
2010-06-06gallium: drm api compat helperJakob Bornecrantz
2010-06-07util: new file u_dirty_flags.hKeith Whitwell
2010-06-07util: add u_box_3dKeith Whitwell
2010-06-07gallivm: eliminate tgsi_exec.h includeKeith Whitwell
2010-06-07util: add util_framebuffer_min_sizeKeith Whitwell
2010-06-07util: allocate larger tmp_row in util_format_translateKeith Whitwell
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell
2010-06-03util: Remove unnecessary header.Vinson Lee
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-06-03tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul
2010-06-03tgsi: whitespace cleanupBrian Paul
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
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