aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-051-0/+4
* gallium: Don't emit identical endian-dependent pack/unpack code.Eric Anholt2019-08-281-5/+11
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-281-6/+17
* gallium: Drop a bit of dead code from the pack/unpack python.Eric Anholt2019-08-281-2/+0
* gallium: Drop the useless union wrapper on pack/unpack.Eric Anholt2019-08-281-28/+22
* gallium: Skip generating the pack/unpack union if we don't use it.Eric Anholt2019-08-281-1/+1
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+21
* gallium: Add block depth to the format utils.Eric Anholt2019-08-262-1/+26
* gallium: Add a block depth field to the u_formats table.Eric Anholt2019-08-262-356/+357
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* gallium/util: widen type before multiplicationErik Faye-Lund2019-08-151-1/+1
* gallium/util: Add u_stream_outputs_for_vertices helperAlyssa Rosenzweig2019-08-121-0/+19
* 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