summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: Fix wrong operator in lp_exec_default.José Fonseca2014-04-241-1/+1
* util/u_debug: Pass correct size to strncat.José Fonseca2014-04-231-4/+4
* util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca2014-04-171-0/+3
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-172-5/+2
* gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger2014-04-161-11/+20
* util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca2014-04-161-1/+5
* draw: remove unused 'start' variable in draw_stats_clipper_primitives()Brian Paul2014-04-111-5/+2
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-102-493/+70
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* gallium/u_blitter: implement scaled blitting in the Z directionMarek Olšák2014-04-041-9/+31
* gallium/u_blitter: don't adjust cubemap coordinates by a small numberMarek Olšák2014-04-041-1/+1
* cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul2014-04-031-3/+8
* cso: fix sampler view count in cso_set_sampler_views()Brian Paul2014-04-021-3/+4
* draw/llvm: improve debugging output a bitZack Rusin2014-03-262-2/+3