mesa/src
Chris Wilson f194d2737b intel: Suppress a compiler warning for an pointer->int cast
intel_pixel_read.c: In function ‘do_blit_readpixels’:
intel_pixel_read.c:221: warning: cast from pointer to integer of
different size

Cast via an intermediate (GLintptr) instead and hope the result fits
within GLuint... [It should as we simply do not support textures *that*
large!]

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-10-03 23:08:39 +01:00
..
driclient g3dvl: Fix some memory leaks. 2009-01-10 13:52:06 -05:00
egl egl_xdri: Report full list of supported configs. 2009-09-29 08:10:48 -06:00
gallium llvmpipe: Fetch tile only if a color buffer is bound. 2009-10-03 19:42:22 +01:00
glew glew: correct misspelling of glFramebufferTextureLayer 2009-06-18 10:13:55 +01:00
glu Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glut glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling 2009-08-11 08:54:25 -06:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx glx: fix glXQueryContext(GLX_RENDER_TYPE) 2009-09-30 15:15:10 -06:00
mesa intel: Suppress a compiler warning for an pointer->int cast 2009-10-03 23:08:39 +01:00
Makefile
SConscript glew: Initial import. 2009-01-23 12:32:35 +00:00