summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-08-11auxiliary: make primitive splitter assert on unimplemented adjacency primsLuca Barbieri
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri
2010-08-10util: Add util_format_srgb().José Fonseca
2010-08-10gallivm: fix non-SSE4.1 case in lp_build_pack2()Brian Paul
2010-08-10gallivm: Fix bitwise operations for floats, division for integersnobled
2010-08-10gallivm: Even more type checkingnobled
2010-08-09gallivm: More type checks.José Fonseca
2010-08-09gallivm: Don't call LLVMBuildFNeg on llvm-2.6.José Fonseca
2010-08-09gallivm: Always use floating-point operators for floating-point typesnobled
2010-08-09util: Move _mm_shuffle_epi8() to u_sse.h.José Fonseca
2010-08-08gallivm: Fix more integer operations.José Fonseca
2010-08-08gallivm: Use the correct context for integersnobled
2010-08-08gallivm: Add type checks for the basic operations.José Fonseca
2010-08-08draw: Remove unused variable.José Fonseca
2010-08-08draw: Use the correct type for integersnobled
2010-08-06gallium: remove stray semicolonsBrian Paul
2010-08-07draw: Add an assertion to varray's version of trim().Chia-I Wu
2010-08-07draw: Fix draw_pt_split_prim for primitives with adjacency.Chia-I Wu
2010-08-07draw: Assert that only the first vetex may have flags set.Chia-I Wu
2010-08-06draw: Avoid mixed declarations and code.Chia-I Wu
2010-08-06draw: Remove unnecessary vertex flag ANDs.Chia-I Wu
2010-08-06draw: Mask out vertex flags in GS and stream output.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu
2010-08-06draw: Add draw_decompose_tmp.h.Chia-I Wu
2010-08-05tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz
2010-08-05tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz
2010-08-05util: Add option to not dump cpu capsJakob Bornecrantz
2010-08-05gallivm: Only get debug option onceJakob Bornecrantz
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-08-04draw: Fix return type of draw_translate_vinfo_size.Vinson Lee
2010-08-04draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu
2010-08-03draw: check for instance divisors in vcache_check_run()Brian Paul
2010-08-03gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul
2010-08-03draw: added a commentBrian Paul
2010-08-03draw: use instance divisor in draw_print_arrays()Brian Paul
2010-08-03draw: add assertion, rearrange debug codeBrian Paul
2010-08-03gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin
2010-08-03gallium/util: add extra primitives to the trimmerZack Rusin
2010-08-02util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol
2010-08-02draw: fix warning in sse code.Dave Airlie
2010-07-30draw: actually a noop, rather than not implementedZack Rusin
2010-07-30tgsi: remove incorrect assertionBrian Paul
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30util: Fix the range of util_draw_elements_instanced.Chia-I Wu
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-30util: more helpers for old draw codeKeith Whitwell