1564 Commits (4835ffa488d7cc6c19cbf6e2a1fe9a098a46d05c)

Author SHA1 Message Date
Gert Wollny 2abeb1802e vrend: check that the transfer iov holds enough data for the data upload 6 years ago
Gert Wollny cbc8d8b75b vrend: check transfer bounds for negative values too and report error 6 years ago
Gert Wollny 164d7587ad vrend: Add an assert for allocating the intermediate texture 6 years ago
Gert Wollny e6add72d5e blitter: Correct GLES DS multisample shader variant 6 years ago
Gert Wollny 125621e652 vrend: Check the sampler target and view format and bail out if they are illegal 6 years ago
Gert Wollny a156652047 vrend: Ensure that buffer creation doesn't bleed into the texture allocation 6 years ago
Gert Wollny 24f67de7a9 vrend: check info formats in blits 6 years ago
Gert Wollny 95e4af9f4d vrend: Add error reporting to the resource parameter check 6 years ago
Gert Wollny 0d9a2c88dc vrend: Check resource creation more thoroughly 6 years ago
Gert Wollny dcf1408c97 vrend: Move virgl_has_gl_colorspace and dependencies to vrend_renderer.c 6 years ago
Gert Wollny 72ef431508 vrend: Fix warnings about no return value and braces 6 years ago
Gert Wollny 5d03711f88 vrend: Keep the max texture sizes in the vrend_state 6 years ago
Gert Wollny 06d60e4705 vrend: silence warnings when NDEBUG is defined 6 years ago
Lepton Wu 4ac3a04cb8 shader: re-interpret GRID_SIZE, BLOCK_ID, and THREAD_ID as float in MOV to TEMP 6 years ago
Gurchetan Singh 2bec49d38f virgl/egl: fix null pointer dereference 2 6 years ago
Gurchetan Singh e30d1ef975 virgl/egl: fix null pointer dereference 1 6 years ago
David Stevens 910540dd50 virgl/gbm: fix transfer host plane offset and stride 6 years ago
Gert Wollny 17c2368f97 build: Add meson build 6 years ago
Gurchetan Singh 4e0a17405a vrend_renderer: fix GLES log spam 6 years ago
Gurchetan Singh 0a7fe48e9b vrend_debug: add debug GLES option 6 years ago
Gurchetan Singh 44f1653dbe virgl/gbm: factor out export retry logic 6 years ago
Gurchetan Singh 246265c771 virgl/gbm: modify conversion to/from gbm formats 6 years ago
David Stevens 3f5ec0c82c virgl/gbm: improve gbm resource creation 6 years ago
Gert Wollny eca01605f2 shader: Move winsys_adjust_y_emitted from the shader key into the dump context 6 years ago
Gert Wollny e15b6ac843 shader: Don't replace number of indirect generics in shader key 6 years ago
Gert Wollny a66f3a1560 vrend: Emulate Multisample BGRA format on GLES 6 years ago
Gert Wollny def64149af shader: Force two-side color emission only if it is really needed 6 years ago
Gert Wollny e66a1d97cb vrend: Keep track of GL_FRAMEBUFFER_SRGB state and restore it after blits 6 years ago
David Stevens 9cc29b194a virgl/gbm: Account for bpp in planar stride 6 years ago
David Stevens 1a73838b1f virgl/gbm: exported read/writable buffers 6 years ago
Gert Wollny a573ba498b shader: emit precise and invariant specifiers before interpolation specifier 6 years ago
Gert Wollny a9ca391a86 shader: Pass invariant flag based on SID 6 years ago
Lepton Wu efff41d204 vrend: Use view target instead of texture target. 6 years ago
Gert Wollny 48cc96c9ae Bump version number to 0.8.0 and increment sharedlib micro version 6 years ago
Gert Wollny d5dd2d302d vrend: Always use a texture view for the source when doing blits (HACK) 6 years ago
Gert Wollny 1ffa77c6a8 vrend: Clear blit framebuffer attachments after copy_resource 6 years ago
Gert Wollny aa05501cce vrend: Unbind sampler view after creation 6 years ago
Gert Wollny 47088b7fc4 vrend: Unbind all frambuffer attachments after doing a blit 6 years ago
Gert Wollny 8fa6ebbbb8 shader: Force emission of front/backcolor pairs if a backcolor is found in VS 6 years ago
Gert Wollny e2737b86ef shader: handle per SIDs front and back color emmission 6 years ago
Gurchetan Singh ec371e55f8 vrend_renderer: add NULL checks 6 years ago
Gurchetan Singh e36302cc93 vrend_renderer: delete extraneous transfer 6 years ago
Lepton Wu 737c6e73e1 virglrenderer: Also allocate 1x1 resource with gbm. 6 years ago
Gurchetan Singh f8f5d3f073 virglrenderer: report structures virglrenderer_execute supports 6 years ago
Zhenyu Wang 5bab75922c shader: add ARB_shader_image_load_store extension when required 6 years ago
Gert Wollny 5f28eb8868 shader: fix mismatching shader invariants on GL 6 years ago
Gert Wollny abcd75475b vrend: Fix newly introduced warnings when ENABLE_GBM_ALLOCATION is not set 6 years ago
Gert Wollny e480cb6335 vrend: Ignore prev shader stages in shader key when procesing unbound shaders 6 years ago
Gurchetan Singh 336f2f1911 virglrenderer: add virgl_renderer_execute 6 years ago
Gurchetan Singh e3683f0fbd vrend: also report scanout formats to the guest 6 years ago