aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw/gs: reduce the size of the gs output bufferZack Rusin2014-03-261-7/+13
* gallivm: fix no-op n:n lp_build_resize()Roland Scheidegger2014-03-261-6/+6
* draw: Duplicate TGSI tokens in draw_pipe_pstipple module.José Fonseca2014-03-251-1/+2
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-213-5/+25
* gallium: add b5g6r5 srgb formatRoland Scheidegger2014-03-213-4/+19
* gallium/u_gen_mipmap: remove the software fallbackMarek Olšák2014-03-211-1160/+2
* st/mesa: fix generating mipmaps for cube arraysMarek Olšák2014-03-211-28/+20
* gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar2014-03-141-12/+62
* gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger2014-03-141-29/+9
* gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar2014-03-141-6/+8
* automake: silence folder creationEmil Velikov2014-03-111-4/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-0710-21/+29
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-072-4/+3
* vl: Add rotation v3Kusanagi Kouichi2014-03-072-12/+107
* gallium/util: Fix memory leakAaron Watry2014-03-061-0/+2
* translate: fix buffer overflowsZack Rusin2014-03-044-6/+18
* draw/llvm: fix generation of the VS with GS presentZack Rusin2014-03-041-7/+7
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* gallium/util: add missing u_math includeIlia Mirkin2014-02-281-0/+2
* util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2014-02-272-6/+17