Commit Graph

2125 Commits (macos/master)

Author SHA1 Message Date
Akihiko Odaki c8b112f5f5
Revert "vrend: Check GL errors" 2 years ago
Ryan Neph c6723745fe vrend: partial revert to fix bgra sampling regression 2 years ago
Yonggang Luo ab03587b64 Fixes thread compare in vkr_ring_stop by using thrd_equal 2 years ago
Corentin Noël b547cd692a shader: Simplify condition for the first pass of convert_shader 2 years ago
Corentin Noël 9c0e1f153f shader: Remove leftover mask_temp variable 2 years ago
Corentin Noël a4844ef735 shader: return the corresponding type when translating TGSI_SEMANTIC_SAMPLEMASK 2 years ago
Igor Torrente 8f7437f05c venus: add vkGetCalibratedTimestampsEXT extension 2 years ago
Igor Torrente 4ba6c8005b venus: move vkGetCalibratedTimestamps to vn_protocol_driver_device.h 2 years ago
Gert Wollny 27da7dca98 shader: Improve handling of front/back color 2 years ago
Akihiko Odaki 29f9245d2e virgl: Add VIRGL_FORMAT_R8G8_SRGB 2 years ago
Corentin Noël 8d7603a1f1 shader: Make sure that we are not mixing generic and patch variables 2 years ago
Akihiko Odaki 631edfb4bc virgl: Fix VIRGL_OBJ_SAMPLE_STATE_S0_MAX_ANISOTROPY 2 years ago
Yiwei Zhang 46bfe31d8b vkr: explicit disable VK_KHR_external_fence_fd 2 years ago
Yiwei Zhang bd1165b8de vkr: update protocol to include VK_KHR_external_fence_fd 2 years ago
Igor Torrente 967f2952f0 vkr: Replace direct use of vk* cmd with proc-table 2 years ago
Igor Torrente 0a871315e5 vkr: Modify vkr_device_from_handle.py to use proc-table 2 years ago
Chia-I Wu 805bfda52c vkr: remove vkr_device_init_entry_points 2 years ago
Chia-I Wu d66378dbb4 vkr: init proc tables 2 years ago
Chia-I Wu d8ba43984a vkr: update venus-protocol for proc tables 2 years ago
Ryan Neph 5304e7d3df vrend: add vrend_resource_needs_redblue_swizzle() to fix arcvm deqp 2 years ago
Akihiko Odaki 6f296ee4bf vrend: Enable GL_DEBUG_OUTPUT after format testing 2 years ago
Akihiko Odaki c0871ad319 Fix the source integer type of casts to pointers 2 years ago
Chia-I Wu 1c0ec811ee vkr: add some extensions used by dxvk 2 years ago
Chia-I Wu 356caedae2 vkr: update venus-protocol headers 2 years ago
Ryan Neph 5bcaaa3b67 vrend: swap red/blue color for clear_texture on BGRA resources in GLES 2 years ago
Ryan Neph 8bfed499a2 vrend: remove a helper function that no longer has users 2 years ago
Ryan Neph 3a25c8c2ec vrend: apply CPU data reordering for all bgr* resources on GLES hosts 2 years ago
Ryan Neph c1d7416555 vrend: use the correct gbm bgra formats 2 years ago
Ryan Neph cb8e07824d vrend: move gl_srgb_formats into gl_bgra_formats 2 years ago
Ryan Neph c956d0df75 vrend: fixup views for samplers of eglimage-backed srgb textures 2 years ago
Ryan Neph 383e034a4f vrend: simplify vrend_blit_needs_redblue_swizzle() 2 years ago
Ryan Neph 320992b204 vrend: use manual srgb decode/encode during blits that don't support views 2 years ago
Ryan Neph 591a80d30a vrend: blitter: add option for manual srgb decode/encode 2 years ago
Ryan Neph 719d570cb8 vrend: simply renames vrend_color_convert_linear_to_srgb 2 years ago
Ryan Neph bea282334d vrend: manual clear_color srgb encoding for eglimage-backed bgr* textures 2 years ago
Ryan Neph cd33353097 vrend: simple refactor to vrend_hw_emit_framebuffer_state() 2 years ago
Ryan Neph 6b3bf717d4 vrend: simply renames convert_linear_to_srgb_on_write to match other bitmasks 2 years ago
Ryan Neph 187e651304 vrend: avoid srgb views on eglimage-backed surfaces 2 years ago
Ryan Neph 4bcc867600 vrend: adds vrend_resource_supports_view() helper func 2 years ago
Ryan Neph 61c526177f vrend: remove obsolete state flag 2 years ago
Akihiko Odaki 8d452da883 vrend: Check GL errors 2 years ago
Akihiko Odaki 16ff21319d vrend: Return EINVAL when switching context failed 2 years ago
Akihiko Odaki 632c4615a6 vrend: Do not try to restore old texture binding 2 years ago
Akihiko Odaki a038d52e91 vrend: Do not call glBeginConditionalRender twice 2 years ago
Akihiko Odaki 4155bdaef9 vrend: Create texture view for entire cube map 2 years ago
Akihiko Odaki 623f26f722 vrend: Compare gl_filter with GL_NEAREST 2 years ago
Akihiko Odaki 5738cfbe96 vrend: Advertise texture multisample capability 2 years ago
Akihiko Odaki a81a71c591 debug: Introduce VREND_DEBUG_ENABLED flag 2 years ago
Akihiko Odaki 26372a6e2f vrend: Check if texture can be multisampled 2 years ago
Akihiko Odaki c5a07789c0 vrend: Check the texture is attached as color 2 years ago