aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gallium-xlib: query MIT-SHM before using it.Bart Oldeman2019-02-051-1/+3
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204
* radeonsi: release tokens after creating the shader programGert Wollny2019-02-051-0/+2
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-042-0/+4
* panfrost: Implement Midgard shader toolchainAlyssa Rosenzweig2019-02-0513-2/+6383
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-0525-1/+3239
* radeonsi: fix crashing performance counters (division by zero)Marek Olšák2019-02-041-1/+1
* radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák2019-02-043-3/+8
* radeonsi: use compute for clear_render_target when possibleSonny Jiang2019-02-045-0/+184
* ac/radv/radeonsi: add ac_get_num_physical_sgprs() helperTimothy Arceri2019-02-011-4/+3
* gallium: allow more PIPE_RESOURCE_ driver flagsMarek Olšák2019-01-311-1/+1
* freedreno: more fixing release tarballRob Clark2019-01-311-1/+3
* virgl: ARB_query_buffer_object supportDave Airlie2019-01-317-1/+58
* virgl: enable elapsed time queriesDave Airlie2019-01-311-1/+1
* radeonsi: fix a comment typo in si_fine_fence_setMarek Olšák2019-01-301-1/+1
* r600: add -Wstrict-overflow=0 to meson to silence the warningMarek Olšák2019-01-301-1/+1
* winsys/amdgpu: remove amdgpu_drm.h definitionsMarek Olšák2019-01-301-8/+0
* radeonsi: unify error paths in si_texture_create_objectMarek Olšák2019-01-301-9/+9
* radeonsi: merge & rename texture BO metadata functionsMarek Olšák2019-01-301-64/+53
* radeonsi: enable dithered alpha-to-coverage for better qualityMarek Olšák2019-01-301-4/+5
* gallium: wrap u_screen in extern "C" for c++Dylan Baker2019-01-301-0/+8
* v3d: Fix leak in resource setup error pathErnestas Kulik2019-01-291-1/+1
* vc4: Fix leak in HW queries error pathErnestas Kulik2019-01-291-1/+1
* v3d: Always enable the NEON utile load/store code.Eric Anholt2019-01-291-5/+6