index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
virgl
/
virgl_encode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: add encoder functions for new protocol
Gurchetan Singh
2019-02-15
1
-0
/
+22
*
virgl: limit command length to 16 bits
Gurchetan Singh
2019-02-15
1
-5
/
+7
*
virgl: use virgl_transfer in inline write
Gurchetan Singh
2019-02-15
1
-26
/
+40
*
virgl: track level cleanliness rather than resource cleanliness
Gurchetan Singh
2019-02-15
1
-2
/
+1
*
virgl: use virgl_resource_dirty helper
Gurchetan Singh
2019-02-15
1
-10
/
+4
*
virgl: add ability to do finer grain dirty tracking
Gurchetan Singh
2019-02-15
1
-1
/
+1
*
virgl: ARB_query_buffer_object support
Dave Airlie
2019-01-31
1
-0
/
+16
*
virgl: fix const warning on debug flags.
Dave Airlie
2018-12-04
1
-2
/
+2
*
virgl: don't mark buffers as unclean after a write
Gurchetan Singh
2018-11-30
1
-0
/
+10
*
virgl: Add command and flags to initiate debugging on the host (v2)
Gert Wollny
2018-11-13
1
-0
/
+24
*
virgl: don't send a shader create with no data. (v2)
Dave Airlie
2018-09-10
1
-1
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+1
*
virgl: use hw-atomics instead of in-ssbo ones
Tomeu Vizoso
2018-09-05
1
-0
/
+23
*
virgl: add debug-switch to output TGSI
Erik Faye-Lund
2018-08-28
1
-0
/
+3
*
virgl: introduce $VIRGL_DEBUG=verbose
Erik Faye-Lund
2018-08-28
1
-1
/
+2
*
virgl: replace fprintf-call with debug_printf
Erik Faye-Lund
2018-08-28
1
-1
/
+1
*
virgl: ARB_enhanced_layouts support
Dave Airlie
2018-08-22
1
-1
/
+1
*
virgl: ARB_texture_barrier support
Dave Airlie
2018-08-14
1
-0
/
+8
*
virgl: Support ARB_framebuffer_no_attachments
Dave Airlie
2018-08-01
1
-0
/
+6
*
virgl: add initial ARB_compute_shader support
Dave Airlie
2018-08-01
1
-1
/
+24
*
virgl: add memory barrier support
Dave Airlie
2018-08-01
1
-0
/
+8
*
virgl: add initial images support (v2)
Dave Airlie
2018-08-01
1
-0
/
+29
*
virgl: add initial shader_storage_buffer_object support. (v2)
Dave Airlie
2018-07-24
1
-0
/
+25
*
virgl: Fix flush in virgl_encoder_inline_write.
Lepton Wu
2018-07-17
1
-1
/
+1
*
virgl: implement set_min_samples
Erik Faye-Lund
2018-07-17
1
-0
/
+7
*
virgl: add ARB_texture_view support
Dave Airlie
2018-06-27
1
-2
/
+5
*
virgl: add ARB_tessellation_shader support. (v2)
Dave Airlie
2018-06-14
1
-2
/
+19
*
virgl: enable vertex streams when glsl level is high enough.
Dave Airlie
2018-05-15
1
-1
/
+1
*
virgl: Implement seamless cube maps
Stéphane Marchesin
2018-03-21
1
-1
/
+2
*
virgl: add ARB_sample_shading support.
Dave Airlie
2018-02-14
1
-1
/
+2
*
virgl: add ARB_draw_indirect support.
Dave Airlie
2018-02-14
1
-1
/
+14
*
virgl: encode index buffer offset.
Dave Airlie
2017-07-27
1
-1
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-3
/
+3
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-1
/
+1
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
2016-12-12
1
-1
/
+7
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+5
*
virgl: add support for passing render condition flags to host.
Dave Airlie
2016-03-01
1
-1
/
+3
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
1
-2
/
+6
*
virgl: use virgl_screen/surface upcast wrappers
Emil Velikov
2015-10-30
1
-2
/
+2
*
virgl: introduce and use virgl_transfer/texture/resource inline wrappers
Emil Velikov
2015-10-30
1
-2
/
+2
*
virgl: add virgl_context/sampler_view/so_target() upcast wrappers
Emil Velikov
2015-10-30
1
-1
/
+1
*
virgl: add driver for virtio-gpu 3D (v2)
Dave Airlie
2015-10-23
1
-0
/
+863