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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-27
gallium/u_queue: set num_threads correctly if not all threads start
Grazvydas Ignotas
1
-1
/
+1
2017-02-27
gallium/u_queue: fix a crash with atexit handlers
Grazvydas Ignotas
1
-0
/
+1
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
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
Brian Paul
1
-1
/
+1
2017-02-24
vc4: Lazily emit our FS/VS input loads.
Eric Anholt
4
-75
/
+93
2017-02-24
vc4: Refactor the load_input code out of the intrinsic code.
Eric Anholt
1
-25
/
+42
2017-02-24
vc4: Track the last block we emitted at the top level.
Eric Anholt
3
-5
/
+10
2017-02-24
vc4: Emit max number of temps in the shader-db output.
Eric Anholt
1
-0
/
+23
2017-02-25
radeonsi: fix broken tessellation on Carrizo and Stoney
Marek Olšák
1
-1
/
+3
2017-02-25
trace: remove pipe_resource wrapping
Marek Olšák
7
-260
/
+40
2017-02-25
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
17
-20
/
+0
2017-02-25
svga: implement user index buffers
Marek Olšák
2
-2
/
+13
2017-02-25
freedreno: add support for user index buffers
Marek Olšák
2
-1
/
+13
2017-02-25
etnaviv: add support for user index buffers
Marek Olšák
2
-1
/
+13
2017-02-25
gallium/util: add new helpers for user index buffer uploading
Marek Olšák
2
-0
/
+35
2017-02-24
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
1
-7
/
+8
2017-02-24
vc4: automake: add the kernel/README to the tarball
Emil Velikov
1
-0
/
+2
2017-02-24
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2
-57
/
+28
2017-02-24
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
3
-19
/
+130
2017-02-24
softpipe: enable clear_texture with util_clear_texture
Lars Hamre
2
-1
/
+4
2017-02-24
llvmpipe: enable clear_texture with util_clear_texture
Lars Hamre
2
-2
/
+4
2017-02-24
gallium: implement util_clear_texture
Lars Hamre
2
-145
/
+248
2017-02-24
haiku/winsys: fix dt prototype args
Jerome Duval
1
-1
/
+2
2017-02-24
haiku: build fixes around debug defines
Jerome Duval
1
-2
/
+2
2017-02-23
swr: fix index buffers with non-zero indices
George Kyriazis
5
-6
/
+62
2017-02-23
swr: add fetch shader cache
George Kyriazis
6
-15
/
+50
2017-02-18
st/wgl: flush with ST_FLUSH_WAIT before releasing shared contexts
Charmaine Lee
2
-2
/
+15
2017-02-18
st: add ST_FLUSH_WAIT to st_context_flush()
Charmaine Lee
1
-0
/
+1
2017-02-23
radeon: fix r600 builds when old version of llvm is present
Timothy Arceri
1
-2
/
+2
2017-02-23
r600/radeonsi: enable glsl/tgsi on-disk cache
Timothy Arceri
2
-0
/
+46
2017-02-23
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
3
-0
/
+39
2017-02-23
gallium: add get_disk_shader_cache() callback
Timothy Arceri
2
-0
/
+19
2017-02-22
Revert "st/vdpau: Fix multithreading"
Thomas Hellstrom
1
-21
/
+1
2017-02-22
vl: u_upload_alloc might fail to allocate buffer in bicubic filter
Nayan Deshmukh
1
-3
/
+5
2017-02-22
gallium: reorder fields in pipe_draw_info
Marek Olšák
1
-23
/
+26
2017-02-22
gallium/hud: handle a thread switch for API-thread-busy monitoring
Marek Olšák
1
-4
/
+10
2017-02-22
gallium/hud: prevent an infinite loop
Marek Olšák
1
-2
/
+3
2017-02-22
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
6
-26
/
+30
2017-02-22
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2
-2
/
+78
2017-02-22
gallium/vl: Simplify the matrix filter fragment shader
Thomas Hellstrom
1
-40
/
+16
2017-02-22
st/vdpau: Fix multithreading
Thomas Hellstrom
1
-1
/
+21
2017-02-22
gallium/vl: Parameter substitution in the csc matrix computation
Thomas Hellstrom
1
-12
/
+17
2017-02-22
gallium/vl: Simplify usage of full range matrices
Thomas Hellstrom
1
-38
/
+17
2017-02-22
gallium/vl Fix brightness matrix description
Thomas Hellstrom
1
-4
/
+4
2017-02-22
gallium/vl: Don't map vertex buffers on creation
Thomas Hellstrom
1
-1
/
+0
2017-02-22
gallium/vl: Add sampler views to video filter fragment shaders
Thomas Hellstrom
3
-0
/
+15
2017-02-22
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
1
-5
/
+32
2017-02-22
gallium/docs: use imgmath instead of pngmath
Eric Engestrom
1
-1
/
+1
2017-02-22
gallium/docs: fix section title formatting
Eric Engestrom
1
-2
/
+2
[next]