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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
46
-68
/
+65
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
22
-24
/
+21
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
45
-71
/
+67
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
5
-11
/
+8
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
5
-12
/
+9
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
7
-15
/
+12
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
4
-12
/
+9
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
8
-15
/
+12
*
st/dri: reduce dri_fill_st_options() params
Marek Olšák
2017-03-07
1
-3
/
+5
*
st/dri: use local pointer to st_context_iface
Marek Olšák
2017-03-07
1
-4
/
+7
*
gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SI
Marek Olšák
2017-03-06
1
-1
/
+1
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
6
-36
/
+9
*
radeonsi: set the convergent attribute where needed
Marek Olšák
2017-03-06
1
-1
/
+1
*
gallivm,ac: add LP_FUNC_ATTR_CONVERGENT
Marek Olšák
2017-03-06
2
-0
/
+2
*
radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarations
Marek Olšák
2017-03-06
1
-2
/
+4
*
st/omx: Set end-of-frame flag on bitstream output buffers
Mark Thompson
2017-03-06
1
-0
/
+3
*
st/omx: Fix port format enumeration
Mark Thompson
2017-03-06
1
-0
/
+2
*
st/va: Fix forward/backward referencing for deinterlacing
Mark Thompson
2017-03-06
2
-7
/
+7
*
st/va: Support fractional framerate in misc parameter
Mark Thompson
2017-03-06
1
-1
/
+7
*
st/va encode handle ntsc framerate rate control
Andy Furniss
2017-03-06
1
-6
/
+13
*
swr: [rasterizer core] fix primID provoking vertex for GS
Tim Rowley
2017-03-05
1
-2
/
+2
*
swr: implement geometry shaders
Tim Rowley
2017-03-05
13
-63
/
+700
*
svga: pass NULL to ureg_get_tokens()
Timothy Arceri
2017-03-05
2
-6
/
+3
*
nvc0: take extra pushbuf space into account for pushbuf_space calls
Ilia Mirkin
2017-03-04
1
-2
/
+2
*
nvc0: increase alignment to 256 for texture buffers on fermi
Ilia Mirkin
2017-03-04
1
-1
/
+3
*
gallium/targets: don't leave an empty target directory(ies)
Emil Velikov
2017-03-04
3
-3
/
+9
*
ac: normalize build helper names
Marek Olšák
2017-03-03
3
-35
/
+35
*
radeonsi: move SI.vs.load.input building into amd/common
Marek Olšák
2017-03-03
1
-15
/
+10
*
radeonsi: detect and mark loads/stores from read-only/write-only memory
Marek Olšák
2017-03-03
1
-10
/
+105
*
ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0
Marek Olšák
2017-03-03
1
-11
/
+11
*
radeonsi: use the writeonly LLVM attribute
Marek Olšák
2017-03-03
1
-3
/
+6
*
ac: remove offen parameter from ac_build_buffer_store_dword
Marek Olšák
2017-03-03
1
-13
/
+12
*
radeonsi: enable TC L2 for tessellation offchip stores
Marek Olšák
2017-03-03
1
-8
/
+8
*
radeonsi: merge and simplify tbuffer_store functions
Marek Olšák
2017-03-03
1
-40
/
+39
*
radeonsi: set noalias on input shader pointers
Marek Olšák
2017-03-03
1
-0
/
+1
*
radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
Marek Olšák
2017-03-03
1
-7
/
+4
*
radeonsi: move kill intrinsic building into amd/common
Marek Olšák
2017-03-03
2
-14
/
+12
*
radeonsi: set readnone on reads from read-only memory
Marek Olšák
2017-03-03
1
-10
/
+10
*
radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.load
Marek Olšák
2017-03-03
1
-45
/
+19
*
radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
Marek Olšák
2017-03-03
1
-5
/
+1
*
radeonsi: remove last use of llvm.SI.resinfo
Marek Olšák
2017-03-03
1
-48
/
+49
*
radeonsi: move image intrinsic building to amd/common
Marek Olšák
2017-03-03
1
-92
/
+62
*
ac: replace SI.export with amdgcn.exp.*
Marek Olšák
2017-03-03
1
-3
/
+5
*
radeonsi: move llvm.SI.export building to amd/common
Marek Olšák
2017-03-03
1
-162
/
+144
*
ac: unify build_type_name_for_intr functions
Marek Olšák
2017-03-03
1
-44
/
+5
*
radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as well
Marek Olšák
2017-03-03
1
-1
/
+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
3
-11
/
+16
*
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
2017-03-03
1
-1
/
+1
*
radeonsi: add support for an on-disk shader cache
Timothy Arceri
2017-03-03
1
-7
/
+60
[next]