summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
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-05-02util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca1-0/+5
2014-05-02util/u_debug_flush: Use util_snprintf.José Fonseca1-2/+3
2014-04-28gallium/util: add helpers for bitfield manipulationIlia Mirkin1-0/+31
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-26mesa/st: add support for ARB_sample_shadingIlia Mirkin1-0/+3
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2-20/+20
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é Fonseca1-4/+1
2014-04-16util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca1-1/+5
2014-04-10gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2-493/+70
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-03-21gallium: add b5g6r5 srgb formatRoland Scheidegger3-4/+19
2014-03-21gallium/u_gen_mipmap: remove the software fallbackMarek Olšák1-1160/+2
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák1-28/+20
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin3-6/+11
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2-4/+3
2014-03-06gallium/util: Fix memory leakAaron Watry1-0/+2
2014-03-03util: don't define isfinite(), isnan() for MSVC >= 1800Hans1-0/+4
2014-02-28gallium/util: add missing u_math includeIlia Mirkin1-0/+2
2014-02-27util/u_format: don't crash in util_format_translate if we can't do translationRoland Scheidegger2-6/+17
2014-02-25gallium/upload_mgr: remove useless variable "size"Marek Olšák1-6/+4
2014-02-25gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák1-14/+51
2014-02-24util: Add util_cpu_to_le* helpersTom Stellard1-0/+3
2014-02-24util: Add util_bswap64() v3Tom Stellard1-0/+16
2014-02-24configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard1-1/+2
2014-02-14gallium/util: Add flush/map debug utility codeThomas Hellstrom2-0/+529
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-3/+3
2014-01-27util/u_vbuf: correct map offset calculation for crazy offsetsIlia Mirkin1-1/+1
2014-01-23gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák1-0/+3
2014-01-23gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2-22/+4
2014-01-17s/Tungsten Graphics/VMware/José Fonseca40-82/+82
2014-01-13gallium/util: easy fixes for NULL colorbuffersMarek Olšák2-1/+7
2014-01-13st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2-0/+25
2013-12-14gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák3-31/+149
2013-12-14gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák3-23/+158
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2-22/+13
2013-12-12util: fix compile breakageBrian Paul1-1/+1
2013-12-12util: move variable declaration out of for-loopBrian Paul1-1/+3
2013-12-12gallium/util: implement new color clear API in u_blitterMarek Olšák1-3/+42
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák1-3/+4
2013-12-03gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák6-25/+106