aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* winsys/amdgpu: clean up IB buffer size computationMarek Olšák2019-02-111-8/+4
* winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONSTMarek Olšák2019-02-111-2/+1
* winsys/amdgpu: use a separate fence list for syncobjsMarek Olšák2019-02-112-17/+15
* winsys/amdgpu: unify fence list codeMarek Olšák2019-02-112-59/+42
* winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák2019-02-111-2/+0
* radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-2/+5
* gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-1/+2
* nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin2019-02-101-2/+2
* panfrost: Specify supported draw modes per-contextAlyssa Rosenzweig2019-02-112-12/+11
* panfrost: Elucidate texture op scheduling commentAlyssa Rosenzweig2019-02-101-8/+1
* panfrost: Remove speculative if 0'd format bit codeAlyssa Rosenzweig2019-02-101-6/+0
* panfrost: Remove if 0'd dead codeAlyssa Rosenzweig2019-02-105-83/+0
* panfrost: Add kernel-agnostic resource managementAlyssa Rosenzweig2019-02-102-15/+172
* panfrost: Don't hardcode number of nir_ssa_defsAlyssa Rosenzweig2019-02-101-14/+14
* panfrost: Clean-up one-argument passing quirkAlyssa Rosenzweig2019-02-102-114/+112
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-082-0/+2
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-0718-12/+53
* kmsro: Silence warning if missingAlyssa Rosenzweig2019-02-081-1/+0
* panfrost: Include glue for out-of-tree legacy codeAlyssa Rosenzweig2019-02-075-7/+29
* panfrost: Check in sources for command streamAlyssa Rosenzweig2019-02-0722-5/+5441
* panfrost: Use u_pipe_screen_get_param_defaultsAlyssa Rosenzweig2019-02-071-151/+6
* kmsro: Move DRM entrypoints to shared blockAlyssa Rosenzweig2019-02-071-10/+8
* nvc0: add compute invocation counterRhys Perry2019-02-068-4/+207
* gm107/ir: add fp64 rsqKarol Herbst2019-02-063-3/+128
* gm107/ir: add fp64 rcpKarol Herbst2019-02-063-4/+270
* gk104/ir: Use the new rcp/rsq in libraryKarol Herbst2019-02-063-15/+334
* gk110/ir: Use the new rcp/rsq in libraryBoyan Ding2019-02-065-0/+42
* gk110/ir: Add rsq f64 implementationBoyan Ding2019-02-062-2/+109
* gk110/ir: Add rcp f64 implementationBoyan Ding2019-02-062-4/+235
* nvc0: stick zero values for the compute invocation countsIlia Mirkin2019-02-061-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-066-28/+25
* nvc0: fix 3d images on keplerIlia Mirkin2019-02-062-35/+34
* nvc0/ir: fix second tex argument after levelZero optimizationIlia Mirkin2019-02-062-25/+24
* nvc0/ir: always use CG mode for loads from atomic-only buffersIlia Mirkin2019-02-061-2/+12
* nvc0: add support for handling indirect draws with attrib conversionIlia Mirkin2019-02-063-1/+82
* freedreno/a6xx: Use tiling for all resourcesKristian H. Kristensen2019-02-061-1/+0
* freedreno/a6xx: Emit blitter dst with OUT_RELOCWKristian H. Kristensen2019-02-061-1/+1
* xvmc: fix string comparisonEric Engestrom2019-02-061-3/+3
* xvmc: fix string comparisonEric Engestrom2019-02-061-10/+10
* radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák2019-02-061-9/+10
* radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák2019-02-061-3/+5
* radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák2019-02-061-1/+2
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-064-12/+9
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-063-13/+63
* freedreno: a2xx: fix fast clearJonathan Marek2019-02-061-1/+0
* v3d: Store the actual mask of color buffers present in the key.Eric Anholt2019-02-051-9/+10
* v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.Eric Anholt2019-02-051-1/+1
* gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke2019-02-053-0/+3
* nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt2019-02-053-10/+5
* nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2019-02-052-0/+64