summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* u_tile: fix warnings about incompatible casts.Dave Airlie2015-04-081-3/+3
* u_tile: fix stencil texturing tests under softpipeDave Airlie2015-04-081-6/+6
* util/debug: Update MgwHelp link, drop BfdHelp link.Jose Fonseca2015-03-311-10/+2
* gallium/util: remove u_linkageIlia Mirkin2015-03-262-216/+0
* gallium/util: Use HAVE___BUILTIN_FFS* macros.Jonathan Gray2015-03-241-2/+16
* util: convert slab macros to inline functionsBrian Paul2015-03-131-2/+11
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-051-6/+5
* gallium/util: add debug_print_usage_enum() debug helperBrian Paul2015-02-272-0/+22
* gallium/util: fix 'statement with no effect' warningBrian Paul2015-02-271-2/+2
* include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca2015-02-262-28/+1
* util: add debug_print_bind_flags() debug helperBrian Paul2015-02-262-0/+36
* mesa: move math-related function into new c99_math.h fileBrian Paul2015-02-231-1/+1
* gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner2015-02-233-353/+79
* gallium/util: Use HAVE___BUILTIN_* macros.Matt Turner2015-02-231-6/+5
* mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.Matt Turner2015-02-231-143/+0
* util: move pipe_prim_names array into u_prim_name()Brian Paul2015-02-231-24/+21
* util: rewrite debug_print_transfer_flags() using debug_dump_flags()Brian Paul2015-02-231-28/+13
* gallium/util: Don't include unused debug functions from u_math.hEric Anholt2015-02-201-1/+0
* 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