02:17 cheako: I've choose this time to be when I start asking about what ppl can tell me regarding A770 16GB and linux and mesa drivers? Will Battlemage be supported at launch? Is there a channel for support?
14:41 alyssa: ..does the spec actually say what happens when you capture transform feedback of an instanced draw >_.
14:43 alyssa: I guess only implicitly.
15:20 alyssa: i don't see how anyone has conformant xfb what is this nonsense
15:31 alyssa: every time I fix something with my xfb implementation I discover some new horrible fact the spec requires
16:04 alyssa: well, passing ext_transform_feedback-intervening-read now
16:04 alyssa: hope you're happy, transform feedback
16:27 binhani: hi, I'm interested in the adriconf enhancements idea listed for GSoC and looking to know if it's still available
19:13 robclark: binhani: it has already been done.. sorry, the wiki page needs someone to update it (or migration to gitlab wiki so I don't have to remember my passwd to update the old wiki)
19:19 binhani: in this case, what other projects are still available that you would recommend?
19:23 robclark: tlwoerner: ^^^
20:34 alyssa: Mesa: error: GL_INVALID_ENUM in glDisable(GL_TEXTURE_1D_ARRAY)
20:34 alyssa: tex-miplevel-selection: ../src/mesa/main/renderbuffer.c:606: _mesa_update_renderbuffer_surface: Assertion `level <= resource->last_level' failed.
20:34 alyssa: well that doesn't sound great :D
20:35 alyssa: ("./tex-miplevel-selection 1DArrayShadow -auto")
20:56 alyssa: :q
20:57 psykose: :w!
21:57 Lynne: does robustness2.nullDescriptor work with descriptor buffers?
21:57 cwabbott: Lynne: yes
21:58 cwabbott: (the null descriptor isn't guaranteed to be all 0's, though - you still have to query it)
21:59 Lynne: ah...
22:01 Lynne: it's 0 in my case, probably some other issue