763 Commits (7c23f330a1499cf99b096bf2938fcbf1eb8515ef)
 

Author SHA1 Message Date
Dave Airlie 68d1eb4bb4 shader: convert texture writemasks over to a string conversion (v2) 6 years ago
Dave Airlie fd7d93a041 shader: refactor texture instruction extension 6 years ago
Dave Airlie fa7f5de546 shader: refactor txq emit out of translate_tex 6 years ago
Dave Airlie 055fd69374 shader: refactor out setting up texture ctx requirements 6 years ago
Dave Airlie 397f1cc60c shader: use type conversions in translate_tex 6 years ago
Dave Airlie e6307939eb shader: move dtypeprefix for txq into function. 6 years ago
Dave Airlie 98eb584dd2 shader: refactor out txq emit to it's own function. 6 years ago
Dave Airlie ce95385be4 renderer: use texture storage APIs if available. 6 years ago
Dave Airlie 5c50c84c7a renderer: use is_buffer flag on resource destruction 6 years ago
Elie Tournier 0cca6d6b48 vrend: Call glDepthRange if we move from default value 6 years ago
Gert Wollny 4baf9b6a9e vrend: Enable vertex_attrib_binding also on Hosts with GLES >= 3.1 6 years ago
Gurchetan Singh 3222f87b73 vrend: use bits in caps set v2 6 years ago
Dave Airlie 11f1cbb5f2 shader: refactor out the input/output prefix code. 6 years ago
Alexandros Frantzis 211f67993c Revert "vrend: Use red/green with swizzle for luminance/alpha formats" 6 years ago
Alexandros Frantzis a79e837b0d vrend: Support GL blits for multisample textures 6 years ago
Alexandros Frantzis 2f941194a5 vrend: Support GL blits with integer color formats 6 years ago
Tomeu Vizoso 6b44f37507 vrend: Remove two more BGRA formats from GLES 6 years ago
Tomeu Vizoso 20960da342 vrend: Remove VIRGL_FORMAT_B5G5R5A1_UNORM from GLES 6 years ago
Tomeu Vizoso b27fa082de vrend: Add support for PIPE_FORMAT_A4B4G4R4_UNORM 6 years ago
Tomeu Vizoso ec1e384dd2 vrend: Add support for VIRGL_FORMAT_R10G10B10A2_UINT 6 years ago
Dave Airlie 900cdf4b07 detabify vrend_shader.c 6 years ago
Gurchetan Singh 4d2a346179 vrend_shader: move source register translation 6 years ago
Gurchetan Singh d0ea53fc5b vrend_shader: move destination register translation 6 years ago
Gurchetan Singh 58e5559b2a vrend_shader: use conversion table in iter_instruction 6 years ago
Gurchetan Singh 0db4fc6394 vrend_shader: add conversion table 6 years ago
Dave Airlie 2dd41453ab shader: make setting a requested glsl_ver more robust. 6 years ago
Gurchetan Singh e716b00fd4 vrend_shader: use bit-table instead of booleans 6 years ago
Gurchetan Singh 80bb4e05cc vrend_shader: add bit-table for GLSL header strings 6 years ago
Gurchetan Singh 2c4edb57f9 vrend_shader: remove ctx->has_frag_viewport_idx 6 years ago
Dave Airlie 0c759675b2 virgl_hw: add a warning noting the bool_set1 is full 6 years ago
Dave Airlie efc093d0ec add ARB_transform_feedback_overflow_query support 6 years ago
Dave Airlie be265410c3 add ARB_polygon_offset_clamp support 6 years ago
Dave Airlie 7d4b9f972c add ARB_derivative_control support 6 years ago
Dave Airlie 6b5d7919c5 add ARB_conditional_render_inverted support 6 years ago
Dave Airlie 95650df93c add support for ARB_texture_mirror_clamp_to_edge. 6 years ago
Dave Airlie cc6ecc610d vrend: add ARB_texture_buffer_range support. 6 years ago
Dave Airlie 792b99d9db vrend: make texture buffer objects more robust 6 years ago
Dave Airlie 89d8ff8a88 vrend: refactor out sized buffer creation. 6 years ago
Dave Airlie c865b6345e vrend: set texture buffer offset alignment to 0 6 years ago
Dave Airlie a70348975c build: enable some more warnings by default. 6 years ago
Dave Airlie 69169b0780 renderer: drop unused variable 6 years ago
Dave Airlie f4c56d624f tgsi: drop unused swizzle/negate variables 6 years ago
Dave Airlie c96011d2ac make arrayname size a bit larger 6 years ago
Dave Airlie e95aa50ca4 shader: make some functions static 6 years ago
Dave Airlie c0cdef6f95 gles: fix the unused ctx name variable. 6 years ago
Dave Airlie 0f320cada4 renderer: fix sign mismatches. 6 years ago
Dave Airlie 85cb380d0e renderer: make some functions static 6 years ago
Lepton Wu fd0ed16337 vrend: handle GL_INVALID_ENUM when trying format. 6 years ago
Dave Airlie 01d02cee1b arb_gpu_shader5: expose higher GLSL level to guest 6 years ago
Dave Airlie 54c2308029 arb_gpu_shader5: add support for indirect ubo/samplers 6 years ago