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
/
gallium
/
state_trackers
/
glx
/
xlib
/
xm_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-4
/
+4
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-1
/
+1
*
st/xlib: Don't destroy screen on XCloseDisplay()
George Kyriazis
2016-03-04
1
-3
/
+7
*
st/xlib: Hang off screen destructor off main XCloseDisplay() callback.
George Kyriazis
2016-03-04
1
-35
/
+23
*
st/xlib: Support unlimited number of display connections
George Kyriazis
2016-03-04
1
-19
/
+103
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
st/xlib: include stdio.h
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
1
-1
/
+1
*
st/glx: Implement GLX_EXT_create_context_es2_profile.
José Fonseca
2014-11-12
1
-36
/
+50
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
1
-2
/
+2
*
st/xlib: Honour request of 3.1 contexts through core profile where available.
José Fonseca
2014-04-24
1
-2
/
+15
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-6
/
+6
*
st/xlib: Fix XImage stride calculation
Richard Sandiford
2013-06-17
1
-4
/
+4
*
st/xlib Fix XIMage bytes-per-pixel calculation
Richard Sandiford
2013-06-17
1
-3
/
+2
*
st/xlib: Flush the front buffer before doing CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-0
/
+4
*
st/xlib: Fix upside down coordinates for CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
st/xlib: add HUD support for xlib/GLX
Brian Paul
2013-04-04
1
-0
/
+15
*
st/xlib: initialize the drawable size in create_xmesa_buffer()
Brian Paul
2013-02-19
1
-2
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-16
/
+7
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-3
/
+3
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
1
-2
/
+2
*
egl,glx,wgl: Fixes stapi->createContext usage
Alexandre Demers
2011-12-24
1
-2
/
+3
*
st-api: Clean-up OpenGL profile handling
Ian Romanick
2011-12-23
1
-5
/
+17
*
st/glx: fix mixed declarations and code, remove unused var
Brian Paul
2011-10-26
1
-7
/
+7
*
st/glx: Implement texture_from_pixmap without DRI.
Stéphane Marchesin
2011-10-25
1
-1
/
+95
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-2
/
+2
*
st/glx: remove the duplicated Drawable member.
Stéphane Marchesin
2011-10-05
1
-1
/
+1
*
st/glx: Set the drawable attribute on xmesa_buffer creation.
Stephen White
2011-10-04
1
-1
/
+1
*
st/glx: Fix endless loop in drawable validation
Thomas Hellstrom
2011-07-04
1
-1
/
+8
*
st/glx: Fix compilation error
Thomas Hellstrom
2011-06-29
1
-4
/
+2
*
st/glx: define/set new ST_CONTEXT_FLAG_bits
Brian Paul
2011-05-19
1
-0
/
+12
*
st/glx: pass major, minor, context flags, etc to XMesaCreateContext()
Brian Paul
2011-05-19
1
-1
/
+3
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-6
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-3
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.
Chia-I Wu
2010-11-18
1
-0
/
+10
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
[next]