summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin23-140/+140
2019-07-22tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák1-0/+1
2019-07-22gallivm: fix warning: ‘op’ may be used uninitializedMarek Olšák1-0/+3
2019-07-19pipe-loader: use radeonsi for MM if amdgpu dri is usedJeremy Newton1-0/+9
2019-07-19util: use standard name for vsnprintf()Eric Engestrom6-6/+6
2019-07-19util: use standard name for snprintf()Eric Engestrom18-52/+52
2019-07-19util: use standard name for vasprintf()Eric Engestrom2-2/+2
2019-07-19util: use standard name for sprintf()Eric Engestrom2-15/+15
2019-07-19util: use standard name for strncmp()Eric Engestrom1-1/+1
2019-07-19util: use standard name for strncat()Eric Engestrom1-3/+3
2019-07-19util: use standard name for strdup()Eric Engestrom1-1/+1
2019-07-19util: use standard name for strchrnul()Eric Engestrom1-1/+1
2019-07-18gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl1-0/+1
2019-07-18nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.Andreas Baierl1-0/+20
2019-07-16u_format: Remove pointless comments.Eric Anholt1-6/+0
2019-07-15gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2-7/+14
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-6/+3
2019-07-10gallium: give vertex-shader saturate its own capErik Faye-Lund1-0/+1
2019-07-10gallium: give fragment-shader derivatives its own capErik Faye-Lund1-0/+1
2019-07-10gallium: give fragment-shader texture-lod its own capErik Faye-Lund1-0/+3
2019-07-09gallium: Add util_format_is_unorm8 checkAlyssa Rosenzweig1-1/+16
2019-07-07llvmpipe: enable ARB_shader_storage_buffer_objectDave Airlie1-1/+2
2019-07-07draw: add shader buffer interfaces.Dave Airlie4-1/+57
2019-07-07gallivm: add buffer operations to the tgsi->llvm conversion.Dave Airlie3-4/+315
2019-07-07gallivm: move mask_vec function up higher so it can be reused.Dave Airlie1-14/+15
2019-07-07tgsi: denote which load/store/atomic channels are unsignedDave Airlie1-0/+12
2019-07-07draw: add support for ssbo ptrs to jit tables.Dave Airlie2-3/+49
2019-07-07gallivm: add some basic SSBO limits. (v2)Dave Airlie1-0/+4
2019-07-07util: add util_copy_shader_buffer.Dave Airlie1-0/+16
2019-07-07gallivm: add ssbo pointers to the soa build api.Dave Airlie3-4/+13
2019-07-07gallivm: add compare exchange wrapperDave Airlie3-1/+39
2019-07-07vertex shader: add exec masking (v2)Dave Airlie1-3/+10
2019-07-03gallium/u_blitter: add return to fix the buildMarek Olšák1-0/+1
2019-07-03radeonsi/gfx10: generate gfx10_format_table.hNicolai Hähnle1-1/+2
2019-07-03gallium/u_blitter: implement copying from ZS to color and vice versaMarek Olšák5-35/+314
2019-07-03gallium/util: rewrite depth-stencil blit shadersMarek Olšák3-183/+46
2019-07-03gallium/u_blitter: enable MSAA when blitting to MSAA surfacesBrian Paul1-22/+34
2019-06-30vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2-8/+11
2019-06-30gallium: Add CAP for opcode DIVGert Wollny1-0/+1
2019-06-30vl: replace DIV-ADD with MAD using inverse sizeGert Wollny1-4/+5
2019-06-28gallium/u_transfer_helper: Don't leak a reference to the resource.Kenneth Graunke1-0/+2
2019-06-28gallivm: Improve lp_build_rcp_refine.Jose Fonseca1-6/+6
2019-06-27gallium: Make util_copy_image_view handle shader_accessKenneth Graunke1-0/+2
2019-06-27gallium: Teach GALLIUM_REFCNT_LOG about array texturesKenneth Graunke1-0/+9
2019-06-20gallium/util: Make it possible to disable persistent maps in the upload managerThomas Hellstrom2-2/+16
2019-06-20gallium/util: Make u_debug_flush support persistent mapsThomas Hellstrom2-29/+66
2019-06-20gallium/virgl: Add code path for virgl to read driconfGert Wollny5-3/+11
2019-06-19meson: Search for execinfo.hJory Pratt1-4/+4
2019-06-17gallium: Remove unused util_ringbufferCaio Marcelo de Oliveira Filho4-193/+0
2019-06-15gallium: add z24s8_as_r8g8b8a8 formatRob Clark1-0/+7