summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: pre-calculate userconst stateobj sizeRob Clark2019-09-124-3/+44
* gallium: Restore VSX for llvm >= 4Adam Jackson2019-09-121-0/+14
* freedreno: fix compiler warningRob Clark2019-09-121-1/+1
* meson/v3d: replace partial list of nir dep files with idep_nir_headersEric Engestrom2019-09-121-2/+2
* meson/iris: replace partial list of nir dep files with idep_nir_headersEric Engestrom2019-09-121-3/+2
* v3d: flag dirty state when binding compute statesJose Maria Casanova Crespo2019-09-124-38/+47
* tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONEDanylo Piliaiev2019-09-121-1/+1
* gallium/ttn: VARYING_SLOT_PSIZ and VARYING_SLOT_FOGC are scalarIago Toral Quiroga2019-09-121-0/+10
* iris: trivial whitespace fixesKenneth Graunke2019-09-111-2/+2
* u_format: float type for R11G11B10_FLOAT/R9G9B9E5_FLOATJonathan Marek2019-09-111-2/+2
* u_format: add ETC2 to util_format_srgb/util_format_linearJonathan Marek2019-09-111-0/+12
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-112-37/+38
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-111-0/+9
* gallium: Require LLVM >= 3.9Adam Jackson2019-09-115-183/+3
* gallium: Require LLVM >= 3.8Adam Jackson2019-09-111-4/+2
* gallium: Require LLVM >= 3.7Adam Jackson2019-09-112-33/+4
* gallium: Require LLVM >= 3.6Adam Jackson2019-09-114-250/+82
* gallium: Require LLVM >= 3.5Adam Jackson2019-09-113-28/+2
* gallium: Require LLVM >= 3.4Adam Jackson2019-09-116-168/+6
* meson: don't generate file into subdirsDylan Baker2019-09-111-1/+1
* iris: Set bo->reusable = false in iris_bo_make_external_lockedKenneth Graunke2019-09-111-5/+4
* iris: Finish initializing the BO before stuffing it in the hash tableKenneth Graunke2019-09-111-4/+2
* radeonsi/gfx9: honor user stride for imported buffersMarek Olšák2019-09-111-0/+2
* prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNsMarek Olšák2019-09-111-0/+4
* lima: set .out_sync field of req in lima_submit_start()Vasily Khoruzhick2019-09-101-0/+1
* gallium: Fix util_format_get_depth_onlyKenneth Graunke2019-09-101-1/+1
* freedreno/a6xx: fix 3d tex layoutRob Clark2019-09-101-3/+4
* freedreno/a6xx: don't tile things that are too smallRob Clark2019-09-102-5/+11
* iris: Enable ARB_gl_spirv and ARB_spirv_extensionsCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* 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