summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/upload_mgr: remove useless variable "size"Marek Olšák2014-02-251-6/+4
* gallium/upload_mgr: don't unmap buffers if persistent mappings are supportedMarek Olšák2014-02-251-14/+51
* util: Add util_cpu_to_le* helpersTom Stellard2014-02-241-0/+3
* util: Add util_bswap64() v3Tom Stellard2014-02-241-0/+16
* configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2Tom Stellard2014-02-241-1/+2
* gallium/util: Add flush/map debug utility codeThomas Hellstrom2014-02-142-0/+529
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-3/+3
* util/u_vbuf: correct map offset calculation for crazy offsetsIlia Mirkin2014-01-271-1/+1
* gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák2014-01-231-0/+3
* gallium/u_upload_mgr: don't expose u_upload_flushMarek Olšák2014-01-232-22/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1740-82/+82
* gallium/util: easy fixes for NULL colorbuffersMarek Olšák2014-01-132-1/+7
* st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2014-01-132-0/+25
* gallium/u_blitter: implement shader-based MSAA resolve with bilinear filteringMarek Olšák2013-12-143-31/+149
* gallium/u_blitter: implement shader-based MSAA resolveMarek Olšák2013-12-143-23/+158
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-142-22/+13
* util: fix compile breakageBrian Paul2013-12-121-1/+1
* util: move variable declaration out of for-loopBrian Paul2013-12-121-1/+3
* gallium/util: implement new color clear API in u_blitterMarek Olšák2013-12-121-3/+42
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-3/+4
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-036-25/+106
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-282-0/+36
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-205-6/+19
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-073-11/+36
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-292-0/+52
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-6/+6
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca2013-10-101-1/+1
* util: when packing depth values, round to nearest.Matthew McClure2013-10-042-4/+56
* util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul2013-10-031-22/+9
* util: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-6/+22
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-303-8/+2
* util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca2013-09-181-410/+37
* util/u_blit: Support blits from cubemaps.José Fonseca2013-09-182-3/+32
* util: Fix unmatched parenthesis.Vinson Lee2013-09-101-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-101-1/+4
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-221-0/+1
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-202-0/+50
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-6/+6
* util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger2013-08-091-1/+1
* util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).Dieter Nützel2013-08-091-1/+1
* util: (trivial) fix compile error with MSVC on x86Roland Scheidegger2013-08-081-1/+1