Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
f3bdffc33db3b95b87d3f1c29bbf52439ef7d8c4
/
src
/
glx
e91ee76
glx: Fix synthetic error generation in __glXSendError
by Hal Gentz
· 6 years ago
95aefc9
Delete autotools
by Dylan Baker
· 6 years ago
52426ce
drisw: Try harder to probe whether MIT-SHM works
by Adam Jackson
· 6 years ago
edc7dee
dri3: Return the current swap interval from glXGetSwapIntervalMESA().
by Eric Anholt
· 6 years ago
acfd882
glx: add support for GLX_ARB_create_context_no_error (v3)
by Grigori Goronzy
· 7 years ago
6e3d3f5
glx/meson: use full include path for dri_interface.h
by Eric Engestrom
· 6 years ago
b344e32
glx: fix shared memory leak in X11
by Ray Zhang
· 6 years ago
00af91c
glx: add support for putimageshm2 path (v2)
by Dave Airlie
· 6 years ago
f331419
glx/test: meson: assorted include fixes
by Emil Velikov
· 6 years ago
e139d7a
glx: meson: wire up the dispatch-index-check test
by Emil Velikov
· 6 years ago
b44875e
glx: meson: drop includes from a link-only library
by Emil Velikov
· 6 years ago
9527f9e
TODO: glx: meson: build dri based glx tests, only with -Dglx=dri
by Emil Velikov
· 6 years ago
d512b35
glx: Fix compilation with GLX_USE_WINDOWSGL
by Jon Turney
· 6 years ago
a95ec13
glx: mandate xf86vidmode only for "drm" dri platforms
by Emil Velikov
· 6 years ago
a999798
meson: Add tests to suites
by Dylan Baker
· 6 years ago
5bc5093
glx: make xf86vidmode mandatory for direct rendering
by Emil Velikov
· 6 years ago
d971a42
loader: Factor out the common driver opening logic from each loader.
by Eric Anholt
· 6 years ago
c2b5153
glx: Move DRI extensions pointer loading to driOpenDriver().
by Eric Anholt
· 6 years ago
7076e9f
glx: Remove an old DEFAULT_DRIVER_DIR default.
by Eric Anholt
· 6 years ago
16f1023
glx: Demand success from CreateContext requests (v2)
by Adam Jackson
· 6 years ago
e55c1bc
glx: be explicit about when mapping X <> GLX visuals
by Emil Velikov
· 6 years ago
833e3ca
glx: remove unused __glXPreferEGL() declaration
by Emil Velikov
· 6 years ago
ec994ca
glx: Add missing include guards
by Michał Janiszewski
· 6 years ago
267ed29
apple/glx/log: added missing va_end() after va_copy()
by Andrii Simiklit
· 6 years ago
63a6b71
glx: GLX_MESA_multithread_makecurrent is direct-only
by Adam Jackson
· 7 years ago
a7ea751
automake: require shared glapi when using DRI based libGL
by Emil Velikov
· 7 years ago
faa29c0
Make glXChooseFBConfig handle unspecified sRGB correctly
by Jon Turney
· 6 years ago
d257ec0
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
by Adam Jackson
· 6 years ago
6b8f372
glx: Fix number of property values to read in glXImportContextEXT
by Michel Dänzer
· 7 years ago
d3ff478
glx/drisw: make the shm/non-shm loader extensions separately.
by Dave Airlie
· 7 years ago
33ce3aa
drisw/glx: implement getImageShm
by Marc-André Lureau
· 10 years ago
bcd80be
drisw/glx: use XShm if possible
by Marc-André Lureau
· 10 years ago
db90c86
meson: allow empty sources when using link_whole
by Dylan Baker
· 7 years ago
b5f92b6
meson: fix warnings about comparing unlike types
by Dylan Baker
· 7 years ago
696762e
x11: Only report supported DRI3/Present versions
by Daniel Stone
· 7 years ago
478fc2d
dri3: Don't fail on version mismatch
by Daniel Stone
· 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
3160cb8
egl/x11: Re-allocate buffers if format is suboptimal
by Louis-Francis Ratté-Boulianne
· 7 years ago
069fdd5
egl/x11: Support DRI3 v1.1
by Louis-Francis Ratté-Boulianne
· 7 years ago
d41ee9b
glx/apple: Ship meson build file in tarball
by Thierry Reding
· 7 years ago
f407095
glx/dri: Add a driconf option to disable GLX_SGI_video_sync
by Thomas Hellstrom
· 7 years ago
f386776
loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback
by Thomas Hellstrom
· 7 years ago
ea87300
meson: build src/glx/apple
by Jon Turney
· 7 years ago
d7235ef
meson: Don't confuse the install and search paths for dri drivers
by Dylan Baker
· 7 years ago
63041ba
glx/test: fix building for osx
by Jon Turney
· 7 years ago
4c5f0b4
meson: don't install windows headers on non-windows platforms
by Marc Dietrich
· 7 years ago
d3540b4
glx/apple: locate dispatch table functions to wrap by name
by Jon Turney
· 7 years ago
b37b7b4
glx/apple: include util/debug.h for env_var_as_boolean prototype
by Jon Turney
· 7 years ago
436ed65
autotools: include meson build files in tarball
by Dylan Baker
· 7 years ago
47ac11b
glx: fix non-dri build
by Samuel Thibault
· 7 years ago
aca3b64
meson: add variable for including include/GL/internal
by Dylan Baker
· 7 years ago
4ccb981
meson: Use consistent style for tests
by Dylan Baker
· 7 years ago
fbf192a
meson: Use consistent style
by Dylan Baker
· 7 years ago
1774c10
meson: fix glx-test race
by Dylan Baker
· 7 years ago
d2e9ba2
meson: fix underlinkage without dri3
by Dylan Baker
· 7 years ago
b08a35b
meson: Reformat glx code to match more common style
by Dylan Baker
· 7 years ago
a48a6b8
glx: Prepare driFetchDrawable for no-config contexts
by Adam Jackson
· 7 years ago
75d5d22
glx: Use __glXSendError instead of open-coding it
by Adam Jackson
· 7 years ago
bcb15be
glx: Simplify some dummy vtable interactions
by Adam Jackson
· 7 years ago
d555929
glx/dri3: Remove unused deviceName variable
by Vadym Shovkoplias
· 7 years ago
6f0ce26
meson: fix deps and underlinkage of libGL
by Jon Turney
· 7 years ago
5ef75cb
meson: build src/glx/windows
by Jon Turney
· 7 years ago
c2dad6c
meson: replace with_*dri with with_dri_platform
by Dylan Baker
· 7 years ago
257edb5
glx/dri3: Fix passing renderType into glXCreateContext
by Adam Jackson
· 7 years ago
033cfb1
glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)
by Adam Jackson
· 7 years ago
bc1bc6f
glx: Lower GLX opcode lookup into SendMakeCurrentRequest
by Adam Jackson
· 7 years ago
13752af
meson: move gl pkgconfig generation out of glx
by Dylan Baker
· 7 years ago
d1edf6e
glx/windows: Fix building libwindowsdri when libX11 headers are installed in a non-standard location
by Jon Turney
· 8 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
3f66d54
glx: Prepare the DRI backends for GLX_EXT_no_config_context
by Adam Jackson
· 7 years ago
74b701d
glx: Relax validate_renderType_against_config for EXT_no_config_context
by Adam Jackson
· 7 years ago
5be1b1a
meson: standardize .so version to major.minor.patch
by Eric Engestrom
· 7 years ago
ba7679f
glx: Implement GLX_ARB_context_flush_control
by Neil Roberts
· 10 years ago
1f11ac4
meson: rename all instances of xf86vm to xxf86vm
by Dylan Baker
· 7 years ago
108d257
meson: build libEGL
by Dylan Baker
· 7 years ago
db97884
meson: Add support for configuring dri drivers directory.
by Dylan Baker
· 7 years ago
a47c525
meson: build glx
by Dylan Baker
· 7 years ago
1b1bb6e
make: Don't traverse backwards through include directories.
by Dylan Baker
· 7 years ago
e90a2ed
glx: don't use the template keyword
by Marek Olšák
· 7 years ago
0852162
glx: Be more tolerant in glXImportContext (v2)
by Adam Jackson
· 7 years ago
52ed3bc
glx: Sort the GLX extension bit enum and table
by Adam Jackson
· 7 years ago
717fb6e
glx: turn LIBGL_NO_DRAWARRAYS into a boolean
by Eric Engestrom
· 7 years ago
d2768a3
glx: turn LIBGL_PROFILE_CORE into a boolean
by Eric Engestrom
· 7 years ago
3fdbc46
glx: turn LIBGL_DUMP_VISUALID into a boolean
by Eric Engestrom
· 7 years ago
14e431b
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
by Eric Engestrom
· 7 years ago
177fd32
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
by Eric Engestrom
· 7 years ago
43e2d58
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
by Eric Engestrom
· 7 years ago
5c68ea2
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
by Eric Engestrom
· 7 years ago
f4a9d20
glx: turn LIBGL_DIAGNOSTIC into a boolean
by Eric Engestrom
· 7 years ago
440ab62
glx: use ARRAY_SIZE macro
by Eric Engestrom
· 7 years ago
00caf2a
mesa: Implement GL_ARB_texture_filter_anisotropic
by Adam Jackson
· 7 years ago
c1c4c18
glxcmds: Fix a typo in the __APPLE__ codepath
by Jeremy Huddleston Sequoia
· 7 years ago
2db9548
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
by Thomas Hellstrom
· 7 years ago
5198e48
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
by Thomas Hellstrom
· 7 years ago
2437ebd
dri: Introduce SWAP_METHOD tokens
by Thomas Hellstrom
· 7 years ago
48bd917
glx: Fix swap method config matching
by Thomas Hellstrom
· 7 years ago
fe4aae0
glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OML
by Thomas Hellstrom
· 7 years ago
9777c42
loader: drop the [gs]et_swap_interval callbacks
by Emil Velikov
· 7 years ago
Next »