1702 Commits (1e3a8fd41dcca13a376a3fc835250c5d2843056d)

Author SHA1 Message Date
Gert Wollny bd7972b403 vrend: pass sub_context directly to draw_bind_images_shader 4 years ago
Gert Wollny 8ac253a42e vrend: make evaluation of same_prog better optimizable 4 years ago
Gert Wollny 4b151fcc8a vrend: rework shader program creation to be able to pass sub_ctx 4 years ago
Gert Wollny d0a23c1a7f vrend: pass sub_ctx directly to draw_bind_samplers_shader 4 years ago
Gert Wollny 217538ff8c vrend: pass sub_ctx directly to draw_bind_const_shader 4 years ago
Gert Wollny 6bbf703a98 vrend: pass sub_ctx direcly to draw_bind_ubo_shader 4 years ago
Gert Wollny 2ca4dd4fe4 vrend: pass sub_ctx dirctly to use and add program 4 years ago
Gert Wollny 71378f0d02 vrend: pass sub_ctx to blend state 4 years ago
Gert Wollny d3d10369dc vrend: pass sub_ctx to update_viewport_state 4 years ago
Gert Wollny 18fb818a92 vrend: pass sub_ctx when setting scissor state 4 years ago
Gert Wollny 3712429d84 vrend: pass sub_ctx when setting DS state 4 years ago
Gert Wollny 963a02a785 vrend: pass sub_ctx directly to update_frontface_state 4 years ago
Gert Wollny 71eadba603 vrend: replace uses of ctx->sub with sub_ctx 4 years ago
Gert Wollny 57a19772cb vrend: Add parent context reference to sub-contexts 4 years ago
Chia-I Wu f5a45fe97e vrend: add support for VIRGL_CAP_V2_UNTYPED_RESOURCE 4 years ago
Chia-I Wu 115a07a171 vrend: track untyped resources 4 years ago
Chia-I Wu f1e72a87b3 vrend: attach/detach virgl_resource rather than pipe_resource 4 years ago
Chia-I Wu e9de44ea19 vrend: fix a potential egl_image leak 4 years ago
Chia-I Wu 1f36f00ad6 vrend: clean up virgl_egl_image_from_* 4 years ago
Gert Wollny 03dd77537a vrend: refactor select program 4 years ago
Gert Wollny d9b4e34933 vrend: remove unused ctx from shader state call 4 years ago
Gert Wollny 12e5c80b8a vrend: pass sub-context to shader key generation 4 years ago
Gert Wollny 2835fed3d6 vrend: move drawing info to sub context 4 years ago
Gert Wollny 0be4be0c3b vrend: extract method for shader update from vrend_draw_vbo 4 years ago
Gert Wollny 2b0e2f0729 gallium/cso: use a different hash function 4 years ago
Gert Wollny 00093d0a8e vrend: use an array of program lists and merge dual_src into compare value 4 years ago
Gert Wollny 2d64614b84 vrend: seperate lists for compute and gfx shaders 4 years ago
Gert Wollny b9f7be9e98 vrend: move last used shader program in front of the list 4 years ago
Gert Wollny 5f1f099222 vrend: Cache VS and FS id's in program to speed up comparison 4 years ago
Gert Wollny 9ad6f60c50 vrend: merge vertex buffer ID into vertex buffer struct 4 years ago
Gert Wollny 1b51495bd1 vrend: replace if-chain by using switch/case 4 years ago
Gert Wollny 46be8896a5 vrend: use a helper variable for the buffer pointer 4 years ago
Gert Wollny a22c56fff4 vrend: remove unused parameter 4 years ago
Gert Wollny 4ab4d4ebb5 vrend: pass texture swizzle as array 4 years ago
Chia-I Wu d3fd5413c1 virgl: add virgl_renderer_context_create_with_flags 4 years ago
Chia-I Wu e47df7f941 virgl: fix virgl_renderer_export_query for untyped resources 4 years ago
Chia-I Wu 602002c33e vrend: fix out_modifier default value 4 years ago
Chia-I Wu f6c704558b virgl: fix virgl_renderer_resource_get_map_info for untyped resources 4 years ago
Chia-I Wu 3bd6244579 virgl: return res from virgl_resource_create_* 4 years ago
Chia-I Wu 4215cb7aa7 vrend: simplify vrend_renderer_resource_get_map_info 4 years ago
Chia-I Wu e1eb18ab91 virgl: clarify typed/untyped virgl_resource 4 years ago
Gert Wollny aac2d14ccb vrend: reduce tracing overhead by only calling vsnprintf when needed 4 years ago
Gert Wollny c575de50db vrend: Fix the decode loop error exit 4 years ago
Gert Wollny cbc5616377 vrend: Don't try to copy to res->iov if there is none 4 years ago
Gert Wollny 18b4bfc6f9 vrend: declare decode callback table as static 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