summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAXCaio Marcelo de Oliveira Filho2019-06-131-0/+1
* gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-0/+1
* gallium/u_transfer_helper: Free the staging buffer on unmap.Kenneth Graunke2019-06-091-0/+1
* u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák2019-06-031-1/+2
* gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensionsKenneth Graunke2019-05-231-0/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-232-2/+2
* gallium: enable dmabuf on BSD as wellGreg V2019-05-221-1/+1
* gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCKAlyssa Rosenzweig2019-05-141-0/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+1
* gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig2019-05-101-0/+92
* gallium/util: fix two MSVC compiler warningsBrian Paul2019-05-082-3/+3
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-1/+1
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* gallium/u_vbuf: support NULL-resourcesErik Faye-Lund2019-04-291-0/+3
* util/u_log: flush auto loggers before starting a new pageNicolai Hähnle2019-04-251-0/+4
* util: fix a compile failure in u_compute.c on windowsMarek Olšák2019-04-241-1/+1
* va: use a compute shader for the blitJiang, Sonny2019-04-242-0/+211
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-1/+3