791 Commits (f4ac4c69341944fe878148397b8d4cd1cef9eb97)
 

Author SHA1 Message Date
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
Dave Airlie 881152e93d arb_gpu_shader5: add support for non-uniform texture offsets 6 years ago
Dave Airlie 1be2c508be arb_gpu_shader5: add support for prim id and samplemask 6 years ago
Dave Airlie 5ca68cdb9f arb_gpu_shader5: add support for interpolation instructions (v2) 6 years ago
Dave Airlie c8d21f0b63 arb_gpu_shader5: add extra gpu shader instructions. 6 years ago
Dave Airlie 0a135d4e80 arb_gpu_shader5: add support for enhanced texture gather 6 years ago
Dave Airlie 2cad994e90 arb_gpu_shader5: add support for vertex streams. 6 years ago
Dave Airlie 0337bcd3ce arb_gpu_shader5: add support for indexed queries 6 years ago
Dave Airlie 027a0df49e tgsi: handle parsing vertex streams 6 years ago
Dave Airlie 2c21683dfb scan: add ability to find dimension files 6 years ago
Dave Airlie 1022754ca1 shader: start running tgsi scanner on shader. 6 years ago
Jakob Bornecrantz 75119ddd4b vrend: Fix typo in GLES glReadPixel warning 6 years ago
Jakob Bornecrantz 91ef824294 vrend: Warn on different type and format when reading back FBOs v2 6 years ago
Jakob Bornecrantz 2505058446 vrend: Up the shader feature level when on GLES 3.x 6 years ago
Jakob Bornecrantz 7029a45fec vrend: Add GL_EXT_transform_feedback for gles 6 years ago
Jakob Bornecrantz a7c7117319 vrend: Add GL_ARB_uniform_buffer_object for gles 6 years ago
Jakob Bornecrantz e57359eeb4 vrend: Add VIRGL_FORMAT_R8G8B8A8_SRGB format and test for more sRGB formats 6 years ago
Tomeu Vizoso 25165ad72a vrend: Enable texture_multisample for GLES 6 years ago
Jakob Bornecrantz de8528cd1c vrend: Use glFramebuffer3DOES on GLES 6 years ago
Alexandros Frantzis ad2788cacd vrend: Adjust the GL blit source bounds based on the blit read direction 6 years ago
Gert Wollny 04884aa7e4 Don't handle rasterizer state depth-clip in virgl_clear 6 years ago
Elie Tournier 7f615cdee1 shader: Invert y coordonate if on gles host 6 years ago
Alexandros Frantzis 78c9c237b0 vrend: Associate host UBOs with the correct gallium uniform buffers 6 years ago