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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
20
-88
/
+85
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
20
-70
/
+67
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
8
-15
/
+12
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
14
-20
/
+17
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
11
-13
/
+10
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
12
-22
/
+18
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
3
-7
/
+4
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
3
-8
/
+5
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
3
-10
/
+7
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
3
-11
/
+8
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
4
-10
/
+7
*
gallivm,ac: add LP_FUNC_ATTR_CONVERGENT
Marek Olšák
2017-03-06
2
-0
/
+2
*
gallivm, ac: add writeonly and inaccessiblememonly attributes
Marek Olšák
2017-03-03
2
-0
/
+4
*
tgsi/scan: record load/store/atomic image usage
Marek Olšák
2017-03-03
2
-10
/
+13
*
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
2017-03-03
1
-1
/
+1
*
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
2017-03-01
2
-24
/
+55
*
gallivm,ac: remove unused FUNC_ATTR_LAST enums
Marek Olšák
2017-03-01
1
-1
/
+0
*
gallium/u_queue: set num_threads correctly if not all threads start
Grazvydas Ignotas
2017-02-27
1
-1
/
+1
*
gallium/u_queue: fix a crash with atexit handlers
Grazvydas Ignotas
2017-02-27
1
-0
/
+1
*
gallium/util: add new helpers for user index buffer uploading
Marek Olšák
2017-02-25
2
-0
/
+35
*
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
2017-02-24
1
-7
/
+8
*
st/va: Fix up YV12 to NV12 putImage conversion
Thomas Hellstrom
2017-02-24
1
-37
/
+0
*
st/vdpau: Provide YV12 to NV12 putBits conversion v2
Thomas Hellstrom
2017-02-24
1
-0
/
+42
*
gallium: implement util_clear_texture
Lars Hamre
2017-02-24
2
-145
/
+248
*
haiku: build fixes around debug defines
Jerome Duval
2017-02-24
1
-2
/
+2
*
vl: u_upload_alloc might fail to allocate buffer in bicubic filter
Nayan Deshmukh
2017-02-22
1
-3
/
+5
*
gallium/hud: handle a thread switch for API-thread-busy monitoring
Marek Olšák
2017-02-22
1
-4
/
+10
*
gallium/hud: prevent an infinite loop
Marek Olšák
2017-02-22
1
-2
/
+3
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
2
-20
/
+24
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
2
-2
/
+78
*
gallium/vl: Simplify the matrix filter fragment shader
Thomas Hellstrom
2017-02-22
1
-40
/
+16
*
gallium/vl: Parameter substitution in the csc matrix computation
Thomas Hellstrom
2017-02-22
1
-12
/
+17
*
gallium/vl: Simplify usage of full range matrices
Thomas Hellstrom
2017-02-22
1
-38
/
+17
*
gallium/vl Fix brightness matrix description
Thomas Hellstrom
2017-02-22
1
-4
/
+4
*
gallium/vl: Don't map vertex buffers on creation
Thomas Hellstrom
2017-02-22
1
-1
/
+0
*
gallium/vl: Add sampler views to video filter fragment shaders
Thomas Hellstrom
2017-02-22
3
-0
/
+15
*
gallium/vl: declare sampler views in compositor shaders
Thomas Hellstrom
2017-02-22
1
-5
/
+32
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
2
-4
/
+19
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
2
-0
/
+34
*
gallium: do not #include foo.h within extern C {}
Emil Velikov
2017-02-21
1
-2
/
+2
*
gallivm: Reenable PPC VSX (v3)
Ben Crocker
2017-02-20
1
-1
/
+13
*
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
Ben Crocker
2017-02-20
1
-0
/
+13
*
gallivm: Improve debug output (V2)
Ben Crocker
2017-02-20
2
-1
/
+18
*
gallium/u_suballoc: update comments
Marek Olšák
2017-02-20
1
-3
/
+5
*
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
Marek Olšák
2017-02-19
2
-3
/
+9
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
7
-54
/
+1
*
tgsi/lowering: stop using TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-4
/
+13
*
vl: fix a buffer leak in the bicubic filter by using an uploader
Marek Olšák
2017-02-18
1
-16
/
+11
*
gallium/hud: create files after graphs are created to get final names
Marek Olšák
2017-02-18
5
-12
/
+23
*
gallium/u_suballoc: allow setting pipe_resource::flags
Marek Olšák
2017-02-18
2
-5
/
+19
[next]