index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
virgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+1
*
virgl: drop next shader property for now.
Dave Airlie
2016-03-26
1
-0
/
+1
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
1
-0
/
+4
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-1
/
+2
*
virgl: add support for passing render condition flags to host.
Dave Airlie
2016-03-01
2
-1
/
+5
*
virgl: add missing CAP turned off.
Dave Airlie
2016-02-26
1
-0
/
+3
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+2
*
virgl: reuse screen when fd is already open
Rob Herring
2016-02-02
2
-0
/
+7
*
virgl: enable building on Android
Rob Herring
2016-01-23
1
-0
/
+35
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
3
-4
/
+4
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
virgl: free sampler view on failure path
Dave Airlie
2015-10-31
1
-1
/
+5
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
13
-30
/
+45
*
virgl: introduce virgl_query() inline wrapper
Emil Velikov
2015-10-30
1
-5
/
+10
*
virgl: use virgl_screen/surface upcast wrappers
Emil Velikov
2015-10-30
5
-6
/
+11
*
virgl: introduce and use virgl_transfer/texture/resource inline wrappers
Emil Velikov
2015-10-30
7
-24
/
+34
*
virgl: add virgl_context/sampler_view/so_target() upcast wrappers
Emil Velikov
2015-10-30
7
-65
/
+82
*
virgl: remove sw_winsys pointer from virgl_screen
Emil Velikov
2015-10-30
3
-3
/
+0
*
virgl: rename virgl.h to virgl_screen.h
Emil Velikov
2015-10-30
6
-5
/
+5
*
virgl: move virgl_hw.h into the driver dir
Emil Velikov
2015-10-30
4
-2
/
+289
*
virgl: straighten the includes confusion
Emil Velikov
2015-10-30
3
-6
/
+3
*
virgl: move sources list to Makefile.sources
Emil Velikov
2015-10-30
2
-10
/
+19
*
virgl/vtest: add vtest driver
Dave Airlie
2015-10-23
1
-1
/
+2
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
18
-0
/
+4492