summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* vl: add more avc profilesLeo Liu2014-06-041-0/+4
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-042-0/+41
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-023-0/+21
* util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee2014-05-301-1/+1
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-05-231-2/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-231-0/+9
* tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin2014-05-211-1/+2
* llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2014-05-192-2/+20
* gallivm: (trivial) fix compilation with llvm 3.1, 3.2Roland Scheidegger2014-05-171-0/+4
* gallivm: print out how long it takes to optimize shader IR.Roland Scheidegger2014-05-163-1/+31
* gallivm: give more verbose names to modulesRoland Scheidegger2014-05-163-10/+17
* gallivm: remove optimization workaround when not having sse 4.1Roland Scheidegger2014-05-161-8/+1
* gallivm: remove workaround for reversing optimization pass order.Roland Scheidegger2014-05-161-13/+2
* draw: better llvm names for shaders for debugging.Roland Scheidegger2014-05-151-6/+12
* gallivm: only fetch pointers to constant buffers onceRoland Scheidegger2014-05-142-37/+65
* gallivm: fix output stream flushing in error case for disassembly.Roland Scheidegger2014-05-141-0/+5
* tgsi: support parsing texture offsets from text tgsi shadersIlia Mirkin2014-05-141-5/+48
* gallivm: Remove lp_func_delete_body.José Fonseca2014-05-143-15/+0
* gallivm: Remove gallivm_free_function.José Fonseca2014-05-142-23/+0
* draw: Delete unneeded LLVM stuff earlier.Frank Henigman2014-05-141-15/+4
* gallivm: Separate freeing LLVM intermediate data from freeing final code.Frank Henigman2014-05-142-7/+22
* gallivm: One code memory pool with deferred free.Frank Henigman2014-05-144-1/+283
* gallivm: Run passes per module, not per function.José Fonseca2014-05-141-28/+19
* gallivm: Use LLVM global context.José Fonseca2014-05-141-23/+17
* gallivm: Stop using module providers.José Fonseca2014-05-142-27/+7
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-1414-520/+20
* pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard2014-05-091-3/+0
* draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger2014-05-085-12/+12
* tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul2014-05-071-2/+8
* gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul2014-05-071-2/+6
* util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca2014-05-021-0/+5
* draw: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-1/+1
* util/u_debug_flush: Use util_snprintf.José Fonseca2014-05-021-2/+3
* gallivm: fix 2 leaks in disassembly codeRoland Scheidegger2014-05-011-4/+5
* translate_sse: Use the correct buffer index in this fast path.Andreas Hartmetz2014-04-291-1/+3
* tgsi: add tgsi_exec support for new bit manipulation opcodesIlia Mirkin2014-04-281-0/+172
* gallium/util: add helpers for bitfield manipulationIlia Mirkin2014-04-281-0/+31
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-281-0/+8
* util: Fix cross-compiles between endiannessesRichard Sandiford2014-04-282-32/+46
* util: Split out channel-parsing Python codeRichard Sandiford2014-04-281-46/+50
* util: Split out channel-printing Python codeRichard Sandiford2014-04-282-41/+69
* util: Turn inv_swizzle into a global functionRichard Sandiford2014-04-282-11/+11
* util: Add more query methods to u_format_parse.FormatRichard Sandiford2014-04-283-36/+51
* gallium: add GS_INVOCATIONS propertyIlia Mirkin2014-04-261-0/+9
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-261-1/+2
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-265-0/+32
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-1/+4
* pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2014-04-252-0/+6
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-252-20/+20
* draw/llvm: reduce memory usageZack Rusin2014-04-245-20/+27