Lines Matching refs:glthread
104 - glthread crash in \_mesa_glthread_upload
2076 - mesa: add glInternalSetError for glthread
2077 - mesa: make error handling for glGetActiveUniform glthread-safe
2078 - glthread: make glGetActiveUniform return without syncing
2079 - mesa: lock Shared->BufferObjects only once for a glthread batch
2080 - mesa: lock Shared->TexMutex only once for a glthread batch
2182 - glthread: use glthread->used instead of glthread->next_batch->used
2183 - glthread: use uint64_t to declare the batch buffer instead of align(8)
2184 - glthread: change sizes to unsigned or size_t where needed
2185 - glthread: count batch space in units of uint64_t elements
2294 - glthread: fix interpreting vertex size == GL_BGRA for vertex attribs
2558 - dri: Restrict glthread for CS:GO to radeonsi
2664 - dri: enable glthread + radeonsi workaround for CS:GO
2867 - egl/surfaceless: glthread support