summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri2010-08-111-0/+102
* util: Add util_format_srgb().José Fonseca2010-08-101-0/+38
* gallivm: fix non-SSE4.1 case in lp_build_pack2()Brian Paul2010-08-101-5/+9
* gallivm: Fix bitwise operations for floats, division for integersnobled2010-08-102-5/+27
* gallivm: Even more type checkingnobled2010-08-102-1/+26
* gallivm: More type checks.José Fonseca2010-08-091-0/+43
* gallivm: Don't call LLVMBuildFNeg on llvm-2.6.José Fonseca2010-08-092-9/+4
* gallivm: Always use floating-point operators for floating-point typesnobled2010-08-097-92/+137
* util: Move _mm_shuffle_epi8() to u_sse.h.José Fonseca2010-08-091-0/+29
* gallivm: Fix more integer operations.José Fonseca2010-08-081-2/+4
* gallivm: Use the correct context for integersnobled2010-08-081-1/+1
* gallivm: Add type checks for the basic operations.José Fonseca2010-08-081-0/+12
* draw: Remove unused variable.José Fonseca2010-08-081-4/+2
* draw: Use the correct type for integersnobled2010-08-081-4/+2
* gallium: remove stray semicolonsBrian Paul2010-08-063-3/+3
* draw: Add an assertion to varray's version of trim().Chia-I Wu2010-08-071-1/+6
* draw: Fix draw_pt_split_prim for primitives with adjacency.Chia-I Wu2010-08-071-3/+3
* draw: Assert that only the first vetex may have flags set.Chia-I Wu2010-08-071-13/+23
* draw: Avoid mixed declarations and code.Chia-I Wu2010-08-063-4/+4
* draw: Remove unnecessary vertex flag ANDs.Chia-I Wu2010-08-061-19/+15
* draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-062-2/+2
* draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-062-296/+36
* draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-062-138/+38
* draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2010-08-062-171/+39
* draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2010-08-062-252/+92
* draw: Add draw_decompose_tmp.h.Chia-I Wu2010-08-061-0/+425
* tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
* tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-052-1/+15
* util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-052-0/+46
* draw: Fix return type of draw_translate_vinfo_size.Vinson Lee2010-08-041-1/+1
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin2010-08-031-0/+1
* gallium/util: add extra primitives to the trimmerZack Rusin2010-08-031-0/+13
* util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol2010-08-021-3/+12
* draw: fix warning in sse code.Dave Airlie2010-08-021-0/+1
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-301-0/+1
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-303-0/+12
* util: more helpers for old draw codeKeith Whitwell2010-07-302-25/+141
* draw: do bounds checking of array elements (debug only)Brian Paul2010-07-291-9/+26
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20