summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-081-1/+1
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-081-0/+44
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* radeonsi: make sure that rasterizer state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+8
* radeonsi: make sure that DSA state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+8
* radeonsi: make sure that blend state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+9
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-025-9/+9
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* gallium/util: Add util_set_shader_buffers_mask helperAlyssa Rosenzweig2019-08-012-0/+42
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-313-0/+97
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-315-11/+11
* gallium/aux: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-2/+2
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+3
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-291-0/+11
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-291-0/+1
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-241-2/+4
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-232-7/+10
* u_blitter: enable msaa when dst num samples is > 1Pierre-Eric Pelloux-Prayer2019-07-231-6/+12
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-223-28/+28
* util: use standard name for vsnprintf()Eric Engestrom2019-07-192-2/+2
* util: use standard name for snprintf()Eric Engestrom2019-07-196-14/+14
* util: use standard name for vasprintf()Eric Engestrom2019-07-192-2/+2
* util: use standard name for sprintf()Eric Engestrom2019-07-191-14/+14
* util: use standard name for strdup()Eric Engestrom2019-07-191-1/+1
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+1
* u_format: Remove pointless comments.Eric Anholt2019-07-161-6/+0
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-152-7/+14
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-6/+3
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-0/+1
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-101-0/+1
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-101-0/+3
* gallium: Add util_format_is_unorm8 checkAlyssa Rosenzweig2019-07-091-1/+16
* util: add util_copy_shader_buffer.Dave Airlie2019-07-071-0/+16
* gallium/u_blitter: add return to fix the buildMarek Olšák2019-07-031-0/+1
* radeonsi/gfx10: generate gfx10_format_table.hNicolai Hähnle2019-07-031-1/+2
* gallium/u_blitter: implement copying from ZS to color and vice versaMarek Olšák2019-07-034-35/+308
* gallium/util: rewrite depth-stencil blit shadersMarek Olšák2019-07-033-183/+46
* gallium/u_blitter: enable MSAA when blitting to MSAA surfacesBrian Paul2019-07-031-22/+34
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* gallium/u_transfer_helper: Don't leak a reference to the resource.Kenneth Graunke2019-06-281-0/+2
* gallium: Make util_copy_image_view handle shader_accessKenneth Graunke2019-06-271-0/+2
* gallium: Teach GALLIUM_REFCNT_LOG about array texturesKenneth Graunke2019-06-271-0/+9
* gallium/util: Make it possible to disable persistent maps in the upload managerThomas Hellstrom2019-06-202-2/+16
* gallium/util: Make u_debug_flush support persistent mapsThomas Hellstrom2019-06-202-29/+66
* meson: Search for execinfo.hJory Pratt2019-06-191-4/+4
* gallium: Remove unused util_ringbufferCaio Marcelo de Oliveira Filho2019-06-172-189/+0
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-151-0/+7