1993 Commits (2b78bf1a676ec38591b5b93c7fbd4013f261634f)

Author SHA1 Message Date
Gert Wollny 122ae312db virgl: check buffer size to ensure no unsigned wraparound happens 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 f8a9ebce97 tracing: Add macros to emit begin and end markers seperately 4 years ago
Gert Wollny fd0769aeb7 vrend: implement support for KHR_debug 4 years ago
Gert Wollny b5d701683e debug: silence unused ctx warning in build with NDEBUG defined 4 years ago
Gert Wollny a296b90d19 vrend: Add debug string GET_MEMORY_INFO command and fix array 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
Chia-I Wu 17796a3a9d virgl: add fencing interface to virgl_context 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
cheyang 51d4d37c29 formats:add astc 2d compressed format support 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
John Bates 8d824b10cc use TRACE_SCOPE_SLOW for high-frequency tracing 4 years ago
John Bates e64afcf897 add percetto tracing option 4 years ago
John Bates 0621329415 remove TRACE_SCOPE_FMT to simplify tracing API 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