summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/virgl
AgeCommit message (Expand)AuthorFilesLines
2016-01-02u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák1-1/+1
2016-01-02u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák1-1/+1
2016-01-02u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák1-1/+1
2015-12-30gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin1-0/+1
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan3-4/+4
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin1-0/+1
2015-10-31virgl: free sampler view on failure pathDave Airlie1-1/+5
2015-10-30virgl: unwrap the includesEmil Velikov13-30/+45
2015-10-30virgl: introduce virgl_query() inline wrapperEmil Velikov1-5/+10
2015-10-30virgl: use virgl_screen/surface upcast wrappersEmil Velikov5-6/+11
2015-10-30virgl: introduce and use virgl_transfer/texture/resource inline wrappersEmil Velikov7-24/+34
2015-10-30virgl: add virgl_context/sampler_view/so_target() upcast wrappersEmil Velikov7-65/+82
2015-10-30virgl: remove sw_winsys pointer from virgl_screenEmil Velikov3-3/+0
2015-10-30virgl: rename virgl.h to virgl_screen.hEmil Velikov6-5/+5
2015-10-30virgl: move virgl_hw.h into the driver dirEmil Velikov4-2/+289
2015-10-30virgl: straighten the includes confusionEmil Velikov3-6/+3
2015-10-30virgl: move sources list to Makefile.sourcesEmil Velikov2-10/+19
2015-10-23virgl/vtest: add vtest driverDave Airlie1-1/+2
2015-10-23virgl: add driver for virtio-gpu 3D (v2)Dave Airlie18-0/+4492