Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
706974ce1737e4fae6cc2d2ab6967c4b462d439c
/
src
/
glx
/
glxextensions.h
5e9e457
glx/dri3: Implement GLX_EXT_swap_control_tear
by Adam Jackson
· 4 years, 2 months ago
60ebeb4
glx: Implement GLX_EXT_swap_control for DRI2 and DRI3
by Adam Jackson
· 4 years, 2 months ago
a14e3b4
Revert "glx: Implement GLX_EXT_no_config_context"
by Adam Jackson
· 5 years ago
0d635cc
glx: Implement GLX_EXT_no_config_context
by Adam Jackson
· 7 years ago
acfd882
glx: add support for GLX_ARB_create_context_no_error (v3)
by Grigori Goronzy
· 7 years ago
5ef608f
glx: remove empty GLX_SGIX_swap_group stubs
by Emil Velikov
· 7 years ago
742b8e3
glx: remove empty GLX_SGIX_swap_barrier stubs
by Emil Velikov
· 7 years ago
015cc6b
Revert "glx: Implement GLX_EXT_no_config_context (v2)"
by Adam Jackson
· 7 years ago
5293b96
glx: Implement GLX_EXT_no_config_context (v2)
by Adam Jackson
· 7 years ago
ba7679f
glx: Implement GLX_ARB_context_flush_control
by Neil Roberts
· 10 years ago
52ed3bc
glx: Sort the GLX extension bit enum and table
by Adam Jackson
· 7 years ago
00caf2a
mesa: Implement GL_ARB_texture_filter_anisotropic
by Adam Jackson
· 7 years ago
dfc84c2
mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
by Emil Velikov
· 8 years ago
f121ac6
glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS
by Emil Velikov
· 8 years ago
52c7443
glx: Don't enclose includes inside `extern "C" { }`.
by Jose Fonseca
· 9 years ago
5ac7f04
glx: update to updated version of EXT_create_context_es2_profile
by Ilia Mirkin
· 9 years ago
a27f2d9
glx: Fix build errors with --enable-mangling (v2)
by Kyle Brenneman
· 9 years ago
bafdafa
glx: Fix missing bit decl for EXT_texture_integer
by Adam Jackson
· 9 years ago
a69fabc
dri3: Add GLX_EXT_buffer_age support
by Adel Gadllah
· 11 years ago
b3ffc5b
glx: Add extension tracking GLX_MESA_query_renderer
by Ian Romanick
· 12 years ago
eb83079
glx: Enable floating-point fbconfig extensions
by Tomasz Lis
· 11 years ago
386282b
glx: Add the extension string for GLX_ARB_framebuffer_sRGB
by Ian Romanick
· 12 years ago
a8724d8
glx/dri2: Add support for GLX_ARB_create_context_robustness
by Ian Romanick
· 12 years ago
e6280c3
glx: Enable GLX_EXT_create_context_es2_profile
by Ian Romanick
· 13 years ago
c9d25cf
glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_context_profile
by Ian Romanick
· 13 years ago
8e5efbe
glx: Remove some extensions that are not, and never will be, supported
by Ian Romanick
· 13 years ago
b09b3e5
glx: add initial GLX_EXT_framebuffer_sRGB support.
by Dave Airlie
· 14 years ago
49d7e48
mesa: Add new MESA_multithread_makecurrent extension.
by Eric Anholt
· 14 years ago
bb45ab0
ARB_texture_rg: Add GLX protocol support
by Ian Romanick
· 15 years ago
c356f58
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
by Kristian Høgsberg
· 14 years ago
66fc35c
glx: Rename __GLXscreenConfigs to struct glx_screen
by Kristian Høgsberg
· 14 years ago
cb2a66f
glx: Drop support for GLX_MESA_allocate_memory
by Kristian Høgsberg
· 14 years ago
6e8897f
Retire miniglx and move the actual glx code up to src/glx
by Kristian Høgsberg
· 15 years ago
[Renamed from src/glx/x11/glxextensions.h]
7f17057
DRI2/GLX: add INTEL_swap_event support
by Jesse Barnes
· 15 years ago
b43887c
ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX
by Ian Romanick
· 15 years ago
57d7806
Don't mess with emacs tab width.
by Kristian Høgsberg
· 16 years ago
80c83c9
glx: indent -br -i3 -npcs --no-tabs glxextensions.h
by RALOVICH, Kristóf
· 16 years ago
58b7210
glx: add a line of Emacs helping variables
by RALOVICH, Kristóf
· 16 years ago
ec77015
glx/x11: Fix missing __GL_EXT_BYTES declaration
by Jeremy Huddleston
· 16 years ago
e82dd8c
DRI interface changes and DRI2 direct rendering support.
by Kristian Høgsberg
· 17 years ago
3eaec7d
Move enabling of DRI extensions into glxextensions.c
by Kristian Høgsberg
· 17 years ago
aac367f
Remove screenConfigs from __DRIscreen.
by Kristian Høgsberg
· 17 years ago
fc5b57b
Clean up GLX function exports.
by Ian Romanick
· 18 years ago
a5f2206
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
by Ian Romanick
· 18 years ago
1aad408
EXT_framebuffer_object (Dave Reveman)
by Brian Paul
· 19 years ago
42725d6
David Reveman's GLX_EXT_texture_from_pixmap extension patch
by Brian Paul
· 19 years ago
ab7c6ff
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
by Ian Romanick
· 19 years ago
91c219d
Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol
by Ian Romanick
· 20 years ago
40af76b
Add GLX protocol support for ARB_fragement_program,
by Ian Romanick
· 20 years ago
fdb0763
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
by Ian Romanick
· 20 years ago
0a755ad
Enable client-side GLX support for texture compression extensions.
by Ian Romanick
· 20 years ago
94a20cb
Added a bunch of extensions that were previously supported but weren't
by Ian Romanick
· 20 years ago
05f4a2b
Missed GL_OES_read_format_bit in last commit.
by Ian Romanick
· 20 years ago
cb3610e
Import the GLX client side library, formerly from xc/lib/GL/glx. Build it
by Adam Jackson
· 20 years ago