summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+3
* gallium/auxiliary/vl: add compute shaders for deint yuvSonny Jiang2019-07-294-31/+403
* gallium/auxiliary/vl: don't call gfx functions on compute-only chipsSonny Jiang2019-07-291-75/+83
* gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositorJames Zhu2019-07-292-64/+65
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-293-3/+13
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-291-0/+1
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-271-52/+52
* gallium: fix windows build from params change.Dave Airlie2019-07-251-2/+4
* 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
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-243-70/+70
* tgsi/scan: add uses_fbfetchMarek Olšák2019-07-232-0/+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-2223-140/+140
* tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák2019-07-221-0/+1
* gallivm: fix warning: ‘op’ may be used uninitializedMarek Olšák2019-07-221-0/+3
* pipe-loader: use radeonsi for MM if amdgpu dri is usedJeremy Newton2019-07-191-0/+9
* util: use standard name for vsnprintf()Eric Engestrom2019-07-196-6/+6
* util: use standard name for snprintf()Eric Engestrom2019-07-1918-52/+52
* util: use standard name for vasprintf()Eric Engestrom2019-07-192-2/+2
* util: use standard name for sprintf()Eric Engestrom2019-07-192-15/+15
* util: use standard name for strncmp()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strncat()Eric Engestrom2019-07-191-3/+3
* util: use standard name for strdup()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strchrnul()Eric Engestrom2019-07-191-1/+1
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+1
* nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.Andreas Baierl2019-07-181-0/+20
* 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
* llvmpipe: enable ARB_shader_storage_buffer_objectDave Airlie2019-07-071-1/+2
* draw: add shader buffer interfaces.Dave Airlie2019-07-074-1/+57
* gallivm: add buffer operations to the tgsi->llvm conversion.Dave Airlie2019-07-073-4/+315
* gallivm: move mask_vec function up higher so it can be reused.Dave Airlie2019-07-071-14/+15
* tgsi: denote which load/store/atomic channels are unsignedDave Airlie2019-07-071-0/+12
* draw: add support for ssbo ptrs to jit tables.Dave Airlie2019-07-072-3/+49
* gallivm: add some basic SSBO limits. (v2)Dave Airlie2019-07-071-0/+4
* util: add util_copy_shader_buffer.Dave Airlie2019-07-071-0/+16
* gallivm: add ssbo pointers to the soa build api.Dave Airlie2019-07-073-4/+13
* gallivm: add compare exchange wrapperDave Airlie2019-07-073-1/+39
* vertex shader: add exec masking (v2)Dave Airlie2019-07-071-3/+10
* 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-035-35/+314
* gallium/util: rewrite depth-stencil blit shadersMarek Olšák2019-07-033-183/+46