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/util: don't modify usage in pipe_buffer_write
Marek Olšák
2016-07-23
1
-0
/
+5
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
3
-3
/
+13
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
virgl: drop pointless leftover init of virgl_transfer_inline_write.
Dave Airlie
2016-07-17
1
-1
/
+0
*
virgl: reduce some limits for now
Dave Airlie
2016-06-28
1
-3
/
+4
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+0
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
virgl: remove unused state_tracker/graw.h include
Emil Velikov
2016-05-23
1
-1
/
+0
*
virgl: handle cull distance cap.
Dave Airlie
2016-05-21
1
-0
/
+1
*
virgl: Add missing texture transfer_inline_write
Rob Herring
2016-05-21
1
-1
/
+1
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+2
*
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
[next]