summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/u_blitter: enable MSAA when blitting to MSAA surfacesBrian Paul2019-07-031-22/+34
* vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2019-06-302-8/+11
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* vl: replace DIV-ADD with MAD using inverse sizeGert Wollny2019-06-301-4/+5
* gallium/u_transfer_helper: Don't leak a reference to the resource.Kenneth Graunke2019-06-281-0/+2
* gallivm: Improve lp_build_rcp_refine.Jose Fonseca2019-06-281-6/+6
* 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
* gallium/virgl: Add code path for virgl to read driconfGert Wollny2019-06-205-3/+11
* meson: Search for execinfo.hJory Pratt2019-06-191-4/+4
* gallium: Remove unused util_ringbufferCaio Marcelo de Oliveira Filho2019-06-174-193/+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
* vl: Always enable drm winsys.Bas Nieuwenhuizen2019-06-132-9/+3
* 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
* Revert "vl: Enable DRM by default."Bas Nieuwenhuizen2019-06-042-2/+2
* vl: Enable DRM by default.Bas Nieuwenhuizen2019-06-042-2/+2
* u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák2019-06-031-1/+2
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-1/+1
* radeonsi: clean up winsys creationMarek Olšák2019-05-271-11/+2
* gallivm: fix default cbuf info.Roland Scheidegger2019-05-241-1/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-5/+5
* nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helperJason Ekstrand2019-05-241-4/+4
* nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand2019-05-241-6/+4
* ptn,ttn: Use nir_channel for selecting channelsJason Ekstrand2019-05-241-1/+1
* 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