summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* util: Make util_context_thread_changed a no-op on Windows.Jose Fonseca2018-09-101-0/+2
* virgl: do not map zero-sized resourceErik Faye-Lund2018-09-101-2/+1
* virgl: remove dead codeErik Faye-Lund2018-09-101-5/+1
* virgl: drop needless return-codeErik Faye-Lund2018-09-101-2/+1
* virgl: free trans on map-errorErik Faye-Lund2018-09-101-0/+1
* etnaviv: Reduce max offset to available hardware bits.Mathias Fröhlich2018-09-101-0/+2
* gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.Mathias Fröhlich2018-09-103-0/+6
* virgl: don't send a shader create with no data. (v2)Dave Airlie2018-09-101-1/+1
* st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák2018-09-072-0/+137
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-0716-0/+24
* Revert "gallium/os_thread: simplify helper pipe_current_thread_get_time_nano"Marek Olšák2018-09-071-1/+5
* radeonsi: pin the winsys thread to the requested L3 cache (v2)Marek Olšák2018-09-074-0/+46
* gallium/u_threaded: implement set_context_param for thread pinning (v2)Marek Olšák2018-09-072-0/+41
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-072-0/+46
* gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)Marek Olšák2018-09-075-0/+59
* gallium/os_thread: simplify helper pipe_current_thread_get_time_nanoMarek Olšák2018-09-071-5/+1
* gallium/u_cpu_detect: get the number of cores per L3 cache for AMD ZenMarek Olšák2018-09-072-0/+25
* gallium/u_cpu_detect: fix parsing the CPU familyMarek Olšák2018-09-071-1/+2
* gallium/u_cpu_detect: fix a race condition on initializationMarek Olšák2018-09-071-8/+10
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-073-8/+11
* move u_math to src/utilDylan Baker2018-09-0713-902/+9
* v3d: Fix setup of the VCM cache size.Eric Anholt2018-09-071-1/+1
* v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.Eric Anholt2018-09-071-1/+3
* freedreno: fix rast->depth_cleap_near/farRob Clark2018-09-071-1/+2
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-0620-3/+23
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-0647-52/+92
* nir: Drop the vs_inputs_dual_locations optionJason Ekstrand2018-09-061-1/+0
* radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remapJason Ekstrand2018-09-061-0/+1
* gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák2018-09-065-0/+8
* freedreno/ir3: insert mov if same instruction in the outputs.Hyunjun Ko2018-09-051-0/+14
* freedreno/ir3: make immediates array dynamicHyunjun Ko2018-09-053-1/+11
* freedreno: allocate ctx's batch on demandRob Clark2018-09-054-15/+25
* freedreno: add fd_context_batch() accessorRob Clark2018-09-058-10/+21
* freedreno/a6xx: fix mem2gmem for zsbufRob Clark2018-09-051-1/+4
* freedreno/batch: fix crash in !reorder caseRob Clark2018-09-051-2/+8
* freedreno/ir3: better compile_error() printingRob Clark2018-09-051-2/+16
* freedreno/a6xx: bordercolor fixesRob Clark2018-09-051-4/+25
* freedreno: fix context teardown harderRob Clark2018-09-054-8/+8
* freedreno/ir3: ignore unused inputsRob Clark2018-09-051-1/+29
* freedreno/a6xx: fix debug build crashRob Clark2018-09-051-0/+7
* svga: rename face to layer_faceCharmaine Lee2018-09-051-22/+25
* svga: encode sample count in resource declarationsBrian Paul2018-09-054-0/+6
* svga: sync with upstream changes to surface flagsCharmaine Lee2018-09-059-14/+19
* svga: avoid try_blit() for some depth formats on non vgpu10.Neha Bhende2018-09-051-0/+13
* svga: convert dst format to linear when blending is enabled.Neha Bhende2018-09-051-1/+3
* winsys/svga: Avoid cap2 code path for nowNeha Bhende2018-09-051-13/+5
* svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.Neha Bhende2018-09-051-0/+112
* svga/winsys: Add cap2 support in winsysNeha Bhende2018-09-054-2/+38
* svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driverNeha Bhende2018-09-053-0/+49
* svga: update device header files from upstreamBrian Paul2018-09-0515-196/+569