summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g/swtcl: make pipe_context uploaders use malloc'd memory as beforeMarek Olšák2018-06-061-3/+6
* autotools: add missing android file to packageEric Engestrom2018-06-051-0/+1
* radeonsi: Fix crash on shaders using MSAA image load/storeAlex Smith2018-06-011-1/+7
* nv30: ensure that displayable formats are marked accordinglyIlia Mirkin2018-05-301-4/+6
* tegra: Remove usage of non-stable UAPIThierry Reding2018-05-301-66/+3
* tegra: Fix scanout resources without modifiersThierry Reding2018-05-301-1/+18
* tegra: Treat resources with modifiers as scanoutThierry Reding2018-05-301-1/+12
* radeonsi: fix incorrect parentheses around VS-PS varying eliminationMarek Olšák2018-05-301-2/+2
* tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie2018-05-301-1/+2
* virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.Dave Airlie2018-05-301-1/+1
* etnaviv: Fix missing rnndb file in tarballsStuart Young2018-05-302-0/+2
* eg/compute: Use reference counting to handle compute memory pool.Jan Vesely2018-05-182-12/+7
* opencl: autotools: Fix linking order for OpenCL targetKai Wasserbäch2018-05-181-2/+1
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-111-1/+6
* radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVMMarek Olšák2018-05-111-0/+9
* gallium/tests: Fix assignment of EXTRA_DISTMatt Turner2018-05-101-3/+1
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* r600: fix constant buffer bounds.Dave Airlie2018-05-102-2/+2
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-091-0/+1
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-081-0/+1
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-081-3/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-081-1/+5
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák2018-04-301-6/+13
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-271-4/+0
* st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing2018-04-271-0/+4
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-271-2/+1
* meson: fix graw-xlib after auxiliary consolidationDylan Baker2018-04-271-2/+1
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-203-1/+7
* autotools: Add passes.h to sources so it will be included in the tarballDylan Baker2018-04-201-0/+1
* nvc0: fix line width on GM20x+Rhys Perry2018-04-201-1/+4
* etnaviv: fix texture_format_needs_swizLucas Stach2018-04-201-1/+1
* gallium/util: Android backtrace supportStefan Schake2018-04-203-1/+114
* gallium/util: Don't stub u_debug_stack on AndroidStefan Schake2018-04-201-1/+2
* radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2018-04-202-132/+100
* amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle2018-04-202-145/+79
* amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle2018-04-201-2/+48
* radeonsi/nir: fix crash in test involving the sample maskNicolai Hähnle2018-04-201-1/+2
* radeonsi/nir: set FS properties only when scanning a fragment shaderNicolai Hähnle2018-04-201-1/+2
* radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle2018-04-201-13/+12
* clover: Fix host access validation for sub-buffer creationAaron Watry2018-04-191-2/+7
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-193-5/+4
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-191-1/+1
* swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian2018-04-191-0/+3
* radeon/vce: disable vce dual pipe on VegaMLeo Liu2018-04-181-1/+2
* radeonsi: add support for VegaMMarek Olšák2018-04-185-2/+10
* radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák2018-04-181-3/+4
* meson: build graw testsDylan Baker2018-04-185-0/+108
* meson: build gallium unit testsDylan Baker2018-04-182-0/+34