index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
3
-15
/
+30
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-4
/
+4
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
1
-1
/
+1
2017-02-13
st/xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
1
-6
/
+0
2017-01-12
glx: Add missing glproto dependency for gallium-xlib glx
Chuck Atkins
1
-0
/
+1
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-1
/
+1
2016-03-04
st/xlib: Don't destroy screen on XCloseDisplay()
George Kyriazis
1
-3
/
+7
2016-03-04
st/xlib: Hang off screen destructor off main XCloseDisplay() callback.
George Kyriazis
3
-35
/
+27
2016-03-04
st/xlib: Support unlimited number of display connections
George Kyriazis
1
-19
/
+103
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
1
-1
/
+1
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
2
-3
/
+3
2015-05-26
xlib: fix X_GLXCreateContextAtrribs/Attribs typo
Brian Paul
1
-10
/
+17
2015-04-27
Fix a few typos
Zoë Blade
1
-1
/
+1
2015-04-01
configure: nuke --with-max-{width,height}
Emil Velikov
1
-1
/
+1
2015-03-11
st/glx: use strdup() instead of _mesa_strdup()
Brian Paul
1
-1
/
+2
2015-03-05
st/xlib: include stdio.h
Brian Paul
2
-0
/
+2
2015-03-05
st/xlib: include stdio.h
Brian Paul
1
-0
/
+1
2015-03-04
st/xlib: include p_compiler.h to get PUBLIC definition
Brian Paul
1
-0
/
+1
2015-02-23
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2
-3
/
+3
2014-12-08
Don't cast the return value of malloc/realloc
Matt Turner
3
-9
/
+7
2014-11-14
st/xlib: Generate errors as specified.
José Fonseca
1
-16
/
+109
2014-11-12
st/glx: Implement GLX_EXT_create_context_es2_profile.
José Fonseca
2
-37
/
+54
2014-09-24
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2
-12
/
+12
2014-09-24
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
1
-2
/
+1
2014-09-05
st/glx/xlib: ship the SConscript in the release tarball
Emil Velikov
1
-0
/
+2
2014-08-28
st/xlib: Include the headers in the sources list.
Emil Velikov
2
-2
/
+4
2014-08-04
util: Gather some common macros
Jason Ekstrand
1
-0
/
+1
2014-04-24
st/xlib: Do minimal version checking in glXCreateContextAttribsARB.
José Fonseca
1
-19
/
+1
2014-04-24
st/xlib: Honour request of 3.1 contexts through core profile where available.
José Fonseca
1
-2
/
+15
2014-02-22
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
1
-1
/
+1
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2013-12-13
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
1
-1
/
+1
2013-10-09
gallium/state_trackers/glx: X11/Xlib.h: No such file or directory
Gaetan Nadon
1
-1
/
+1
2013-10-01
st/glx: consolidate C sources list into Makefile.sources
Emil Velikov
3
-15
/
+9
2013-09-11
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
1
-1
/
+2
2013-06-24
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
1
-6
/
+6
2013-06-17
st/xlib: Fix XImage stride calculation
Richard Sandiford
1
-4
/
+4
2013-06-17
st/xlib Fix XIMage bytes-per-pixel calculation
Richard Sandiford
1
-3
/
+2
2013-06-07
st/xlib: Flush the front buffer before doing CopySubBuffer
Stéphane Marchesin
1
-0
/
+4
2013-06-07
st/xlib: Fix upside down coordinates for CopySubBuffer
Stéphane Marchesin
1
-1
/
+1
2013-06-05
mesa: remove outdated version lines in comments
Rico Schüller
6
-6
/
+0
2013-05-24
st/glx: add null ctx check in glXDestroyContext()
Brian Paul
1
-10
/
+12
2013-05-24
st/glx/xlib: assorted whitespace, comment fixes
Brian Paul
1
-8
/
+17
2013-05-21
st/glx/xlib: check for null ctx pointer in glXIsDirect()
Brian Paul
1
-3
/
+1
2013-04-23
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
5
-15
/
+20
2013-04-23
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
5
-5
/
+5
2013-04-23
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
5
-5
/
+5
[next]