소스 검색

driswrast: Fix more context creation breakage

Pointed out by Colin Harrison.
undefined
Kristian Høgsberg 15 년 전
부모
커밋
9ab3df4ebb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/mesa/drivers/dri/swrast/swrast.c

+ 2
- 1
src/mesa/drivers/dri/swrast/swrast.c 파일 보기

@@ -501,7 +501,8 @@ swrast_init_driver_functions(struct dd_function_table *driver)
*/

static GLboolean
dri_create_context(const __GLcontextModes * visual,
dri_create_context(gl_api api,
const __GLcontextModes * visual,
__DRIcontext * cPriv, void *sharedContextPrivate)
{
struct dri_context *ctx = NULL;

Loading…
취소
저장