summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2015-07-232-1484/+31
* gallium/util: use cso_set_samplersMarek Olšák2015-07-231-2/+4
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-221-2/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-221-2/+2
* gallium/util: improve dump functionsMarek Olšák2015-07-223-53/+241
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-221-4/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2150-316/+316
* gallium: add interface for writable shader imagesMarek Olšák2015-07-165-0/+51
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-215-46/+143
* util/pstipple: updates for SVIEW declsRob Clark2015-06-211-5/+17
* u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul2015-06-191-1/+2
* gallium/util: add util_last_bit64Marek Olšák2015-06-141-0/+19
* gallium/util: silence silence unused var warnings for non-debug buildBrian Paul2015-06-011-2/+1
* u_math: uses assert, include assert.hDave Airlie2015-05-221-0/+1
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-161-0/+6
* gallium/u_blitter: disable tessellation for all operationsMarek Olšák2015-05-162-1/+42
* gallium/util: print vertices_per_patch in util_dump_draw_infoMarek Olšák2015-05-161-0/+2
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-151-0/+8
* gallium/util: fix blitter sampler view target initializationRoland Scheidegger2015-05-131-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-084-149/+3
* gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand2015-05-081-7/+6
* gallium/util: get h264 level based on number of max references and resolutionLeo Liu2015-04-281-0/+36
* softpipe: fix another stencil-as-float issueRoland Scheidegger2015-04-271-2/+2
* 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