2061 Commits (42aae37faaede393ae31abf6e3fb9601967d2c25)
 

Author SHA1 Message Date
Rohan Garg 104fef05e6 perf: Build crates locked to a version 4 years ago
Chia-I Wu 3c91b4093d vrend: rename vrend_renderer_resource_allocate_texture 4 years ago
Chia-I Wu 4a71d9fc67 vrend: refactor emulated bgra fixup 4 years ago
Chia-I Wu 99051a49b6 vrend: move texture width check earlier 4 years ago
Chia-I Wu 7899e05732 vrend: refactor vrend_resource buffer alloc 4 years ago
Chia-I Wu e2884b62ad vrend: refactor vrend_resource init 4 years ago
Chia-I Wu facba53047 vrend: constify vrend_renderer_resource_create_args 4 years ago
Gert Wollny e7f47fd3db perf: add scripts to build docker image and run perfetto trace analysis 4 years ago
Eric Anholt d5cced1e82 vrend: Fix TGSI UIF/IF behavior. 4 years ago
Gert Wollny 4455b3fd7a vrend: pass vrend_context directly to the decode functions 4 years ago
Gert Wollny 3f02922c7e vrend: remove superflous range check 4 years ago
Gert Wollny 569ea169ba vrend: reduce work done in command decoding loop 4 years ago
Gert Wollny cbcba9845f vrend: pass buffer pointer for current command to decoding functions 4 years ago
Gert Wollny c6b9de4084 vrend: replace switch on decode functions with call table 4 years ago
Gert Wollny e1a8fdf1b1 vrend: unify interface of decode functions 4 years ago
Ryan Neph 612e2d7c57 shader: disable coord_replace for non-POINT primitives 4 years ago
Chia-I Wu 9040965354 vrend: fix copy transfers with gbm bo 4 years ago
Chia-I Wu ad2e9c49da vrend: fix gbm transfer to subregion 4 years ago
Gurchetan Singh 9dac27a026 vrend: match Mesa gbm header 4 years ago
Gert Wollny ba6d1e387b vrend: emit alpha_ref value as float 4 years ago
Gert Wollny b4d601b1c5 vrend: Also test for EXT_buffer_storage 4 years ago
Ryan Neph b4dab39270 shader: fix emit_ios params order 4 years ago
Gert Wollny 184967eb6f ci: Update good versions and date limit 4 years ago
Lepton Wu 59f7510c96 vrend: only use egl fences on gles profile. 4 years ago
Gert Wollny 7db2faa354 ci: Add build with the stderr tracer 4 years ago
Gert Wollny 024a0d969d virgl: Add tracing to stderr as alternative tracing method 4 years ago
Gert Wollny 19d65e83e3 virgl: Add perfetto performance calls conditionally 4 years ago
Lepton Wu 3ebb0ffba4 virgl/gbm: Make it compile on old version of mesa. 4 years ago
Chia-I Wu 48f02de3bb vrend: reject invalid capset versions 4 years ago
Chia-I Wu 46da76bd02 vrend: clarify virgl capset versions 4 years ago
Chia-I Wu 922435f279 vrend: reject capset id 0 4 years ago
Chia-I Wu 0e272c3fe3 vrend: remove VREND_CAP_SET* 4 years ago
Chia-I Wu 1d31f70369 vrend: mask out VIRGL_RENDERER_THREAD_SYNC early 4 years ago
Chia-I Wu ccda76bb7d vrend: move eventfd manipulations to virgl_util.c 4 years ago
Chia-I Wu b87b69eda0 vrend: plug fence leaks 4 years ago
Chia-I Wu b5d3fe0aa6 vrend: fix VIRGL_RENDERER_THREAD_SYNC 4 years ago
Chia-I Wu 909090af13 vrend: silence a compiler warning 4 years ago
Chia-I Wu 1a8b82fdde virgl: fd should be an int in export_fence 4 years ago
Gert Wollny c7c102bab3 vrend: test for EXT_texture_mirror_clamp_to_edge 4 years ago
Lepton Wu 9954c2e392 virgl/gbm: support GBM_FORMAT_ABGR16161616F 4 years ago
Ryan Neph 305c3512f7 shader: mark readonly args as const 4 years ago
Ryan Neph 26a00bb026 shader: pass dump_ctx* as const in apply_prev_layout 4 years ago
Ryan Neph 87c80a4bea shader: vrend_shader.c linting 4 years ago
Ryan Neph bb89187351 shader: pass dump_ctx as const to emit_ios_* 4 years ago
Ryan Neph 00418a876f shader: pass *shadow_samp_mask as function arg 4 years ago
Ryan Neph 13d755f146 shader: remove dump_ctx arg from allocate_temp_range 4 years ago
Ryan Neph b9a78c61da shader: pass images[] as function arg 4 years ago
Ryan Neph 43b01bb25b shader: pass ssbo_memory_qualifier[] as function arg 4 years ago
Ryan Neph 4c76e9d828 shader: return updated glsl_ver_required from emit_ios_common 4 years ago
Ryan Neph cabc440336 shader: bundle vrend_patch_ios 4 years ago