summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2014-09-27gallivm: fix idivRoland Scheidegger1-7/+5
2014-09-23gallivm,tgsi: fix idiv by zero crashrconde2-7/+25
2014-09-17gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger1-2/+24
2014-09-17gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca1-2/+2
2014-09-17gallivm: Fix uses of 2^24Richard Sandiford1-4/+4
2014-09-09gallivm: Fix build after LLVM commit 211259Aaron Watry1-1/+3
2014-09-02gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-09-02gallivm: Fix build with latest LLVMJan Vesely1-0/+8
2014-08-27pipe-loader: Fix memory leak v2Tom Stellard2-1/+2
2014-08-25android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov1-22/+0
2014-08-06gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger1-0/+1
2014-07-30gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák1-0/+15
2014-07-10gallium/u_blitter: fix some shader memory leaksBrian Paul1-0/+9
2014-07-10gallium: fix u_default_transfer_inline_write for texturesMarek Olšák1-2/+2
2014-07-03draw: (trivial) fix clamping of viewport indexRoland Scheidegger1-1/+1
2014-05-23tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin1-1/+2
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-09draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-02util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca1-0/+5
2014-05-02draw: Prevent signed/unsigned comparisons.José Fonseca1-1/+1
2014-05-02util/u_debug_flush: Use util_snprintf.José Fonseca1-2/+3
2014-05-01gallivm: fix 2 leaks in disassembly codeRoland Scheidegger1-4/+5
2014-04-29translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz1-1/+3
2014-04-28tgsi: add tgsi_exec support for new bit manipulation opcodesIlia Mirkin1-0/+172
2014-04-28gallium/util: add helpers for bitfield manipulationIlia Mirkin1-0/+31
2014-04-28gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin1-0/+8
2014-04-28util: Fix cross-compiles between endiannessesRichard Sandiford2-32/+46
2014-04-28util: Split out channel-parsing Python codeRichard Sandiford1-46/+50
2014-04-28util: Split out channel-printing Python codeRichard Sandiford2-41/+69
2014-04-28util: Turn inv_swizzle into a global functionRichard Sandiford2-11/+11
2014-04-28util: Add more query methods to u_format_parse.FormatRichard Sandiford3-36/+51
2014-04-26gallium: add GS_INVOCATIONS propertyIlia Mirkin1-0/+9
2014-04-26gallium: add INVOCATIONID semanticIlia Mirkin1-1/+2
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin5-0/+32
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-1/+4
2014-04-25pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2-0/+6
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2-20/+20
2014-04-24draw/llvm: reduce memory usageZack Rusin5-20/+27
2014-04-24gallivm: Fix wrong operator in lp_exec_default.José Fonseca1-1/+1
2014-04-23util/u_debug: Pass correct size to strncat.José Fonseca1-4/+4
2014-04-17util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca1-0/+3
2014-04-17auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2-5/+2
2014-04-16gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger1-11/+20
2014-04-16util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca1-1/+5
2014-04-11draw: remove unused 'start' variable in draw_stats_clipper_primitives()Brian Paul1-5/+2
2014-04-10gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2-493/+70
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-04gallium/u_blitter: implement scaled blitting in the Z directionMarek Olšák1-9/+31
2014-04-04gallium/u_blitter: don't adjust cubemap coordinates by a small numberMarek Olšák1-1/+1
2014-04-03cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul1-3/+8