Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
5edede94bb506c358f1ee1450504c584c8f665ee
/
include
db2ec45
Fix GLX build of xserver master branch.
by Michel Dänzer
· 17 years ago
38fdb47
Refactor and fix core vblank support
by Jesse Barnes
· 17 years ago
fe20ac2
Add GL_CORE_WINDOWS define to glcore.h
by George Sapountzis
· 17 years ago
ccff0cb
Add a version field to __DRIextension.
by Kristian Høgsberg
· 17 years ago
f29f0ae
Move new texOffset extension to the new extension mechanism.
by Kristian Høgsberg
· 17 years ago
ecdb45c
Convert a left-over private void * to __DRIcontext *.
by Kristian Høgsberg
· 17 years ago
594006d
Remove now unused getProcAddress from DRIinterfaceMethods.
by Kristian Høgsberg
· 17 years ago
f968f67
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
by Kristian Høgsberg
· 17 years ago
106a6f2
Move media stream counter entry points to new extension.
by Kristian Høgsberg
· 17 years ago
a7a0a2b
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
by Kristian Høgsberg
· 17 years ago
78a6aa5
Move GLX_MESA_allocate_memory related functions to new extension mechanism.
by Kristian Høgsberg
· 17 years ago
efaf90b
Move swap_interval to new extension mechanism.
by Kristian Høgsberg
· 17 years ago
ac3e838
Move the copySubBuffer extension over to the new mechanism.
by Kristian Høgsberg
· 17 years ago
f616a26
Implement new screen extension API.
by Kristian Høgsberg
· 17 years ago
295dc2d
Stop passing in unused fbconfigs to createNewScreen.
by Kristian Høgsberg
· 17 years ago
5987a03
Convert all DRI entrypoints to take pointers to __DRI* types.
by Kristian Høgsberg
· 17 years ago
aac367f
Remove screenConfigs from __DRIscreen.
by Kristian Høgsberg
· 17 years ago
fa72013
Drop mostly unused __DRIid typedef.
by Kristian Høgsberg
· 17 years ago
8ed5c7c
Drop createContext and destroyContext from DRIinterfaceMethods.
by Kristian Høgsberg
· 17 years ago
4ff95e7
Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.
by Kristian Høgsberg
· 17 years ago
aceccda
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
by Kristian Høgsberg
· 17 years ago
b421520
Add macros to generate CreateNewScreen entrypoint.
by Kristian Høgsberg
· 18 years ago
4a22ae8
Remove XIDs from DRI interface (see #5714).
by Kristian Høgsberg
· 18 years ago
ae0dd62
Add glut_fcb.c to the build and update to fix warnings (see bug 12405)
by Brian
· 17 years ago
1f8616e
Unbreak Linux builds with -fvisibility=hidden.
by Adam Jackson
· 17 years ago
35f3529
more Mingw32 fixes
by Zhang
· 17 years ago
76fb808
Fix a number of MINGW32 issues
by Zhang
· 17 years ago
66d0784
regenerated
by Brian
· 17 years ago
37aca21
a variety of fixes for MingW
by zhang
· 17 years ago
9f39692
add glxtokens.h to xmesa_xf86.h as discussed on mailing list
by Dave Airlie
· 17 years ago
043d219
Add interfaces for overriding texture images with driver specific 'offsets'.
by Michel Dänzer
· 17 years ago
24d965f
Fix xserver build after recent XMesa changes.
by Michel Dänzer
· 17 years ago
74519c4
Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef.
by Brian
· 17 years ago
7ace7cf
added texture_from_pixmap functions
by Brian
· 17 years ago
78bd291
Add enums and functions for GL_{MESA,EXT}_texture_array.
by Ian Romanick
· 17 years ago
7868ab6
add missing semicolon
by Matthias Hopf
· 18 years ago
d59e6f2
import glxext.h version 19
by Brian
· 18 years ago
967c105
patch for Digital/Tru64 (bug 10635) - forwarded to OpenGL ARB as well
by Brian
· 18 years ago
9f8373d
xmesa: drop unused XMesaPutImageHelper.
by George Sapountzis
· 18 years ago
50aaabc
xmesa: export xmesa functions used by xfree86.
by George Sapountzis
· 18 years ago
487f7a7
Remove SI imports/exports remnants.
by George Sapountzis
· 18 years ago
7439a36
Clean and update XMesa/XFree86 interface.
by George Sapountzis
· 18 years ago
344c3f7
updated version with new Khronos license/copyright
by Brian
· 18 years ago
45b1f16
updated to version 18
by Brian
· 18 years ago
c226e44
updated to version 39
by Brian
· 18 years ago
c9b33ec
Drop old (pre-AIGLX) GLcore interface.
by George Sapountzis
· 18 years ago
c2b185c
Add reporting of damage by DRI drivers when the extension support is available.
by Eric Anholt
· 18 years ago
744c3a3
get rid of meaningless XFree86LOADER test (bug 9144)
by Brian Paul
· 18 years ago
f7436f4
regenerate from gl.h
by Brian Paul
· 18 years ago
bb69d3a
remove obsolete GL_MESA_trace stuff
by Brian Paul
· 18 years ago
9e4a06a
added 1.3/1.4 function mangling
by Brian Paul
· 18 years ago
5ab9dcd
return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()
by Brian Paul
· 18 years ago
a3a6401
added #ifdef tests for Windows for int64_t, uint64_t
by Brian Paul
· 18 years ago
e08557a
by Jouk Jansen
· 18 years ago
8cf3c85
by Jouk Jansen
· 18 years ago
7986cfb
remove extension defines/protos that are now in glext.h
by Brian Paul
· 18 years ago
3cd07d2
latest version from OpenGL ARB
by Brian Paul
· 18 years ago
8c41c75
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
by Ian Romanick
· 18 years ago
37b5b01
s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)
by Brian Paul
· 18 years ago
32a9e9b
Fix white-space problem in the prototype for glBlitFramebufferEXT that
by Ian Romanick
· 18 years ago
56f349515
Convert comment header for __GLcontextModesRec to Doxygen style.
by Ian Romanick
· 18 years ago
7196cdd
by Sean D'Epagnier
· 18 years ago
4b1e6a4
remove stray text from previous check-in
by Brian Paul
· 18 years ago
6c07159
added GL_EXT_texture_sRGB
by Brian Paul
· 18 years ago
90d7b9c
Move GL_MESA_shader_debug from glext.h to gl.h.
by Michal Krol
· 18 years ago
bd0bfd1
reorder a few token definitions
by Brian Paul
· 18 years ago
c8f8fbe
remove const qualifier from glGenVertexArraysAPPLE() parameter
by Brian Paul
· 18 years ago
efbf170
updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)
by Brian Paul
· 19 years ago
bea7fe5
Update to final EXT_tfp tokens
by David Reveman
· 19 years ago
0157624
Update function signatures for EXT_tfp entrypoints.
by Adam Jackson
· 19 years ago
ba23f69
FBConfig support for EXT_tfp
by David Reveman
· 19 years ago
ea2b711
Add attrib_list to glXBindTexImageEXT
by David Reveman
· 19 years ago
3a3e63d
DMesa now uses OSMesa as a back-end.
by Daniel Borca
· 19 years ago
9305cba
bump version/date
by Brian Paul
· 19 years ago
f2ad1b6
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
by Brian Paul
· 19 years ago
8ea3353
XMesaDrawLine macro, not currently used
by Brian Paul
· 19 years ago
a8c9ecf
Fixes from Brian
by Karl Schultz
· 19 years ago
4cbd16e
fix some PFNGL* typedefs
by Brian Paul
· 19 years ago
9c32af5
Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, and
by Brian Paul
· 19 years ago
a231097
GL_EXT_framebuffer_blit tokens/functions
by Brian Paul
· 19 years ago
44a2e96
include inttypes.h if __osf__ defined (Randall Hand)
by Brian Paul
· 19 years ago
640ef7f
EGL 1.2 tokens/functions/etc.
by Brian Paul
· 19 years ago
f3cf636
WGL_ARB_extensions_string extension
by Brian Paul
· 19 years ago
b6d7a0c
regenerate to pick up glGetQueryObject[u]i64vEXT funcs
by Brian Paul
· 19 years ago
215aa20
rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESA
by Brian Paul
· 19 years ago
5abc246
bump version number
by Brian Paul
· 19 years ago
5262c22
remove stray _ from GL[u]int64_EXT
by Brian Paul
· 19 years ago
4c3443b
handle 64-bit types for Windows.
by Karl Schultz
· 19 years ago
0fa8c59
Updates for GL_EXT_timer_query:
by Brian Paul
· 19 years ago
96f2165
assorted fixes for server-side direct rendering (bug 5199)
by Brian Paul
· 19 years ago
ba3da61
Added OSMesaColorClamp(), bug 4917
by Brian Paul
· 19 years ago
3e9c099
remove a bunch of extension stuff that's in glxext.h
by Brian Paul
· 19 years ago
1b5d3d6
added GL_EXT_packed_depth_stencil
by Brian Paul
· 19 years ago
2eef2ec
Silence some warnings.
by Brian Paul
· 19 years ago
f66084b
Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warnings.
by Karl Schultz
· 19 years ago
c799e9e
added GL_EXT_timer_query token
by Brian Paul
· 19 years ago
160b328
include stdint.h if WIN32 and GNUC (Colin Harrison). Patch forwarded to SGI.
by Brian Paul
· 19 years ago
68679d2
Remove '#if 0' block that was accidentally left in.
by Ian Romanick
· 19 years ago
1585c23
Major rip-up of internal function insertion interface. The old
by Ian Romanick
· 19 years ago
9f23a3a
Fix SPARC assembly for 64-bit
by Ian Romanick
· 19 years ago
Next »