summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/virgl
AgeCommit message (Expand)AuthorFilesLines
2016-04-12gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen1-0/+1
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+6
2016-04-07gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan1-0/+1
2016-03-26virgl: drop next shader property for now.Dave Airlie1-0/+1
2016-03-09gallium: add CAPs returning PCI device locationMarek Olšák1-0/+4
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-1/+2
2016-03-01virgl: add support for passing render condition flags to host.Dave Airlie2-1/+5
2016-02-26virgl: add missing CAP turned off.Dave Airlie1-0/+3
2016-02-04gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin1-0/+1
2016-02-03gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle1-0/+1
2016-02-03gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle1-0/+2
2016-02-02virgl: reuse screen when fd is already openRob Herring2-0/+7
2016-01-23virgl: enable building on AndroidRob Herring1-0/+35
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+1
2016-01-14gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle1-0/+1
2016-01-08gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin1-0/+1
2016-01-08gallium: add caps for POSITION and FACE system valuesMarek Olšák1-0/+2
2016-01-07gallium: add caps to expose support for multi indirect drawsIlia Mirkin1-0/+2
2016-01-03gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin1-0/+1
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