aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-254-26/+12
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-251-1/+1
* etnaviv: Fix depth stencil ops on GC880/GC2000Marek Vasut2020-04-241-2/+2
* zink: set UBO alignments in nir_intrinsic_load_uniform loweringMike Blumenkrantz2020-04-241-0/+2
* freedreno: allow FMT6_8_UNORM as a UBWC formatFritz Koenig2020-04-241-0/+1
* etnaviv: support for using generic blit pathChristian Gmeiner2020-04-244-59/+51
* etnaviv: call util_blitter_save_fragment_constant_buffer_slot(..)Christian Gmeiner2020-04-241-0/+2
* etnaviv: drop default state for FE_HALTI5_ID_CONFIGChristian Gmeiner2020-04-241-1/+0
* radeonsi: use pipe_blend_state::max_rt to update fewer blend registersMarek Olšák2020-04-241-3/+7
* ac,radeonsi: simplify checking for Navi1x chipsMarek Olšák2020-04-244-17/+9
* etnaviv: add anisotropic filter supportChristian Gmeiner2020-04-243-2/+8
* etnaviv: update headers from rnndbChristian Gmeiner2020-04-246-14/+14
* etnaviv: anisotropic filtering is supported starting with HALTI0Christian Gmeiner2020-04-241-1/+1
* panfrost: The texture descriptor has a pointer to a trampolineAlyssa Rosenzweig2020-04-242-3/+21
* panfrost: Emit texture descriptor on bifrostTomeu Vizoso2020-04-243-34/+78
* panfrost: Emit sampler descriptor on bifrostTomeu Vizoso2020-04-244-11/+63
* panfrost: Set clear_color_[12] in the extra fb descAlyssa Rosenzweig2020-04-241-0/+9
* panfrost: Clean up a bit the tiler structs for BifrostTomeu Vizoso2020-04-241-5/+3
* vc4: Use NIR shader's num_outputs for generating our new output.Eric Anholt2020-04-231-13/+1
* gallium: Fix setup of pstipple frag coord var.Eric Anholt2020-04-231-5/+1
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-2323-71/+57
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-234-5/+8
* radeonsi: enable support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-232-5/+14
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-233-0/+3
* gallium: add # of MRT to blend stateRob Clark2020-04-236-2/+11
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-234-3/+11
* v3d: support for textureQueryLODAlejandro Piñeiro2020-04-221-1/+4
* turnip: implement VK_EXT_sample_locationsJonathan Marek2020-04-222-16/+3
* iris: fail screen creation when kernel support is not thereLionel Landwerlin2020-04-221-5/+19
* panfrost: Assert on unimplemented fragcoord etcAlyssa Rosenzweig2020-04-221-0/+3
* remove final imports.h and imports.c bitsDylan Baker2020-04-212-16/+14
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-0/+1
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-213-0/+4
* r600/sfn: use new temp register allocation when loading single value temporariesGert Wollny2020-04-211-2/+1
* r600/sfn: Count only literals that are not inline to split instruction groupsGert Wollny2020-04-211-1/+11
* r600/sfn: Fix using the result of a fetch instruction in next fetchGert Wollny2020-04-211-0/+11
* r600/sfn: Fix handling of GS inputsGert Wollny2020-04-211-0/+3
* r600/sfn: Handle b2b1 like it was a movGert Wollny2020-04-211-0/+1
* r600/sfn: Fix null pointer deref in live range evalationGert Wollny2020-04-211-2/+4
* r600/nir: Pin interpolation results to channelGert Wollny2020-04-213-0/+11
* r600/sfn: Implementing instructions blocksGert Wollny2020-04-2112-36/+199
* r600/sfn: Fix setting alignments when lowering UBOsGert Wollny2020-04-211-1/+1
* r600/sfn: Reduce array limit for scratch usageGert Wollny2020-04-211-1/+1
* r600: Dump a few more variables when requestedGert Wollny2020-04-211-0/+32
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* iris/bufmgr: Add support for MMAP_OFFSET ioctl.Rafael Antognolli2020-04-201-1/+51
* iris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.Rafael Antognolli2020-04-201-30/+31
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-201-1/+12
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-184-22/+22