summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-28trace: Dump PIPE_QUERY_* enums.José Fonseca2-0/+36
2013-11-20u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca5-6/+19
2013-11-11util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul1-1/+2
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure3-11/+36
2013-11-05util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca1-0/+3
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2-0/+52
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-6/+6
2013-10-09util: Fix MinGW build.José Fonseca1-1/+1
2013-10-10util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca1-1/+1
2013-10-04util: when packing depth values, round to nearest.Matthew McClure2-4/+56
2013-10-03util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul1-22/+9
2013-10-03util: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-6/+22
2013-09-30util/u_format: Assert that format block size is at least 1 byte.Vinson Lee1-1/+6
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul3-8/+2
2013-09-18util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca1-410/+37
2013-09-18util/u_blit: Support blits from cubemaps.José Fonseca2-3/+32
2013-09-10util: Fix unmatched parenthesis.Vinson Lee1-1/+1
2013-09-10util: don't use _fxsave() with MSVC 2010 or olderBrian Paul1-1/+4
2013-08-22gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca1-0/+1