summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: indentation fixBrian Paul2015-02-191-3/+3
* gallium: add ETC2 format supportIlia Mirkin2015-02-185-111/+90
* gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2015-02-062-13/+42
* gallium/u_tests: test a NULL constant bufferMarek Olšák2015-02-061-0/+57
* gallium/u_tests: test a NULL texture sampler viewMarek Olšák2015-02-061-17/+85
* gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák2015-02-061-31/+79
* gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák2015-02-062-3/+10
* gallium/util: Don't implement u_bit_scan64 on MSVC.Jose Fonseca2015-02-041-0/+2
* gallium/util: Define ffsll on MinGW.Jose Fonseca2015-02-041-0/+1
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-042-8/+20
* gallium/util: add u_bit_scan64Marek Olšák2015-02-041-0/+7
* gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner2015-02-031-4/+0
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-283-201/+2
* gallium/util: make sure cache line size is not zeroLeonid Shatz2015-01-051-1/+5
* gallium/util: fix crash with daz detection on x86Roland Scheidegger2015-01-051-1/+1
* gallium: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-4/+4
* util: add missing closing brace for __cplusplusBrian Paul2014-12-121-0/+6
* util: Unbreak usage of assert()/debug_assert() inside expressions.José Fonseca2014-12-121-1/+1
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-1/+0
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-8/+4
* freedreno/a3xx: fix alpha-blending on RGBX formatsIlia Mirkin2014-12-061-0/+25
* util: Move u_atomic.h to src/util.Matt Turner2014-12-011-401/+0
* util/u_snprintf: Don't redefine HAVE_STDINT_H as 0.José Fonseca2014-11-261-1/+1
* util: Prefer atomic intrinsics to inline assembly.Matt Turner2014-11-241-2/+2
* st/mesa: add a fallback for clear_with_quad when no vs_layerIlia Mirkin2014-11-172-0/+76
* gallium/auxiliary: add contained and rect checks (v6)Christoph Bumiller2014-11-182-0/+136
* gallium/auxiliary: add inc and dec alternative with return (v4)Christoph Bumiller2014-11-181-0/+52
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-163-6/+0
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-161-1/+1
* gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-162-0/+307
* gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák2014-11-164-6/+15
* util/format: Fix clamping to 32bit integers.José Fonseca2014-11-081-0/+27
* util/format: Generate floating point constants for clamping.José Fonseca2014-11-081-4/+4
* util: simplify u_pstipple.c codeBrian Paul2014-10-311-123/+62
* util: simplify temp register selection in u_pstipple.cBrian Paul2014-10-311-27/+18
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-312-20/+13
* u_math.h: fix 64 to 32 bit truncation warningAlon Levy2014-10-231-1/+1
* u_blitter: put a comment on util_blitter_cache_all_shaders()Brian Paul2014-10-221-0/+7
* u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()Brian Paul2014-10-221-3/+3
* u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()Brian Paul2014-10-221-1/+12
* u_blitter: do error checking assertions for shader cachingBrian Paul2014-10-221-21/+30
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-1/+1
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-6/+2
* gallium/util: add util_bitcount64Marek Olšák2014-10-041-0/+12
* st/vdpau: move common functions to utilLeo Liu2014-10-011-0/+74
* util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()Brian Paul2014-09-301-2/+3
* util: use linear formats in util_blit_pixels()Brian Paul2014-09-241-2/+2
* util: simplify writemask parameters for util_blit_pixels()Brian Paul2014-09-242-15/+17
* util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit codeBrian Paul2014-09-241-5/+5
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-9/+0