summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga
AgeCommit message (Expand)AuthorFilesLines
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo4-22/+22
2022-11-15tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* ...Yonggang Luo1-2/+2
2022-11-15tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo2-4/+4
2022-11-15util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.hYonggang Luo1-1/+1
2022-11-15util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.hYonggang Luo1-1/+1
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo4-4/+4
2022-07-28util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom1-3/+3
2022-06-15c11: Implement thread_local in c11/threads.hYonggang Luo1-1/+2
2022-04-26svga: Add support for SVGAv3Zack Rusin2-1/+18
2022-04-26svga: Don't try to build x86/x64 assembly on different arch'sZack Rusin1-7/+7
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-1/+6
2022-01-18svga: Add utility to check for GL43 supportNeha Bhende3-1/+15
2021-09-21svga: enable DRM mks-stats via hooking to the corresponding DRM ioctlsMartin Krastev5-7/+539
2021-08-30svga/drm: use pb_usage_flags instead of pipe_map_flags in vmw_svga_winsys_buf...Neha Bhende1-18/+16
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-66/+0
2021-04-06gallium/pb: remove 8 bytes from pb_buffer by packing variablesMarek Olšák1-2/+2
2021-04-06gallium/pb: change pb_buffer::alignment to alignment_log2Marek Olšák2-2/+2
2021-04-06gallium/pb: pass an optional winsys pointer to the buffer destroy functionMarek Olšák2-2/+2
2020-11-24meson: add idep_mesautil to components using simple_mtx.hMark Janes1-1/+1
2020-09-22gallium: rename pipe_transfer_usage -> pipe_map_flagsMarek Olšák1-1/+1
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák6-31/+31
2020-08-21winsys/svga: fix display corruption after surface_initCharmaine Lee1-15/+18
2020-06-18svga: replace all dup() with os_dupfd_cloexec()Eric Engestrom1-2/+3
2020-06-18replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom1-1/+2
2020-06-05svga: Performance fixesNeha Bhende4-0/+69
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende3-8/+69
2020-06-05winsys/drm: Add GL4.1 support in drm winsysNeha Bhende3-6/+31
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+2
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák2-2/+2
2020-04-29winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom4-12/+22
2020-04-29gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom1-0/+2
2020-04-13svga: fix build on FreeBSDGreg V1-0/+3
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom2-3/+12
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca1-23/+0
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák2-19/+9
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2-2/+2
2020-02-26gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák1-3/+3
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák1-12/+1
2020-01-29winsys/svga: Enable transhuge pages for buffer objectsThomas Hellstrom1-0/+1
2020-01-29winsys/svga: use new ioctl for loggingRoland Scheidegger4-6/+42
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri1-3/+3
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri2-4/+4
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri2-4/+4
2019-10-24winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom1-1/+4
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-19util: use standard name for sprintf()Eric Engestrom1-1/+1
2019-06-20winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom3-15/+10
2019-06-06winsys/svga/drm: Fix 32-bit RPCI send messageDeepak Rawat1-12/+23