Commit Graph

  • 5e5a82233a vrend_blitter.c, vrend_egl_context.c: Fix warnings Gert Wollny 2018-06-05 22:11:13 +0200
  • 9b4254134d vrend_decode.c: Fix warnings Gert Wollny 2018-06-05 22:11:12 +0200
  • e96a5e8594 vrend_object.c: Fix warnings Gert Wollny 2018-06-05 22:11:11 +0200
  • a52d2ef49a vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:09 +0200
  • 567c91cb29 vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:08 +0200
  • 7058e6dce9 vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:07 +0200
  • b116ed8f9b vrend_renderer.c: fix warnings Gert Wollny 2018-06-05 22:11:06 +0200
  • 9e00a70402 vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:05 +0200
  • 9b7d7b79d1 vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:04 +0200
  • 951bb52fd5 vrend_renderer.c: Fix warnings and clean code Gert Wollny 2018-06-05 22:11:03 +0200
  • 44505b9268 vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:02 +0200
  • e72bc13892 virglrenderer.c: Fix warning Gert Wollny 2018-06-05 22:11:01 +0200
  • 6edc50f02d vrend_renderer.c: Fix warnings Gert Wollny 2018-06-05 22:11:00 +0200
  • 299c1119d2 vrend_formats.c: Silence warning -Wmissing-field-initializers Gert Wollny 2018-06-05 22:10:59 +0200
  • 84c74ea082 vrend: Add #define for unused variables Gert Wollny 2018-06-05 22:10:58 +0200
  • 9a4bb20836 vrend: enable multisample on GLES host with GLES >= 3.0 Gert Wollny 2018-05-22 15:48:19 +0200
  • e518a64c75 shader: refactor some source info out into a struct. Dave Airlie 2018-06-01 11:11:03 +1000
  • e73fd6289d shader: gather some destination info in a struct. Dave Airlie 2018-06-01 11:03:45 +1000
  • b169728231 shader: refactor out filling offset buffer Dave Airlie 2018-06-05 12:26:29 +1000
  • 72c6538ecc shader: convert txfi to string conversion Dave Airlie 2018-06-05 10:55:39 +1000
  • 68d1eb4bb4 shader: convert texture writemasks over to a string conversion (v2) Dave Airlie 2018-06-05 10:54:04 +1000
  • fd7d93a041 shader: refactor texture instruction extension Dave Airlie 2018-06-05 10:42:30 +1000
  • fa7f5de546 shader: refactor txq emit out of translate_tex Dave Airlie 2018-06-05 10:37:41 +1000
  • 055fd69374 shader: refactor out setting up texture ctx requirements Dave Airlie 2018-06-05 10:33:08 +1000
  • 397f1cc60c shader: use type conversions in translate_tex Dave Airlie 2018-06-05 10:28:05 +1000
  • e6307939eb shader: move dtypeprefix for txq into function. Dave Airlie 2018-06-05 10:26:36 +1000
  • 98eb584dd2 shader: refactor out txq emit to it's own function. Dave Airlie 2018-06-05 10:23:26 +1000
  • ce95385be4 renderer: use texture storage APIs if available. Dave Airlie 2018-06-06 14:00:35 +1000
  • 5c50c84c7a renderer: use is_buffer flag on resource destruction Dave Airlie 2018-06-06 14:00:27 +1000
  • 0cca6d6b48 vrend: Call glDepthRange if we move from default value Elie Tournier 2018-06-05 17:54:21 +0100
  • 4baf9b6a9e vrend: Enable vertex_attrib_binding also on Hosts with GLES >= 3.1 Gert Wollny 2018-05-28 11:13:27 +0200
  • 3222f87b73 vrend: use bits in caps set v2 Gurchetan Singh 2018-06-04 10:24:18 -0700
  • 11f1cbb5f2 shader: refactor out the input/output prefix code. Dave Airlie 2018-06-04 13:07:09 +1000
  • 211f67993c Revert "vrend: Use red/green with swizzle for luminance/alpha formats" Alexandros Frantzis 2018-05-25 16:51:55 +0300
  • a79e837b0d vrend: Support GL blits for multisample textures Alexandros Frantzis 2018-05-25 16:51:54 +0300
  • 2f941194a5 vrend: Support GL blits with integer color formats Alexandros Frantzis 2018-05-25 16:51:53 +0300
  • 6b44f37507 vrend: Remove two more BGRA formats from GLES Tomeu Vizoso 2018-05-23 11:09:11 +0200
  • 20960da342 vrend: Remove VIRGL_FORMAT_B5G5R5A1_UNORM from GLES Tomeu Vizoso 2018-05-18 14:29:00 +0200
  • b27fa082de vrend: Add support for PIPE_FORMAT_A4B4G4R4_UNORM Tomeu Vizoso 2018-05-18 14:28:59 +0200
  • ec1e384dd2 vrend: Add support for VIRGL_FORMAT_R10G10B10A2_UINT Tomeu Vizoso 2018-05-18 14:28:58 +0200
  • 900cdf4b07 detabify vrend_shader.c Dave Airlie 2018-06-01 11:24:56 +1000
  • 4d2a346179 vrend_shader: move source register translation Gurchetan Singh 2018-05-30 18:43:15 -0700
  • d0ea53fc5b vrend_shader: move destination register translation Gurchetan Singh 2018-05-30 18:43:14 -0700
  • 58e5559b2a vrend_shader: use conversion table in iter_instruction Gurchetan Singh 2018-05-30 18:43:13 -0700
  • 0db4fc6394 vrend_shader: add conversion table Gurchetan Singh 2018-05-30 18:43:12 -0700
  • 2dd41453ab shader: make setting a requested glsl_ver more robust. Dave Airlie 2018-05-25 12:55:57 +1000
  • e716b00fd4 vrend_shader: use bit-table instead of booleans Gurchetan Singh 2018-05-23 17:28:35 -0700
  • 80bb4e05cc vrend_shader: add bit-table for GLSL header strings Gurchetan Singh 2018-05-23 17:28:34 -0700
  • 2c4edb57f9 vrend_shader: remove ctx->has_frag_viewport_idx Gurchetan Singh 2018-05-23 17:28:33 -0700
  • 0c759675b2 virgl_hw: add a warning noting the bool_set1 is full Dave Airlie 2018-05-21 16:07:19 +1000
  • efc093d0ec add ARB_transform_feedback_overflow_query support Dave Airlie 2018-05-21 15:54:00 +1000
  • be265410c3 add ARB_polygon_offset_clamp support Dave Airlie 2018-05-21 15:43:45 +1000
  • 7d4b9f972c add ARB_derivative_control support Dave Airlie 2018-05-21 15:13:19 +1000
  • 6b5d7919c5 add ARB_conditional_render_inverted support Dave Airlie 2018-05-21 14:59:39 +1000
  • 95650df93c add support for ARB_texture_mirror_clamp_to_edge. Dave Airlie 2018-05-21 14:45:36 +1000
  • cc6ecc610d vrend: add ARB_texture_buffer_range support. Dave Airlie 2018-05-18 11:21:36 +1000
  • 792b99d9db vrend: make texture buffer objects more robust Dave Airlie 2018-05-18 11:16:41 +1000
  • 89d8ff8a88 vrend: refactor out sized buffer creation. Dave Airlie 2018-05-18 11:06:53 +1000
  • c865b6345e vrend: set texture buffer offset alignment to 0 Dave Airlie 2018-05-18 10:47:08 +1000
  • a70348975c build: enable some more warnings by default. Dave Airlie 2018-05-21 13:06:07 +1000
  • 69169b0780 renderer: drop unused variable Dave Airlie 2018-05-21 13:05:54 +1000
  • f4c56d624f tgsi: drop unused swizzle/negate variables Dave Airlie 2018-05-21 13:05:40 +1000
  • c96011d2ac make arrayname size a bit larger Dave Airlie 2018-05-21 13:03:45 +1000
  • e95aa50ca4 shader: make some functions static Dave Airlie 2018-05-21 13:01:36 +1000
  • c0cdef6f95 gles: fix the unused ctx name variable. Dave Airlie 2018-05-21 13:00:29 +1000
  • 0f320cada4 renderer: fix sign mismatches. Dave Airlie 2018-05-21 12:59:39 +1000
  • 85cb380d0e renderer: make some functions static Dave Airlie 2018-05-21 12:57:05 +1000
  • fd0ed16337 vrend: handle GL_INVALID_ENUM when trying format. Lepton Wu 2018-05-18 09:19:06 -0700
  • 01d02cee1b arb_gpu_shader5: expose higher GLSL level to guest Dave Airlie 2018-05-15 14:06:46 +1000
  • 54c2308029 arb_gpu_shader5: add support for indirect ubo/samplers Dave Airlie 2018-05-15 14:06:34 +1000
  • 881152e93d arb_gpu_shader5: add support for non-uniform texture offsets Dave Airlie 2018-05-15 14:05:26 +1000
  • 1be2c508be arb_gpu_shader5: add support for prim id and samplemask Dave Airlie 2018-05-15 14:04:59 +1000
  • 5ca68cdb9f arb_gpu_shader5: add support for interpolation instructions (v2) Dave Airlie 2018-05-15 14:04:14 +1000
  • c8d21f0b63 arb_gpu_shader5: add extra gpu shader instructions. Dave Airlie 2018-05-15 14:01:01 +1000
  • 0a135d4e80 arb_gpu_shader5: add support for enhanced texture gather Dave Airlie 2018-05-15 13:58:13 +1000
  • 2cad994e90 arb_gpu_shader5: add support for vertex streams. Dave Airlie 2018-05-15 13:48:58 +1000
  • 0337bcd3ce arb_gpu_shader5: add support for indexed queries Dave Airlie 2018-05-15 12:31:55 +1000
  • 027a0df49e tgsi: handle parsing vertex streams Dave Airlie 2017-08-08 06:22:49 +1000
  • 2c21683dfb scan: add ability to find dimension files Dave Airlie 2015-12-21 15:03:56 +1000
  • 1022754ca1 shader: start running tgsi scanner on shader. Dave Airlie 2015-12-21 11:39:33 +1000
  • 75119ddd4b vrend: Fix typo in GLES glReadPixel warning Jakob Bornecrantz 2018-05-18 14:55:03 +0200
  • 91ef824294 vrend: Warn on different type and format when reading back FBOs v2 Jakob Bornecrantz 2018-05-11 12:28:08 +0200
  • 2505058446 vrend: Up the shader feature level when on GLES 3.x Jakob Bornecrantz 2018-04-09 13:08:50 +0100
  • 7029a45fec vrend: Add GL_EXT_transform_feedback for gles Jakob Bornecrantz 2018-04-03 16:07:58 +0100
  • a7c7117319 vrend: Add GL_ARB_uniform_buffer_object for gles Jakob Bornecrantz 2018-04-03 14:46:47 +0100
  • e57359eeb4 vrend: Add VIRGL_FORMAT_R8G8B8A8_SRGB format and test for more sRGB formats Jakob Bornecrantz 2018-04-03 16:53:40 +0100
  • 25165ad72a vrend: Enable texture_multisample for GLES Tomeu Vizoso 2018-05-15 14:44:58 +0200
  • de8528cd1c vrend: Use glFramebuffer3DOES on GLES Jakob Bornecrantz 2018-05-14 15:56:10 +0200
  • ad2788cacd vrend: Adjust the GL blit source bounds based on the blit read direction Alexandros Frantzis 2018-05-11 18:48:54 +0300
  • 04884aa7e4 Don't handle rasterizer state depth-clip in virgl_clear Gert Wollny 2018-05-14 18:35:41 +0200
  • 7f615cdee1 shader: Invert y coordonate if on gles host Elie Tournier 2018-04-20 17:17:47 +0100
  • 78c9c237b0 vrend: Associate host UBOs with the correct gallium uniform buffers Alexandros Frantzis 2018-05-03 18:33:48 +0300
  • 704c619785 Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query method Gert Wollny 2018-05-09 16:37:35 +0200
  • bab29c2243 vrend_clear: clear and restore rasterizer discard and depth clamp Gert Wollny 2018-05-08 12:47:50 +0200
  • 9f1fe32c9c vrend: Handle primitive reset when running on GLES Jakob Bornecrantz 2018-04-09 17:18:12 +0100
  • 45bbd05e5f vrend: Add precision qualifiers for all GLES shaders Jakob Bornecrantz 2018-04-10 15:54:56 +0100
  • 9d84a03602 vrend: Nop sends to backing iovs for readonly textures v2. Jakob Bornecrantz 2018-03-26 15:40:03 +0100
  • 9812fe07ea vrend: Use RGB1 swizzle for formats with "don't care" components Alexandros Frantzis 2018-04-23 18:46:02 +0300
  • 84fc54f6bf vrend: Use red/green with swizzle for luminance/alpha formats Alexandros Frantzis 2018-04-23 18:46:01 +0300
  • 6b97c28184 vrend: Use red with swizzle for luminance formats Alexandros Frantzis 2018-04-23 18:46:00 +0300