summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-103-0/+8
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-101-3/+4
* radeonsi: remove redundant si_texture offset and size fieldsMarek Olšák2019-09-097-123/+106
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-092-49/+32
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-092-88/+82
* radeonsi: handle NO_DCC earlyMarek Olšák2019-09-091-5/+7
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-092-8/+6
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-096-20/+12
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-096-47/+20
* radeonsi/gfx10: fix wave occupancy computationsMarek Olšák2019-09-091-14/+25
* radeonsi: only support at most 1024 threads per blockMarek Olšák2019-09-091-8/+2
* radeonsi: disable DCC when importing a texture from an incompatible driverMarek Olšák2019-09-091-4/+12
* radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contextsMarek Olšák2019-09-091-1/+1
* radeonsi/gfx10: use fma for TGSI_OPCODE_FMAMarek Olšák2019-09-093-5/+16
* virgl: Fix pipe_resource leaks under multi-sample.Lepton Wu2019-09-101-1/+3
* iris: Avoid flushing for cache history on transfer range flushesKenneth Graunke2019-09-092-2/+13
* iris: Optimize out redundant sampler state bindsKenneth Graunke2019-09-091-2/+8
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-097-0/+39
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-092-47/+28
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-092-6/+2
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-091-2/+0
* gallium/xlib: Fix an obvious thinkoAdam Jackson2019-09-091-1/+1
* iris: Ignore line stipple information if it's disabledKenneth Graunke2019-09-091-3/+5
* lima/ppir: drop fge/flt/feq/fne optionsVasily Khoruzhick2019-09-091-4/+0
* lima: run opt_algebraic between int_to_float and boot_to_float for vsVasily Khoruzhick2019-09-091-4/+5
* lima/gpir: fix warning in gpir disassemblerVasily Khoruzhick2019-09-091-1/+1
* lima/gpir: lower fceilVasily Khoruzhick2019-09-091-0/+1
* lima/gpir: Disallow moves for schedule_first nodesConnor Abbott2019-09-091-1/+5
* lima/gpir: Fix fake dep handling for schedule_first nodesConnor Abbott2019-09-092-10/+30
* lima/gpir: Fix schedule_first insertion logicConnor Abbott2019-09-091-2/+3
* lima/gpir: Ignore unscheduled successors in can_use_complex()Connor Abbott2019-09-091-1/+2
* lima/gpir: Do all lowerings before rschedConnor Abbott2019-09-093-23/+2
* panfrost: Rename pan_bo_cache.c into pan_bo.cBoris Brezillon2019-09-082-1/+1
* panfrost: Get rid of the now unused SLAB allocatorBoris Brezillon2019-09-083-47/+0
* panfrost: Get rid of unused panfrost_context fieldsBoris Brezillon2019-09-081-4/+0
* panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOsBoris Brezillon2019-09-083-18/+21
* panfrost: Make transient allocation rely on the BO cacheBoris Brezillon2019-09-085-104/+16
* panfrost: Stop passing a ctx to functions being passed a batchBoris Brezillon2019-09-084-21/+23
* panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()Boris Brezillon2019-09-083-9/+9
* panfrost: s/job/batch/Boris Brezillon2019-09-0816-259/+264
* android: fix linking issues with liblogTapani Pälli2019-09-071-1/+2
* iris: Support the disable_throttling=true driconf option.Kenneth Graunke2019-09-063-0/+6
* amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2019-09-061-4/+1
* gallivm: drop LLVM<3.3 code paths as no build system allows thatEric Engestrom2019-09-065-42/+36
* llvmpipe: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* clover: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-067-71/+74
* clover: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-062-17/+19
* gallivm: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-068-26/+34
* swr: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-3/+4