aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: enable dmabuf on BSD as wellGreg V2019-05-221-1/+1
* draw: fix memory leak introduced 7720ce32aNeha Bhende2019-05-171-1/+3
* pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom2019-05-172-11/+26
* vl/dri3: set back buffer from output to NULL with front buffer caseLeo Liu2019-05-161-0/+1
* auxiliary/draw: fix crash with zero-stride draw autoRoland Scheidegger2019-05-161-1/+2
* gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCKAlyssa Rosenzweig2019-05-141-0/+1
* v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt2019-05-133-4/+13
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-132-6/+2
* gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig2019-05-101-0/+92
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* gallium/util: fix two MSVC compiler warningsBrian Paul2019-05-082-3/+3
* gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* ddebug: fix a few MSVC compiler warningsBrian Paul2019-05-082-8/+9
* gallivm: fix broken 8-wide s3tc decodingRoland Scheidegger2019-05-071-17/+15
* draw: flush when setting stream-out targetsErik Faye-Lund2019-05-061-0/+2
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-1/+1
* llvmpipe: init some vars to NULL to silence MinGW compiler warningsBrian Paul2019-05-011-2/+2
* softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny2019-05-011-0/+42
* softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny2019-05-011-0/+32
* softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny2019-05-011-1/+40
* softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2019-05-012-4/+79
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-303-0/+42
* delete autotools .gitignore filesEric Engestrom2019-04-292-4/+0
* gallium/u_vbuf: support NULL-resourcesErik Faye-Lund2019-04-291-0/+3
* ddebug: expose some helper functions as non-inlineNicolai Hähnle2019-04-252-59/+70
* ddebug: dump driver state into a separate fileNicolai Hähnle2019-04-251-5/+12