summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Fix -Wpointer-arith warningswarning-fixesMarc-André Lureau2-3/+3
2019-12-03Fix some -Wpedantic warningMarc-André Lureau1-2/+2
2019-12-03Fix -Wunused-variable warningMarc-André Lureau1-1/+2
2019-12-03Fix some -Wpedantic warningsMarc-André Lureau1-1/+1
2019-12-03Fix some -Wpedantic warningsMarc-André Lureau1-6/+10
2019-11-28vrend: Clean error state before querying the featuresGert Wollny1-0/+7
2019-11-28ci: Switch to buster + backportsGert Wollny2-8/+9
2019-11-15vrend: Only use virgl_gbm_transfer when transfering to host.David Riley1-1/+3
2019-11-15vrend: Fence before transfering from host if necessaryDavid Riley1-0/+10
2019-11-15virgl/egl: Add virgl_egl_fence_and_wait_externalDavid Riley2-0/+36
2019-11-14vrend: skip texture size check for gbm-only resourcesDavid Stevens3-2/+20
2019-11-14vrend: Always use the virgl_formats enum in the virglrenderer codeGert Wollny3-24/+26
2019-11-14formats: Always use the VIRGL_FORMAT enums in vrend codeGert Wollny2-40/+40
2019-11-14Gallium/format: Replace PIPE_FORMAT by using defined to VIRGL_FORMATGert Wollny3-364/+366
2019-11-14formats: Add all formats to VIRGL_FORMAT that are referenced in GalliumGert Wollny1-6/+133
2019-11-08vrend: fix non-gbm build errorDavid Stevens2-20/+28
2019-10-22vrend: support emulating planar image samplingDavid Stevens6-10/+118
2019-10-22ci: Quote shell variables.Lepton Wu1-3/+3
2019-10-22vrend: Don't create view for textures created from EGLImageLepton Wu2-1/+5
2019-10-22build: use warning_level in mesonLepton Wu1-4/+2
2019-10-22ci: Add llvm-8-dev explicitly.Lepton Wu1-0/+1
2019-10-11virgl/gbm: fix gbm exported fdsDavid Stevens1-1/+2
2019-10-10vrend: move debug_texure() location backward.Lepton Wu1-2/+2
2019-10-10vrend: check that the transfer iov holds enough data for the data uploadGert Wollny1-2/+9
2019-10-10tests: Add trigger for overflow in texture data uploadGert Wollny1-0/+41
2019-10-10vrend: check transfer bounds for negative values too and report errorGert Wollny2-6/+12
2019-10-10tests: Add test to trigger transfer IOV overflowGert Wollny1-0/+42
2019-10-10tests: Make it possible to set the test verbosity from the environmentGert Wollny1-1/+1
2019-10-10tests: vrend_transfer put some limits on the texture sizesGert Wollny1-5/+19
2019-10-10tests: Add numbers to the test comments to make it easier to locate failing t...Gert Wollny1-73/+73
2019-10-10tests: Fix cubemap tests to take care that width == high for tests that shoul...Gert Wollny1-10/+10
2019-10-10vrend: Add an assert for allocating the intermediate textureGert Wollny1-1/+2
2019-10-10blitter: Correct GLES DS multisample shader variantGert Wollny1-2/+1
2019-10-10vrend: Check the sampler target and view format and bail out if they are illegalGert Wollny2-1/+19
2019-10-10vrend: Ensure that buffer creation doesn't bleed into the texture allocationGert Wollny1-39/+44
2019-10-10vrend: check info formats in blitsGert Wollny2-0/+12
2019-10-10vrend: Add error reporting to the resource parameter checkGert Wollny1-25/+101
2019-10-10vrend: Check resource creation more thoroughlyGert Wollny1-2/+56
2019-10-10tests: Add test that trigger the fuzzer bugsGert Wollny3-1/+619
2019-10-10vrend: Move virgl_has_gl_colorspace and dependencies to vrend_renderer.cGert Wollny3-21/+31
2019-10-10vrend: Fix warnings about no return value and bracesGert Wollny2-1/+4
2019-10-10vrend: Keep the max texture sizes in the vrend_stateGert Wollny1-0/+13
2019-10-10vrend: silence warnings when NDEBUG is definedGert Wollny4-10/+19
2019-10-01shader: re-interpret GRID_SIZE, BLOCK_ID, and THREAD_ID as float in MOV to TEMPLepton Wu1-1/+5
2019-10-01virgl/egl: fix null pointer dereference 2Gurchetan Singh1-2/+2
2019-10-01virgl/egl: fix null pointer dereference 1Gurchetan Singh1-0/+6
2019-09-30virgl/gbm: fix transfer host plane offset and strideDavid Stevens1-5/+5
2019-09-26ci: Add task to check meson buildGert Wollny2-5/+62
2019-09-26build: Add meson buildGert Wollny8-0/+652
2019-09-26vtest: Add option and environment variable to select the rendernodeGert Wollny4-17/+49