685 Commits (851d131d70fcbebcc8cfb5ffa0669a42bb72e078)

Author SHA1 Message Date
Lepton Wu 1686cf92a7 vrend: Fix wrong numlayers in vrend_make_view 5 years ago
Gurchetan Singh 6c7da17184 vrend_renderer: re-enable emulated GL_BGRA tweak for external images 5 years ago
Gurchetan Singh b6b7fcb2c6 vrend_renderer: use glEGLImageTargetTexStorageEXT when available 5 years ago
Gurchetan Singh f7129507b9 vrend_renderer: check for GL_EXT_EGL_image_storage, use features 5 years ago
Marc-André Lureau 52f19d9eab Fix -Wunused-variable warning 5 years ago
Gurchetan Singh bbcac75eb4 vrend: fix autotools build error 5 years ago
Gurchetan Singh 50e830bba9 vrend: VIRGL_BIND_IMMUTABLE_STORAGE --> VREND_STORAGE_GL_IMMUTABLE 5 years ago
Gurchetan Singh 98d2b366db vrend: refactor storage enum 5 years ago
Gert Wollny 3ec182aaf7 vrend: Clean error state before querying the features 5 years ago
David Riley a352943002 vrend: Only use virgl_gbm_transfer when transfering to host. 5 years ago
David Riley c529faf1ba vrend: Fence before transfering from host if necessary 5 years ago
David Stevens b9ecaac78a vrend: skip texture size check for gbm-only resources 5 years ago
Gert Wollny a81147cf4d vrend: Always use the virgl_formats enum in the virglrenderer code 5 years ago
Gert Wollny dcd429bb23 formats: Always use the VIRGL_FORMAT enums in vrend code 5 years ago
David Stevens 27e0bf1360 vrend: fix non-gbm build error 5 years ago
David Stevens 77d2681823 vrend: support emulating planar image sampling 5 years ago
Lepton Wu b650eb951d vrend: Don't create view for textures created from EGLImage 5 years ago
Lepton Wu dc064827bb vrend: move debug_texure() location backward. 5 years ago
Gert Wollny 2abeb1802e vrend: check that the transfer iov holds enough data for the data upload 5 years ago
Gert Wollny cbc8d8b75b vrend: check transfer bounds for negative values too and report error 5 years ago
Gert Wollny 164d7587ad vrend: Add an assert for allocating the intermediate texture 5 years ago
Gert Wollny 125621e652 vrend: Check the sampler target and view format and bail out if they are illegal 5 years ago
Gert Wollny a156652047 vrend: Ensure that buffer creation doesn't bleed into the texture allocation 5 years ago
Gert Wollny 24f67de7a9 vrend: check info formats in blits 5 years ago
Gert Wollny 95e4af9f4d vrend: Add error reporting to the resource parameter check 5 years ago
Gert Wollny 0d9a2c88dc vrend: Check resource creation more thoroughly 5 years ago
Gert Wollny dcf1408c97 vrend: Move virgl_has_gl_colorspace and dependencies to vrend_renderer.c 5 years ago
Gert Wollny 72ef431508 vrend: Fix warnings about no return value and braces 5 years ago
Gert Wollny 5d03711f88 vrend: Keep the max texture sizes in the vrend_state 5 years ago
Gert Wollny 06d60e4705 vrend: silence warnings when NDEBUG is defined 5 years ago
Gurchetan Singh 4e0a17405a vrend_renderer: fix GLES log spam 5 years ago
Gurchetan Singh 246265c771 virgl/gbm: modify conversion to/from gbm formats 5 years ago
David Stevens 3f5ec0c82c virgl/gbm: improve gbm resource creation 5 years ago
Gert Wollny eca01605f2 shader: Move winsys_adjust_y_emitted from the shader key into the dump context 5 years ago
Gert Wollny a66f3a1560 vrend: Emulate Multisample BGRA format on GLES 5 years ago
Gert Wollny e66a1d97cb vrend: Keep track of GL_FRAMEBUFFER_SRGB state and restore it after blits 5 years ago
Lepton Wu efff41d204 vrend: Use view target instead of texture target. 5 years ago
Gert Wollny d5dd2d302d vrend: Always use a texture view for the source when doing blits (HACK) 5 years ago
Gert Wollny 1ffa77c6a8 vrend: Clear blit framebuffer attachments after copy_resource 5 years ago
Gert Wollny aa05501cce vrend: Unbind sampler view after creation 5 years ago
Gert Wollny 47088b7fc4 vrend: Unbind all frambuffer attachments after doing a blit 5 years ago
Gurchetan Singh ec371e55f8 vrend_renderer: add NULL checks 5 years ago
Gurchetan Singh e36302cc93 vrend_renderer: delete extraneous transfer 5 years ago
Lepton Wu 737c6e73e1 virglrenderer: Also allocate 1x1 resource with gbm. 5 years ago
Gurchetan Singh f8f5d3f073 virglrenderer: report structures virglrenderer_execute supports 5 years ago
Gert Wollny 5f28eb8868 shader: fix mismatching shader invariants on GL 5 years ago
Gert Wollny abcd75475b vrend: Fix newly introduced warnings when ENABLE_GBM_ALLOCATION is not set 5 years ago
Gert Wollny e480cb6335 vrend: Ignore prev shader stages in shader key when procesing unbound shaders 5 years ago
Gurchetan Singh 336f2f1911 virglrenderer: add virgl_renderer_execute 5 years ago
Gurchetan Singh e3683f0fbd vrend: also report scanout formats to the guest 5 years ago