594 Commits (ec1e384dd28089f93370d0fb8fb97934beefabb3)
 

Author SHA1 Message Date
Tomeu Vizoso ec1e384dd2 vrend: Add support for VIRGL_FORMAT_R10G10B10A2_UINT 7 years ago
Dave Airlie 900cdf4b07 detabify vrend_shader.c 7 years ago
Gurchetan Singh 4d2a346179 vrend_shader: move source register translation 7 years ago
Gurchetan Singh d0ea53fc5b vrend_shader: move destination register translation 7 years ago
Gurchetan Singh 58e5559b2a vrend_shader: use conversion table in iter_instruction 7 years ago
Gurchetan Singh 0db4fc6394 vrend_shader: add conversion table 7 years ago
Dave Airlie 2dd41453ab shader: make setting a requested glsl_ver more robust. 7 years ago
Gurchetan Singh e716b00fd4 vrend_shader: use bit-table instead of booleans 7 years ago
Gurchetan Singh 80bb4e05cc vrend_shader: add bit-table for GLSL header strings 7 years ago
Gurchetan Singh 2c4edb57f9 vrend_shader: remove ctx->has_frag_viewport_idx 7 years ago
Dave Airlie 0c759675b2 virgl_hw: add a warning noting the bool_set1 is full 7 years ago
Dave Airlie efc093d0ec add ARB_transform_feedback_overflow_query support 7 years ago
Dave Airlie be265410c3 add ARB_polygon_offset_clamp support 7 years ago
Dave Airlie 7d4b9f972c add ARB_derivative_control support 7 years ago
Dave Airlie 6b5d7919c5 add ARB_conditional_render_inverted support 7 years ago
Dave Airlie 95650df93c add support for ARB_texture_mirror_clamp_to_edge. 7 years ago
Dave Airlie cc6ecc610d vrend: add ARB_texture_buffer_range support. 7 years ago
Dave Airlie 792b99d9db vrend: make texture buffer objects more robust 7 years ago
Dave Airlie 89d8ff8a88 vrend: refactor out sized buffer creation. 7 years ago
Dave Airlie c865b6345e vrend: set texture buffer offset alignment to 0 7 years ago
Dave Airlie a70348975c build: enable some more warnings by default. 7 years ago
Dave Airlie 69169b0780 renderer: drop unused variable 7 years ago
Dave Airlie f4c56d624f tgsi: drop unused swizzle/negate variables 7 years ago
Dave Airlie c96011d2ac make arrayname size a bit larger 7 years ago
Dave Airlie e95aa50ca4 shader: make some functions static 7 years ago
Dave Airlie c0cdef6f95 gles: fix the unused ctx name variable. 7 years ago
Dave Airlie 0f320cada4 renderer: fix sign mismatches. 7 years ago
Dave Airlie 85cb380d0e renderer: make some functions static 7 years ago
Lepton Wu fd0ed16337 vrend: handle GL_INVALID_ENUM when trying format. 7 years ago
Dave Airlie 01d02cee1b arb_gpu_shader5: expose higher GLSL level to guest 7 years ago
Dave Airlie 54c2308029 arb_gpu_shader5: add support for indirect ubo/samplers 7 years ago
Dave Airlie 881152e93d arb_gpu_shader5: add support for non-uniform texture offsets 7 years ago
Dave Airlie 1be2c508be arb_gpu_shader5: add support for prim id and samplemask 7 years ago
Dave Airlie 5ca68cdb9f arb_gpu_shader5: add support for interpolation instructions (v2) 7 years ago
Dave Airlie c8d21f0b63 arb_gpu_shader5: add extra gpu shader instructions. 7 years ago
Dave Airlie 0a135d4e80 arb_gpu_shader5: add support for enhanced texture gather 7 years ago
Dave Airlie 2cad994e90 arb_gpu_shader5: add support for vertex streams. 7 years ago
Dave Airlie 0337bcd3ce arb_gpu_shader5: add support for indexed queries 7 years ago
Dave Airlie 027a0df49e tgsi: handle parsing vertex streams 7 years ago
Dave Airlie 2c21683dfb scan: add ability to find dimension files 7 years ago
Dave Airlie 1022754ca1 shader: start running tgsi scanner on shader. 7 years ago
Jakob Bornecrantz 75119ddd4b vrend: Fix typo in GLES glReadPixel warning 7 years ago
Jakob Bornecrantz 91ef824294 vrend: Warn on different type and format when reading back FBOs v2 7 years ago
Jakob Bornecrantz 2505058446 vrend: Up the shader feature level when on GLES 3.x 7 years ago
Jakob Bornecrantz 7029a45fec vrend: Add GL_EXT_transform_feedback for gles 7 years ago
Jakob Bornecrantz a7c7117319 vrend: Add GL_ARB_uniform_buffer_object for gles 7 years ago
Jakob Bornecrantz e57359eeb4 vrend: Add VIRGL_FORMAT_R8G8B8A8_SRGB format and test for more sRGB formats 7 years ago
Tomeu Vizoso 25165ad72a vrend: Enable texture_multisample for GLES 7 years ago
Jakob Bornecrantz de8528cd1c vrend: Use glFramebuffer3DOES on GLES 7 years ago
Alexandros Frantzis ad2788cacd vrend: Adjust the GL blit source bounds based on the blit read direction 7 years ago