summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf: Make sure all caps are initializedMichel Dänzer2014-08-291-24/+16
* u_vbuf: Add a few more format fallbacks.Eric Anholt2014-08-241-0/+32
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-242-106/+86
* gallium/u_blitter: don't use an empty fragment shader if there's a colorbufferMarek Olšák2014-08-191-1/+1
* gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_texMarek Olšák2014-08-191-0/+3
* util: whitespace and formatting fixes in u_math.hBrian Paul2014-08-161-17/+23
* android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov2014-08-131-22/+0
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-127-3/+159
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-2/+0
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-044-304/+2
* gallium: Add a uif() helper function to complement fui()Eric Anholt2014-07-301-0/+8
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* util: Fix typoTom Stellard2014-07-281-1/+1
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* gallium/u_blitter: fix some shader memory leaksBrian Paul2014-07-091-0/+9
* gallium: fix u_default_transfer_inline_write for texturesMarek Olšák2014-07-081-2/+2
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium/u_vbuf: get draw info from an indirect buffer if there's anyMarek Olšák2014-07-021-44/+72
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-023-0/+54
* util/u_format: move utility function from r600gGrigori Goronzy2014-06-182-0/+14
* 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
* util: Do not use __builtin_clrsb with Intel C++ Compiler.Vinson Lee2014-05-301-1/+1
* util: Don't attempt to redefine INFINITY/NAN on VS 2013.José Fonseca2014-05-021-0/+5
* util/u_debug_flush: Use util_snprintf.José Fonseca2014-05-021-2/+3
* gallium/util: add helpers for bitfield manipulationIlia Mirkin2014-04-281-0/+31
* 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
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+3
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-252-20/+20
* 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-171-4/+1
* util/u_debug: Add noreturn attribute to _debug_assert_fail().José Fonseca2014-04-161-1/+5
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-102-493/+70
* 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
* 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
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-073-6/+11
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-072-4/+3
* gallium/util: Fix memory leakAaron Watry2014-03-061-0/+2
* 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