index
:
~tpohjola/mesa
16_bit_gles
81828
96743
arb_texture_stencil8
b2b_with_surf_array
blorp_flat_inputs
blorp_flush
blorp_tex_upload
blorp_w_tiled_as_linear
daimler
dbg/blorp_push_const
debug-intel-aux-surfaces
depth_align_wa_for_arrayed
depth_state_cleanup
df_scalar_test
dump-isl-surf
ext_memory_object
fast_clear_vbo
fast_lod
fast_lod_isl
fastlod_isl_wip
foo
fp64
fp64_common
fp64_lower_df
fp64_lower_df_hsw
fp64_pack32x2
fp64_split
fp64_uniform
fp64_uniform_lower_df_uni
gen6_hiz_wip
gen6_no_hiz_mt
gen8_blorp
i965_isl
i965_isl_05062017
i965_isl_2017_1
i965_isl_rebase
icl
icl_dbg
icl_fcc
icl_fcc_2
img_ext_yuv420
import_rework
isl_depth_stencil_wip
jenkins
master
meta_with_blorp
meta_with_blorp_17042015
misc_wa
mordor_fix
mordor_rbc
multi_lod
no_frag_depth
non_comp_fast_clear
rbc
rbc_rebase_ben_hiz
release_aux_when_sharing
skl_bug
skl_hacks
stencil-texture
stencil_hack
stencil_meta_blit_wip
surf_state_refactor
uniform_tracking
uniform_updates_by_stage
vec4_pull_const_opt
vf_packing_dbg
y_only
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-09
meson: Add support for configuring dri drivers directory.
Dylan Baker
1
-1
/
+1
2017-10-09
meson: build glx
Dylan Baker
2
-0
/
+256
2017-10-09
make: Don't traverse backwards through include directories.
Dylan Baker
2
-1
/
+2
2017-09-30
glx: don't use the template keyword
Marek Olšák
1
-3
/
+3
2017-09-27
glx: Be more tolerant in glXImportContext (v2)
Adam Jackson
1
-42
/
+30
2017-09-22
glx: Sort the GLX extension bit enum and table
Adam Jackson
2
-23
/
+23
2017-09-12
glx: turn LIBGL_NO_DRAWARRAYS into a boolean
Eric Engestrom
1
-1
/
+5
2017-09-12
glx: turn LIBGL_PROFILE_CORE into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_DUMP_VISUALID into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
egl+glx: turn LIBGL_DRI3_DISABLE into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
Eric Engestrom
1
-1
/
+1
2017-09-12
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
Eric Engestrom
1
-2
/
+2
2017-09-12
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
2
-2
/
+2
2017-09-12
glx: turn LIBGL_DIAGNOSTIC into a boolean
Eric Engestrom
6
-5
/
+16
2017-09-08
glx: use ARRAY_SIZE macro
Eric Engestrom
1
-1
/
+2
2017-08-25
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2
-4
/
+5
2017-08-17
glxcmds: Fix a typo in the __APPLE__ codepath
Jeremy Huddleston Sequoia
1
-1
/
+1
2017-08-17
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
Thomas Hellstrom
1
-0
/
+1
2017-08-17
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
1
-11
/
+0
2017-08-10
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
1
-0
/
+13
2017-08-10
glx: Fix swap method config matching
Thomas Hellstrom
1
-3
/
+1
2017-08-10
glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OML
Thomas Hellstrom
1
-1
/
+11
2017-08-04
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
1
-18
/
+1
2017-08-04
loader: rework xmlconfig dependency
Emil Velikov
1
-1
/
+3
2017-08-03
glx/dri3: Implement the flush_swapbuffers method
Thomas Hellstrom
1
-1
/
+29
2017-08-02
glx: use v2 of DRI_ConfigOptions
Nicolai Hähnle
1
-14
/
+99
2017-08-01
loader: remove clamp_swap_interval()
Eric Engestrom
1
-7
/
+0
2017-06-21
egl: turn one more boolean `int` into a `bool`
Eric Engestrom
1
-1
/
+1
2017-06-07
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
2
-3
/
+15
2017-06-07
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
1
-0
/
+6
2017-05-29
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2
-2
/
+25
2017-05-17
glxglvnddispatch: Add missing dispatch for GetDriverConfig
Hans de Goede
2
-0
/
+15
2017-05-04
glx/apple: remove empty variable SHARED_GLAPI_CFLAGS
Emil Velikov
1
-1
/
+0
2017-05-04
glx/windows: remove empty variable SHARED_GLAPI_CFLAGS
Emil Velikov
1
-1
/
+0
2017-05-04
glx: automake: scons: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2
-5
/
+0
2017-05-04
glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING
Emil Velikov
1
-1
/
+1
2017-04-28
glx: add missing sRGB attribute check in fbconfigs_compatible()
Neha Bhende
1
-0
/
+1
2017-04-17
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2
-2
/
+2
2017-04-07
glx: silence uninitialized var warning
Brian Paul
1
-1
/
+1
2017-03-28
glx: Remove #include <GL/glxint.h>
Adam Jackson
1
-1
/
+0
2017-03-23
glx: Prefer library path given by pkgconfig over the system
Topi Pohjolainen
1
-0
/
+3
2017-03-16
glx: Implement __DRI_BACKGROUND_CALLABLE
Paul Berry
2
-1
/
+30
2017-03-15
glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW
Emil Velikov
3
-4
/
+0
2017-02-28
glx/tests: automake: add dispatch-index-check to the tarball
Emil Velikov
1
-0
/
+1
2017-02-26
check: add support for running test as standalone
Eric Engestrom
1
-0
/
+5
2017-02-26
check: make any failure fatal
Eric Engestrom
1
-0
/
+1
2017-02-26
check: mark two tests are requiring bash
Eric Engestrom
1
-1
/
+1
2017-02-24
glx: add GLXdispatchIndex sort check
Eric Engestrom
2
-1
/
+25
2017-02-15
glx/glvnd: Fix GLXdispatchIndex sorting
Hans de Goede
1
-4
/
+4
2017-02-13
glx: remove always true XDAMAGE_1_1_INTERFACE guard
Emil Velikov
1
-4
/
+0
[next]