mesa/src
Chad Versace ef5da26089 turnip: Add magic register values to tu_physical_device
The value of some magic regsiters differ across chipsets. fd6_context
manages the differences by initializing them at runtime. Let's do the
same.

Add to tu_physical_device a subset of those found in fd6_context:

    RB_UNKNOWN_8E04_blit
    RB_CCU_CNTL_gmem
    PC_UNKNOWN_9805
    SP_UNKNOWN_A0F8

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3743>
2020-02-12 23:27:43 +00:00
..
amd aco: improve SCC handling in some SALU combines 2020-02-12 19:18:45 +00:00
broadcom broadcom: Fix implicit declaration of ffs for Android build 2020-02-06 18:31:13 +01:00
compiler Rename nir_lower_constant_initializers to nir_lower_variable_initalizers 2020-02-12 15:41:49 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl Revert "egl: put full path to libEGL_mesa.so in GLVND json" 2020-02-06 00:19:13 +00:00
etnaviv etnaviv: drm-shim: add GC400 2020-01-30 04:05:39 +00:00
freedreno turnip: Add magic register values to tu_physical_device 2020-02-12 23:27:43 +00:00
gallium freedreno/a6xx: use single format enum 2020-02-12 21:59:59 +00:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx: print FPS with 2 decimal places 2020-02-10 19:02:33 -05:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel anv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_surface() 2020-02-12 21:34:02 +00:00
loader loader: Fix leak of kernel driver name 2020-01-30 10:08:17 -08:00
mapi glapi / teximage: implement EGLImageTargetTexStorageEXT 2020-01-13 14:57:18 -08:00
mesa Rename nir_lower_constant_initializers to nir_lower_variable_initalizers 2020-02-12 15:41:49 +00:00
panfrost panfrost: Remove unused anonymous enum variables. 2020-02-11 03:26:04 +00:00
util Revert "gallium: Fix big-endian addressing of non-bitmask array formats." 2020-02-11 00:53:04 +00:00
vulkan Vulkan overlay: use the corresponding image index for each swapchain 2020-02-10 11:32:08 +00:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript