index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
2015-12-21
1
-2
/
+4
*
glx: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
glx/dri3: Convert to use dri3 helper in loader library
Boyan Ding
2015-11-17
3
-1372
/
+131
*
loader: Add dri3 helper
Boyan Ding
2015-11-17
1
-0
/
+2
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
1
-5
/
+14
*
glx: Drop CRAY support.
Matt Turner
2015-10-05
2
-102
/
+0
*
glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)
Kyle Brenneman
2015-10-02
2
-1
/
+6
*
glx: Fix build errors with --enable-mangling (v2)
Kyle Brenneman
2015-10-02
2
-2
/
+12
*
glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS
Jon TURNEY
2015-09-07
1
-1
/
+1
*
mesa/glx: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
mesa/glx: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-2
/
+1
*
glx: Fix __glXWireToEvent for BufferSwapComplete
Adam Jackson
2015-08-18
1
-0
/
+3
*
glx: Use _mesa_lroundevenf() in glPixelStoref().
Matt Turner
2015-08-04
1
-12
/
+13
*
glx: Fix missing bit decl for EXT_texture_integer
Adam Jackson
2015-07-31
1
-0
/
+1
*
glx: Fix image size computation for EXT_texture_integer (v2)
Adam Jackson
2015-07-31
2
-0
/
+11
*
Revert "Match swrast modes more loosely."
Marek Olšák
2015-07-23
1
-58
/
+1
*
Match swrast modes more loosely.
Tom Hughes
2015-07-23
1
-1
/
+58
*
dri3_open: don't leak the reply
Guillaume Desmottes
2015-07-11
1
-0
/
+2
*
glx: Use loader_open_device() helper
Derek Foreman
2015-06-23
1
-9
/
+1
*
glx: fix Scons build
Brian Paul
2015-05-22
1
-1
/
+1
*
glx/dri3: Add additional check for gpu offloading case
Axel Davy
2015-05-11
1
-0
/
+5
*
glx: report which DRI version is used when in verbose debug mode
Martin Peres
2015-05-07
2
-0
/
+4
*
glx: Massive update of comments in struct extension_info
Ian Romanick
2015-04-29
1
-4
/
+65
*
Fix a few typos
Zoë Blade
2015-04-27
7
-12
/
+12
*
glx: Create proper server dependency for GLX_EXT_create_context_es2_profile
Ian Romanick
2015-04-15
1
-11
/
+1
*
glx: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
glx: Include util/macros.h instead of redefining PRINTFLIKE.
Jose Fonseca
2015-04-13
1
-6
/
+1
*
glx: Handle out-of-sequence swap completion events correctly. (v2)
Mario Kleiner
2015-03-17
1
-2
/
+7
*
glx: remove support for non-multithreaded platforms
Emil Velikov
2015-03-11
3
-29
/
+2
*
glx: remove final reference to THREADS
Emil Velikov
2015-03-11
1
-4
/
+0
*
Revert "glx: remove final reference to THREADS"
Emil Velikov
2015-03-06
1
-0
/
+4
*
Revert "glx: remove support for non-multithreaded platforms"
Emil Velikov
2015-03-06
3
-2
/
+29
*
glx: remove unneeded ifdef _WIN32 guard
Emil Velikov
2015-03-06
1
-2
/
+0
*
glx: remove support for non-multithreaded platforms
Emil Velikov
2015-03-06
3
-29
/
+2
*
glx: remove final reference to THREADS
Emil Velikov
2015-03-06
1
-4
/
+0
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
2
-2
/
+8
*
glx/tests: add -I src/ to fix make check
Brian Paul
2015-03-04
1
-0
/
+1
*
glx: use ARRAY_SIZE from macros.h
Brian Paul
2015-03-04
3
-1
/
+3
*
glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA
Andreas Boll
2015-02-25
1
-6
/
+30
*
glx: do not leak the dri2 extension information
Emil Velikov
2015-02-18
1
-1
/
+2
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+5
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+1
*
mesa: remove support for GCC older than 3.3.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2014-12-16
2
-20
/
+0
*
glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)
Mario Kleiner
2014-12-14
1
-2
/
+15
*
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
Mario Kleiner
2014-12-14
1
-1
/
+13
*
glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)
Mario Kleiner
2014-12-14
2
-5
/
+11
*
glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)
Mario Kleiner
2014-12-14
1
-0
/
+9
*
mesa: Add notes/readme files to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
[next]