869 Commits (e8045c1edb01eb0e17593f5690beeb9f4144f507)

Author SHA1 Message Date
Chia-I Wu e8045c1edb vrend: fix a warning with GLES 4 years ago
Gert Wollny 869454e550 vrend: silence warnings when compiling with egl disabled 4 years ago
Dominik Behr 1c9a7a52e0 virgl: add support for EGL device selection 4 years ago
Dominik Behr 4acd9f0e34 vrend: BGRX between texture and EGL image is not copy compatible 4 years ago
Chia-I Wu 45d1e4fa77 vrend: fix fence polling without sync thread 4 years ago
Ryan Neph 956b719d03 shader: lazy host shader variant compilation 4 years ago
Ryan Neph 2d99aa61c6 shader: resolve shader dependencies before program linking 4 years ago
Gurchetan Singh 22cbf5fc12 vrend: check external blob use before using glBufferStorage 4 years ago
Gert Wollny 4421c4a56a vrend: Emit string markers that begin with BEGIN: and END: as tracing scope 4 years ago
Gert Wollny fd0769aeb7 vrend: implement support for KHR_debug 4 years ago
Rohan Garg 9ff43016e0 virgl: Use OpenGL types instead of C types 4 years ago
Rohan Garg 61cb7dca78 virgl: Add a fallback to query total video memory 4 years ago
Chia-I Wu d470a2df58 virgl: add support for per-context fencing 4 years ago
Chia-I Wu 3a2a537c69 vrend: hook up per-context fencing internally 4 years ago
Chia-I Wu 3ae1b379f9 vrend: replace fence id by fence cookie internally 4 years ago
Chia-I Wu 5379986993 vrend: track fence contexts 4 years ago
Akihiko Odaki d9aad06ba2 vrend: Create frame buffer object in do_readpixels 4 years ago
Akihiko Odaki 64d35b6a85 vrend: Do not cache frame buffer object in vrend resource 4 years ago
Rohan Garg f390c4d673 virglrenderer: Expose detailed GPU memory info to guests 4 years ago
Gert Wollny daa7d9439c vrend: check if we got a version string 4 years ago
Akihiko Odaki acf0fe9d99 Remove GNU extension codes 4 years ago
Akihiko Odaki 0bf0fa4f8a Align sampler feature detections to Epoxy 4 years ago
Rohan Garg 7e7a4e72a1 vrend: Introudce VIRGL_CAP_V2_VIDEO_MEMORY to query video memory 4 years ago
Lepton Wu 51f45f343b vrend: Fix GL_TEXTURE_SWIZZLE_RGBA on GLES 4 years ago
Gert Wollny ae72487585 vrend: report compute cap on GL only if the GL version is at least 3.3 4 years ago
Lepton Wu 4835ffa488 vrend: Fixes non-reachable default case. 4 years ago
Gert Wollny 9fbc538ac6 vrend: move program only into front of queue of it is not already there 4 years ago
Gert Wollny 4a5c238d53 vrend: don't check vertex attributes in draw_vbo 4 years ago
Gert Wollny c08c84197a vrend: use helper pointers in draw_bind_samplers_shader 4 years ago
Gert Wollny 4fd840331a vrend: use sub_ctx directly in clear 4 years ago
Gert Wollny 9e0c4aabd4 vrend: use helper for sub_ctx in set_framebuffer_state 4 years ago
Gert Wollny 999f9feea4 vrend: pass sub_ctx directly to draw_bind_objects 4 years ago
Gert Wollny e409ad823a vrend: add sub_ctx helper in bind_shader 4 years ago
Gert Wollny ff37f78f84 vrend: add sub_ctx helper in create_shader 4 years ago
Gert Wollny 7ab6a964f0 vrend: add a sub_ctx helper in launch_grid 4 years ago
Gert Wollny 5c85adaa7d vrend: pass sub_context directly to draw_bind_abo_shader 4 years ago
Gert Wollny b32ff0f72e vrend: pass sub_context directly to draw_bind_ssbo_shader 4 years ago
Gert Wollny bd7972b403 vrend: pass sub_context directly to draw_bind_images_shader 4 years ago
Gert Wollny 8ac253a42e vrend: make evaluation of same_prog better optimizable 4 years ago
Gert Wollny 4b151fcc8a vrend: rework shader program creation to be able to pass sub_ctx 4 years ago
Gert Wollny d0a23c1a7f vrend: pass sub_ctx directly to draw_bind_samplers_shader 4 years ago
Gert Wollny 217538ff8c vrend: pass sub_ctx directly to draw_bind_const_shader 4 years ago
Gert Wollny 6bbf703a98 vrend: pass sub_ctx direcly to draw_bind_ubo_shader 4 years ago
Gert Wollny 2ca4dd4fe4 vrend: pass sub_ctx dirctly to use and add program 4 years ago
Gert Wollny 71378f0d02 vrend: pass sub_ctx to blend state 4 years ago
Gert Wollny d3d10369dc vrend: pass sub_ctx to update_viewport_state 4 years ago
Gert Wollny 18fb818a92 vrend: pass sub_ctx when setting scissor state 4 years ago
Gert Wollny 3712429d84 vrend: pass sub_ctx when setting DS state 4 years ago
Gert Wollny 963a02a785 vrend: pass sub_ctx directly to update_frontface_state 4 years ago
Gert Wollny 71eadba603 vrend: replace uses of ctx->sub with sub_ctx 4 years ago