index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "radeonsi: reject invalid vertex element formats"
Marek Olšák
2017-01-20
1
-5
/
+0
*
gallium: add pipe_screen::resource_changed callback wrappers
Philipp Zabel
2017-01-20
3
-0
/
+47
*
etnaviv: implement resource_changed to invalidate internal resources derived ...
Philipp Zabel
2017-01-20
1
-0
/
+13
*
etnaviv: initialize seqno of imported resources
Philipp Zabel
2017-01-20
1
-0
/
+2
*
st/dri: ask the driver to update its internal copies on reimport
Philipp Zabel
2017-01-20
1
-0
/
+4
*
gallium: add pipe_screen::resource_changed
Philipp Zabel
2017-01-20
2
-0
/
+22
*
gallium/hud: add missing break in hud_cpufreq_graph_install()
Samuel Pitoiset
2017-01-20
1
-0
/
+1
*
radeonsi: reject invalid vertex element formats
Marek Olšák
2017-01-19
1
-0
/
+5
*
radeonsi: don't forget to add HTILE to the buffer list for texturing
Marek Olšák
2017-01-19
1
-6
/
+13
*
st/vdpau: only send buffers with B8G8R8A8 format to X
Nayan Deshmukh
2017-01-19
3
-3
/
+11
*
radeonsi: fix texture gather on stencil textures
Nicolai Hähnle
2017-01-19
1
-2
/
+16
*
radeonsi: Always leave poly_offset in a valid state
Zachary Michaels
2017-01-19
1
-1
/
+3
*
gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIAN
Dave Airlie
2017-01-19
1
-1
/
+1
*
radeonsi: determine in advance which VBOs should be added to the buffer list
Marek Olšák
2017-01-18
3
-4
/
+11
*
radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptors
Marek Olšák
2017-01-18
1
-8
/
+9
*
radeonsi: reject invalid vertex buffer indices at state creation
Marek Olšák
2017-01-18
2
-5
/
+6
*
radeonsi: use a global dirty mask for shader pointers
Marek Olšák
2017-01-18
4
-41
/
+51
*
radeonsi: use a bitmask-based loop in si_decompress_textures
Marek Olšák
2017-01-18
3
-7
/
+31
*
radeonsi: skip an unnecessary mutex lock for L2 prefetches
Marek Olšák
2017-01-18
1
-5
/
+7
*
radeonsi: si_cp_dma_prepare is a no-op for L2 prefetches
Marek Olšák
2017-01-18
2
-5
/
+12
*
radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATE
Marek Olšák
2017-01-18
2
-10
/
+15
*
radeonsi: use the correct target machine when building shader variants
Marek Olšák
2017-01-18
2
-14
/
+29
*
radeonsi: move shader pipe context state into a separate structure
Marek Olšák
2017-01-18
2
-14
/
+22
*
Revert "etnaviv: Fake occlusion query capability"
Christian Gmeiner
2017-01-18
1
-3
/
+2
*
android: ac/debug: move sid_tables.h generation and IB decode to amd/common
Mauro Rossi
2017-01-18
1
-12
/
+3
*
android: gallium/auxiliary: fix building error in Android 7.0
Mauro Rossi
2017-01-18
1
-1
/
+1
*
android: radeonsi: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
2017-01-18
1
-0
/
+2
*
android: radeon: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
2017-01-18
1
-0
/
+1
*
nouveau: remove always false argument in nouveau_fence_new()
Emil Velikov
2017-01-18
5
-11
/
+6
*
gallium: correctly manage libsensors link flags
Emil Velikov
2017-01-18
2
-2
/
+1
*
etnaviv: Fake occlusion query capability
Wladimir J. van der Laan
2017-01-18
1
-2
/
+3
*
etnaviv: add flags parameter to texture barrier
Christian Gmeiner
2017-01-18
1
-1
/
+1
*
etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH
Christian Gmeiner
2017-01-18
1
-0
/
+1
*
gallivm: (trivial) fix copy/paste bug with big endian code
Roland Scheidegger
2017-01-18
1
-2
/
+4
*
configure.ac: Revert recent HAVE_LLVM changes.
Jose Fonseca
2017-01-18
5
-12
/
+12
*
configure.ac: Set and use HAVE_GALLIUM_LLVM define
Tobias Droste
2017-01-18
5
-12
/
+12
*
gallivm: Cleanup USE_MCJIT.
Jose Fonseca
2017-01-18
1
-10
/
+25
*
radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+
Marek Olšák
2017-01-17
1
-2
/
+5
*
st/vdpau: remove the delayed rendering hack(v1.1)
Nayan Deshmukh
2017-01-17
6
-141
/
+52
*
st/vdpau: use dri3 to directly send the buffer to X(v2)
Nayan Deshmukh
2017-01-17
2
-27
/
+33
*
vl/dri3: use external texture as back buffers(v4)
Nayan Deshmukh
2017-01-17
2
-17
/
+114
*
nv50/ir: optimize shl + and
Ilia Mirkin
2017-01-16
1
-0
/
+11
*
nvc0: enable FBFETCH with a special slot for color buffer 0
Ilia Mirkin
2017-01-16
9
-6
/
+172
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
13
-15
/
+23
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
17
-2
/
+20
*
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
2017-01-16
3
-2
/
+15
*
nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwell
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
nv50/ir: handle new DDIV op which will be used for double divisions
Ilia Mirkin
2017-01-16
1
-0
/
+3
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
4
-1
/
+17
*
radeonsi: fix R600_DEBUG=nooptvariant
Nicolai Hähnle
2017-01-16
1
-1
/
+1
[next]