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
/
virgl_encode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: Use ETC2 formats directly when possible.
Lepton Wu
2020-04-16
1
-0
/
+10
*
virgl: Increase the shader transfer buffer by doubling the size
Gert Wollny
2019-12-17
1
-2
/
+3
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
virgl: support emulating planar image sampling
David Stevens
2019-11-08
1
-1
/
+6
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-3
/
+3
*
virgl: fix format conversion for recent gallium changes.
Dave Airlie
2019-08-26
1
-6
/
+225
*
virgl: Store the virgl_hw_res for copy transfers
Alexandros Frantzis
2019-06-28
1
-2
/
+3
*
virgl: Add skeleton to evaluate cap and send tweaks
Gert Wollny
2019-06-20
1
-0
/
+9
*
virgl: save virgl_hw_res in virgl_transfer
Chia-I Wu
2019-06-17
1
-2
/
+6
*
virgl: Support copy transfers
Alexandros Frantzis
2019-06-07
1
-5
/
+49
*
virgl: track valid buffer range for transfer sync
Chia-I Wu
2019-05-22
1
-0
/
+11
*
virgl: remove support for buffer surfaces
Chia-I Wu
2019-05-22
1
-7
/
+4
*
virgl: handle NULL shader resource explicitly
Chia-I Wu
2019-05-22
1
-3
/
+3
*
virgl: add support for ARB_multi_draw_indirect
Dave Airlie
2019-04-09
1
-4
/
+7
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
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
[next]