Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
5dcc088bf16c8c4659e5e7c272ab226f0ed95d75
/
include
7a9329b
mesa: misc GLX_INTEL_swap_event fixes
by Robert Bragg
· 15 years ago
95f8f75
egl: Update headers.
by Chia-I Wu
· 15 years ago
a7aaf05
Sun compilers now support some gcc __attribute__ values
by Alan Coopersmith
· 15 years ago
c6ef705
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
by Jesse Barnes
· 15 years ago
5ec99c0
st/vega: Fix breakage from -fvisibility=hidden.
by Chia-I Wu
· 15 years ago
dc6bcc9
gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ad-hoc definitions.
by José Fonseca
· 15 years ago
7f17057
DRI2/GLX: add INTEL_swap_event support
by Jesse Barnes
· 15 years ago
a35f6bb
DRI2: add SwapBuffers support
by Jesse Barnes
· 15 years ago
aaf7ecf
glew: Update to version 1.5.2.
by José Fonseca
· 15 years ago
897cb89
egl: Fix breakage from -fvisibility=hidden.
by Chia-I Wu
· 15 years ago
33f44b9
mesa: Avoid WIN32_LEAN_AND_MEAN re-definition.
by José Fonseca
· 15 years ago
700a2eb
glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
by José Fonseca
· 15 years ago
f42c861
Regenerate gl_mangle.h.
by Tom Fogal
· 15 years ago
7593bcb
gl: added mangled glXGetProcAddressARB define
by Tom Fogal
· 15 years ago
5c0dc90
gl: updated wglext.h to version 17
by Brian Paul
· 15 years ago
559da98
gl: updated glxext.h to version 25
by Brian Paul
· 15 years ago
9df9696
gl: updated glext.h to version 56
by Brian Paul
· 15 years ago
f7fb30f
mesa: regenerated gl_mangle.h file
by Brian Paul
· 15 years ago
2b992dc
gl: restore some PFNGL typedefs
by Brian Paul
· 15 years ago
0c309bb
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
by Brian Paul
· 15 years ago
18bdb6e
egl: also use X types for building on Apple/MacOS X
by Brian Paul
· 15 years ago
27148cc
gl: upgrade wglext.h to version 15
by Brian Paul
· 15 years ago
39bf48f
gl: upgrade glxext.h to version 23
by Brian Paul
· 15 years ago
2d725da
gl: upgrade glext.h to version 54
by Brian Paul
· 15 years ago
edb0267
Merge commit 'origin/openvg-1.0'
by Zack Rusin
· 15 years ago
1b05b5b
glew: correct misspelling of glFramebufferTextureLayer
by Keith Whitwell
· 15 years ago
a04af33
Merge branch 'mesa_7_5_branch'
by Brian Paul
· 15 years ago
b0d874b
mesa: regenerated gl_mange.h file
by Brian Paul
· 15 years ago
4c03444
mesa: Fix wglext.h prototypes.
by Michal Krol
· 15 years ago
81a0ef3
mesa: update wglext.h to latest version
by Brian Paul
· 15 years ago
d33c315
mesa: remove PFNGL typedefs that are in glext.h
by Brian Paul
· 15 years ago
73a48a8
mesa: upgrade glext.h to version 52
by Brian Paul
· 15 years ago
544dd4b
OpenVG 1.0 State Tracker
by Zack Rusin
· 16 years ago
d18dd6a
GNU/Hurd fixes
by Samuel Thibault
· 16 years ago
dbf87f2
DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat
by Ian Romanick
· 16 years ago
46857f3
mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
by José Fonseca
· 16 years ago
82634ee
DRI2: Provide an interface for drivers to flush front-buffer rendering
by Ian Romanick
· 16 years ago
a9bf5b5
gl: add new OGL 3.1 enums to glext.h
by Roland Scheidegger
· 16 years ago
0d9a715
gl: update glext.h to version 48
by Roland Scheidegger
· 16 years ago
33fa6a2
egl: include stdint.h to get the c99 integer typedefs
by Brian Paul
· 16 years ago
2e2f3b4
Add Solaris to OS'es using X in eglplatform.h
by Alan Coopersmith
· 16 years ago
6dd9c22
Convert u_int*_t to C99 standard uint*_t
by Alan Coopersmith
· 16 years ago
4934ddf
gl: update include/GL/glext.h to version 48
by Brian Paul
· 16 years ago
66175aa
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
by Eric Anholt
· 16 years ago
493b69a
gl: added include/GL/wglext.h
by Brian Paul
· 16 years ago
8d5b8a4
gl: update glext.h to version 46
by Brian Paul
· 16 years ago
5c18ff2
fix incorrect prototype for glMapBufferRange() in glext.h
by Brian Paul
· 16 years ago
161307f
egl: Allow compilation to succeed with FreeBSD
by Benjamin Close
· 16 years ago
6556245
glx: add support for a reallyFlush() function before swap occurs.
by Alan Hourihane
· 16 years ago
fe0ccf3
mesa: regenerated gl_mange.h file
by Brian Paul
· 16 years ago
6620496
mesa: bump gl.h version comment to 7.7 (bug 20170)
by Brian Paul
· 16 years ago
5ef5162
glut: Fix broken font symbols when gcc visibility attributes used.
by José Fonseca
· 16 years ago
b5c901a
glut: Don't try to guess system headers.
by José Fonseca
· 16 years ago
4367778
glut: Automatic library linkage only on MSVC.
by José Fonseca
· 16 years ago
0e4e765
glut: Use a new define GLUT_STATIC to distinguish static builds.
by José Fonseca
· 16 years ago
492c7b3
glut: Ensure windows.h is included on windows.
by José Fonseca
· 16 years ago
57d0001
glew: Initial import.
by José Fonseca
· 16 years ago
d150e6a
glut: Do not rely on GLAPIENTRY symbol.
by José Fonseca
· 16 years ago
4558f6a
glut: Don't include mesa_wgl.h on MinGW builds.
by José Fonseca
· 16 years ago
d3866f0
dri: add fake front definitions
by Alan Hourihane
· 16 years ago
658b1bd
Merge commit 'origin/master' into gallium-0.2
by Alan Hourihane
· 16 years ago
ef193c1
mesa: remove old GLView.h header for BeOS
by Brian Paul
· 16 years ago
c3a00a7
mesa: remove deprecated headers from Makefile.am
by Brian Paul
· 16 years ago
287102d
mesa: deprecate GL/amesa.h header (allegro driver)
by Brian Paul
· 16 years ago
f5979b0
mesa: deprecate the GL/fxmesa.h header
by Brian Paul
· 16 years ago
d25cc16
mesa: remove the ancient include/GL/ugl*.h headers
by Brian Paul
· 16 years ago
1636328
xmesa: deprecate the "XMesa" interface
by Brian Paul
· 16 years ago
4441e0a
mesa: latest glxext.h header, no version change
by Brian Paul
· 16 years ago
258c55d
mesa: import glext.h version 44
by Brian Paul
· 16 years ago
f7b4c2c
mesa: latest glxext.h header, no version change
by Brian Paul
· 16 years ago
08fdc74
mesa: import glext.h version 44
by Brian Paul
· 16 years ago
867705b
dri: fix for Cygwin compilation, bug 19144
by Jon Turney
· 16 years ago
8e75998
dri: fix for Cygwin compilation, bug 19144
by Jon Turney
· 16 years ago
81aa678
glut: MinGW portability fixes.
by José Fonseca
· 16 years ago
81c8622
Merge commit 'origin/master' into gallium-0.2
by Alan Hourihane
· 16 years ago
239ce22
glx: added PFNGL*PROC typedefs for GLX 1.3 functions
by Brian Paul
· 16 years ago
cd1283f
glu: fix compilation problem when using Windows gl.h (sf bug 2204589)
by Nigel Stewart
· 16 years ago
61d3a66
Merge commit 'origin/master' into gallium-0.2
by Alan Hourihane
· 16 years ago
8c20c91
mesa: version 43 of glext.h
by Brian Paul
· 16 years ago
3efd3b1
mesa: version 21 of glxext.h
by Brian Paul
· 16 years ago
45efcc4
Remove CVS keywords.
by Keith Whitwell
· 16 years ago
9644fa6
Merge branch 'master' into gallium-0.2
by Keith Whitwell
· 16 years ago
5a46e17
mesa: standardize on C99's uint*_t instead of u_int*_t
by Keith Whitwell
· 16 years ago
dc8058c
Update to SGI FreeB 2.0.
by Adam Jackson
· 16 years ago
cc7dd4f
Merge commit 'origin/gallium-0.1' into gallium-0.2
by Keith Whitwell
· 16 years ago
47ad296
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2
by Alan Hourihane
· 16 years ago
0397b2b
Merge branch 'gallium-0.1' into gallium-0.2
by Keith Whitwell
· 16 years ago
8c092de
Remove CVS keywords.
by José Fonseca
· 16 years ago
f56b569
DRI2: Drop sarea, implement swap buffers in the X server.
by Kristian Høgsberg
· 16 years ago
0423a39
version 20 of glxext.h
by Brian Paul
· 16 years ago
1a1079e
version 41 of glext.h
by Brian Paul
· 16 years ago
7536f39
version 41 of glext.h
by Brian Paul
· 16 years ago
d80d0bb
version 20 of glxext.h
by Brian Paul
· 16 years ago
01ac454
Apple: Some changes to fix compilation problems on OSX
by Jeremy Huddleston
· 16 years ago
b908ce9
egl: define vsnprintf
by Jonathan White
· 16 years ago
240962f
egl: added snprintf, strcasecmp defines
by Jonathan White
· 16 years ago
b515841
egl: typedef uint8_t for Windows
by Jonathan White
· 16 years ago
73c3c4d
egl: typedef u_int32_t for Windows
by Jonathan White
· 16 years ago
e4f3770
mesa: WinCE fixes
by Jonathan White
· 16 years ago
99233e4
additional preprocessor checks for stdint.h, inttypes.h, etc
by Blair Sadewitz
· 16 years ago
Next »