index
:
~jonny/mesa
device-base
device-hash
egl-transparency
extant-wl-drm
master
Unnamed repository; edit this file 'description' to name the repository.
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-11
dri3_open: don't leak the reply
Guillaume Desmottes
1
-0
/
+2
2015-06-23
glx: Use loader_open_device() helper
Derek Foreman
1
-9
/
+1
2015-05-22
glx: fix Scons build
Brian Paul
1
-1
/
+1
2015-05-11
glx/dri3: Add additional check for gpu offloading case
Axel Davy
1
-0
/
+5
2015-05-07
glx: report which DRI version is used when in verbose debug mode
Martin Peres
2
-0
/
+4
2015-04-29
glx: Massive update of comments in struct extension_info
Ian Romanick
1
-4
/
+65
2015-04-27
Fix a few typos
Zoë Blade
7
-12
/
+12
2015-04-15
glx: Create proper server dependency for GLX_EXT_create_context_es2_profile
Ian Romanick
1
-11
/
+1
2015-04-14
glx: replace __FUNCTION__ with __func__
Marius Predut
1
-2
/
+2
2015-04-13
glx: Include util/macros.h instead of redefining PRINTFLIKE.
Jose Fonseca
1
-6
/
+1
2015-03-17
glx: Handle out-of-sequence swap completion events correctly. (v2)
Mario Kleiner
1
-2
/
+7
2015-03-11
glx: remove support for non-multithreaded platforms
Emil Velikov
3
-29
/
+2
2015-03-11
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-06
Revert "glx: remove final reference to THREADS"
Emil Velikov
1
-0
/
+4
2015-03-06
Revert "glx: remove support for non-multithreaded platforms"
Emil Velikov
3
-2
/
+29
2015-03-06
glx: remove unneeded ifdef _WIN32 guard
Emil Velikov
1
-2
/
+0
2015-03-06
glx: remove support for non-multithreaded platforms
Emil Velikov
3
-29
/
+2
2015-03-06
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-05
Fix invalid extern "C" around header inclusion.
Mark Janes
2
-2
/
+8
2015-03-04
glx/tests: add -I src/ to fix make check
Brian Paul
1
-0
/
+1
2015-03-04
glx: use ARRAY_SIZE from macros.h
Brian Paul
3
-1
/
+3
2015-02-25
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
Andreas Boll
1
-6
/
+30
2015-02-18
glx: do not leak the dri2 extension information
Emil Velikov
1
-1
/
+2
2015-02-10
darwin: build fix
Jeremy Huddleston Sequoia
1
-0
/
+5
2015-02-10
darwin: build fix
Jeremy Huddleston Sequoia
1
-0
/
+1
2014-12-17
mesa: remove support for GCC older than 3.3.0
Timothy Arceri
1
-1
/
+1
2014-12-16
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2
-20
/
+0
2014-12-14
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
Mario Kleiner
1
-2
/
+15
2014-12-14
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
Mario Kleiner
1
-1
/
+13
2014-12-14
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
Mario Kleiner
2
-5
/
+11
2014-12-14
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
1
-0
/
+9
2014-12-12
mesa: Add notes/readme files to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
mesa: Add scons files to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
glx/apple: Add headers to distribution.
Matt Turner
1
-1
/
+10
2014-12-12
glx/tests: Add headers to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
glx: Add headers to distribution.
Matt Turner
1
-3
/
+21
2014-12-12
glx: Alphabetize source lists.
Matt Turner
1
-40
/
+40
2014-10-29
glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.
Kenneth Graunke
2
-2
/
+36
2014-10-13
glx: Fix glxUseXFont for glxWindow and glxPixmaps
Daniel Manjarres
1
-0
/
+5
2014-09-30
glx/dri3: Provide error diagnostics when DRI3 allocation fails
Keith Packard
1
-8
/
+25
2014-09-30
glx/dri3: Use four buffers until X driver supports async flips
Keith Packard
2
-2
/
+24
2014-08-21
include: move sarea.h next to it's only user
Emil Velikov
2
-1
/
+93
2014-08-21
SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.
Vinson Lee
1
-1
/
+1
2014-08-21
glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...
Jon TURNEY
5
-20
/
+20
2014-08-15
glx/drisw: add support for DRI2rendererQueryExtension
Emil Velikov
3
-2
/
+58
2014-08-15
glx/dri2: use mapping table for dri2_convert_glx_query_renderer_attribs()
Emil Velikov
1
-26
/
+28
2014-08-15
glx/drisw: Move private structure declarations to a header file
Emil Velikov
2
-40
/
+65
2014-07-01
glx/dri3: add GPU offloading support.
Axel Davy
2
-32
/
+188
2014-07-01
dri3: cache pointer to back instead of looking up.
Dave Airlie
1
-8
/
+9
2014-06-27
dri3: use invalidate.
Axel Davy
1
-0
/
+7
[next]