Skip to content

Commit

Permalink
Don't use a particular bit depth in KMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Dec 13, 2012
1 parent 958bc9b commit 81e7ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gfx/context/drm_egl_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ static bool gfx_ctx_set_video_mode(

#define EGL_ATTRIBS_BASE \
EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \
EGL_RED_SIZE, 8, \
EGL_GREEN_SIZE, 8, \
EGL_BLUE_SIZE, 8, \
EGL_RED_SIZE, 0, \
EGL_GREEN_SIZE, 0, \
EGL_BLUE_SIZE, 0, \
EGL_DEPTH_SIZE, 0, \
EGL_STENCIL_SIZE, 0

Expand Down

0 comments on commit 81e7ffe

Please sign in to comment.