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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-01
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
1
-16
/
+2
2017-03-31
st/wgl: Replace variable name hdc with hDrawDC
Neha Bhende
2
-10
/
+10
2017-03-31
st/wgl: add support for WGL_ARB_make_current_read
Brian Paul
8
-16
/
+107
2017-03-31
stw/wgl: add null context check in wglBindTexImageARB()
Brian Paul
1
-0
/
+6
2017-03-30
vdpau: fix a maybe-uninitialized warning
Marek Olšák
1
-1
/
+1
2017-03-28
st/va: remove assert for single slice
Nayan Deshmukh
1
-1
/
+1
2017-03-26
st/nine: Use atomics for available_texture_mem
Axel Davy
1
-2
/
+2
2017-03-26
st/nine: Resolve deadlock in surface/volume dtors when using csmt
Axel Davy
3
-5
/
+17
2017-03-26
st/nine: Fix user vertex data uploader with csmt
Axel Davy
2
-8
/
+8
2017-03-24
clover: use pipe_resource references
Jan Vesely
2
-3
/
+9
2017-03-23
st/omx/enc: use PIPE_USAGE_STAGING for output buffer
Leo Liu
1
-2
/
+4
2017-03-22
driconf: add force_glsl_abs_sqrt option
Samuel Pitoiset
1
-0
/
+3
2017-03-22
Android: clean-up trailing '\' in make variables
Rob Herring
1
-3
/
+3
2017-03-22
st/wgl: consistently use ifndef guards over pragma once
Emil Velikov
1
-1
/
+3
2017-03-18
st/dri: wait for thread to finish before unbinding context
Timothy Arceri
1
-0
/
+3
2017-03-16
gallium: implement the backend of threaded GL dispatch
Marek Olšák
3
-0
/
+37
2017-03-13
st/va: add config support for 10bit decoding v2
Christian König
2
-4
/
+21
2017-03-13
st/va: add support for allocating 10bpp surfaces
Christian König
1
-9
/
+15
2017-03-13
st/va: add support for P010 and P016 formats v3
Christian König
4
-3
/
+22
2017-03-13
st/va: clear the video surface on allocation
Christian König
1
-4
/
+35
2017-03-13
st/va: cleanup error handling in vlVaCreateSurfaces2
Christian König
1
-25
/
+27
2017-03-12
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
1
-2
/
+2
2017-03-12
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
1
-1
/
+1
2017-03-10
st/xa: suffix xa-indent{,.sh} and add a shebang line
Emil Velikov
2
-2
/
+2
2017-03-09
st/nine: pass NULL to ureg_get_tokens()
Timothy Arceri
2
-4
/
+2
2017-03-07
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
1
-1
/
+2
2017-03-07
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2
-3
/
+3
2017-03-07
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
21
-408
/
+408
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
22
-325
/
+325
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
6
-7
/
+7
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
7
-10
/
+10
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
4
-4
/
+4
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
7
-11
/
+11
2017-03-07
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2
-4
/
+4
2017-03-07
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2
-3
/
+3
2017-03-07
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2
-3
/
+3
2017-03-07
st/dri: reduce dri_fill_st_options() params
Marek Olšák
1
-3
/
+5
2017-03-07
st/dri: use local pointer to st_context_iface
Marek Olšák
1
-4
/
+7
2017-03-06
st/omx: Set end-of-frame flag on bitstream output buffers
Mark Thompson
1
-0
/
+3
2017-03-06
st/omx: Fix port format enumeration
Mark Thompson
1
-0
/
+2
2017-03-06
st/va: Fix forward/backward referencing for deinterlacing
Mark Thompson
2
-7
/
+7
2017-03-06
st/va: Support fractional framerate in misc parameter
Mark Thompson
1
-1
/
+7
2017-03-06
st/va encode handle ntsc framerate rate control
Andy Furniss
1
-6
/
+13
2017-03-02
clover: Work around build failure with AltiVec.
Matt Turner
1
-0
/
+3
2017-02-27
clover: Dump linked binary to a different file
Jan Vesely
1
-2
/
+6
2017-02-25
st/nine: Drop USER_INDEX_BUFFERS check
Mike Lothian
2
-3
/
+1
2017-02-25
st/nine: make use of common uploaders v4
Constantine Charlamov
4
-74
/
+37
2017-02-24
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
1
-20
/
+28
[next]