summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2014-06-04vl: add more avc profilesLeo Liu1-0/+4
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2-0/+41
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller3-0/+21
2014-05-30util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee1-1/+1
2014-05-23gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca1-2/+2
2014-05-23gallivm: Support MCJIT on Windows.José Fonseca1-0/+9
2014-05-21tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin1-1/+2
2014-05-19llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2-2/+20
2014-05-17gallivm: (trivial) fix compilation with llvm 3.1, 3.2Roland Scheidegger1-0/+4
2014-05-16gallivm: print out how long it takes to optimize shader IR.Roland Scheidegger3-1/+31
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger3-10/+17
2014-05-16gallivm: remove optimization workaround when not having sse 4.1Roland Scheidegger1-8/+1
2014-05-16gallivm: remove workaround for reversing optimization pass order.Roland Scheidegger1-13/+2
2014-05-15draw: better llvm names for shaders for debugging.Roland Scheidegger1-6/+12
2014-05-14gallivm: only fetch pointers to constant buffers onceRoland Scheidegger2-37/+65
2014-05-14gallivm: fix output stream flushing in error case for disassembly.Roland Scheidegger1-0/+5
2014-05-14tgsi: support parsing texture offsets from text tgsi shadersIlia Mirkin1-5/+48
2014-05-14gallivm: Remove lp_func_delete_body.José Fonseca3-15/+0
2014-05-14gallivm: Remove gallivm_free_function.José Fonseca2-23/+0
2014-05-14draw: Delete unneeded LLVM stuff earlier.Frank Henigman1-15/+4
2014-05-14gallivm: Separate freeing LLVM intermediate data from freeing final code.Frank Henigman2-7/+22
2014-05-14gallivm: One code memory pool with deferred free.Frank Henigman4-1/+283
2014-05-14gallivm: Run passes per module, not per function.José Fonseca1-28/+19
2014-05-14gallivm: Use LLVM global context.José Fonseca1-23/+17
2014-05-14gallivm: Stop using module providers.José Fonseca2-27/+7
2014-05-14gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca14-520/+20
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-08draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12
2014-05-07tgsi: add missing switch cases in tgsi_exec_get_shader_param()Brian Paul1-2/+8
2014-05-07gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove defaultBrian Paul1-2/+6
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