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
*
radeonsi: clean up lucky #include dependencies
Marek Olšák
2016-10-04
2
-36
/
+35
*
radeonsi: don't re-create shader PM4 states after scratch buffer update
Marek Olšák
2016-10-04
3
-15
/
+25
*
gallium/radeon: move r600_common_context::texture_buffers to r600g
Marek Olšák
2016-10-04
6
-9
/
+8
*
radeonsi: don't set sampler buffer offsets in create_sampler_view
Marek Olšák
2016-10-04
3
-24
/
+22
*
radeonsi: optimize si_invalidate_buffer based on bind_history
Marek Olšák
2016-10-04
1
-87
/
+100
*
radeonsi: track buffer bind history
Marek Olšák
2016-10-04
4
-5
/
+23
*
radeonsi: drop support for NULL sampler views
Marek Olšák
2016-10-04
2
-12
/
+4
*
radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emission
Marek Olšák
2016-10-04
1
-7
/
+10
*
radeonsi: move VGT_LS_HS_CONFIG to derived tess_state
Marek Olšák
2016-10-04
3
-28
/
+14
*
radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFER
Marek Olšák
2016-10-04
1
-4
/
+3
*
radeonsi: parse SURFACE_SYNC correctly on CIK-VI
Marek Olšák
2016-10-04
1
-9
/
+16
*
gallium/radeon: inline r600_context_add_resource_size
Marek Olšák
2016-10-04
2
-21
/
+13
*
radeonsi: Fix primitive restart when index changes
James Legg
2016-10-04
1
-7
/
+7
*
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
5
-5
/
+9
*
st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-2
/
+3
*
gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-1
/
+2
*
vl/dri3: fix warning about incompatible pointer type
Nayan Deshmukh
2016-10-03
1
-1
/
+1
*
swr: Removed stalling SwrWaitForIdle from queries.
Bruce Cherniak
2016-10-03
4
-119
/
+87
*
swr: [rasterizer core] refactor thread creation
Tim Rowley
2016-10-03
3
-9
/
+29
*
swr: [rasterizer jitter] canonicalize blend compile state
Tim Rowley
2016-10-03
2
-0
/
+39
*
swr: [rasterizer core] archrast fixes
Tim Rowley
2016-10-03
4
-7
/
+14
*
swr: [rasterizer jitter] fixes for icc in vs2015 compat mode
Tim Rowley
2016-10-03
12
-1404
/
+1439
*
swr: [rasterizer core] generalize compute dispatch mechanism
Tim Rowley
2016-10-03
3
-4
/
+15
*
swr: [rasterizer common] os.h portability header changes
Tim Rowley
2016-10-03
1
-0
/
+6
*
gallium/hud: Add support for CPU frequency monitoring
Steven Toth
2016-09-30
4
-0
/
+286
*
Revert "gallium/hud: automatically print % if max_value == 100"
Marek Olšák
2016-09-30
1
-12
/
+6
*
gallium/radeon: fix crash/regression in performance counters
Nicolai Hähnle
2016-09-30
1
-0
/
+9
*
gallium/radeon: update documentation of buffer_get_virtual_address
Nicolai Hähnle
2016-09-30
1
-0
/
+3
*
gallium/radeon: emit relocations for query fences
Nicolai Hähnle
2016-09-30
4
-9
/
+15
*
radeon/uvd: adjust the buffer offset when relocation is used
Nicolai Hähnle
2016-09-30
1
-0
/
+1
*
radeon/vce: adjust the buffer offset when relocation is used
Nicolai Hähnle
2016-09-30
1
-0
/
+1
*
radeon/video: don't use sub-allocated buffers
Nicolai Hähnle
2016-09-30
2
-1
/
+10
*
gallium/hud: Add power sensor support
Steven Toth
2016-09-29
4
-5
/
+45
*
nv50/ir: teach insnCanLoad() about SHLADD
Samuel Pitoiset
2016-09-29
1
-0
/
+2
*
nv50/ir: optimize SHLADD(a, b, c) to MOV((a << b) + c)
Samuel Pitoiset
2016-09-29
1
-0
/
+3
*
nv50/ir: optimize SHLADD(a, b, 0x0) to SHL(a, b)
Samuel Pitoiset
2016-09-29
1
-0
/
+8
*
nv50/ir: optimize IMAD to SHLADD in presence of power of 2
Samuel Pitoiset
2016-09-29
1
-0
/
+7
*
nvc0/ir: add emission for SHLADD
Samuel Pitoiset
2016-09-29
3
-0
/
+127
*
nv50/ir: add preliminary support for SHLADD
Samuel Pitoiset
2016-09-29
5
-7
/
+17
*
nvc0: update GM107 sched control codes format
Samuel Pitoiset
2016-09-29
2
-23
/
+23
*
gallium/radeon: use smaller buffers for query results
Nicolai Hähnle
2016-09-29
1
-1
/
+1
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
3
-0
/
+7
*
radeonsi: enable ARB_query_buffer_object (v2)
Nicolai Hähnle
2016-09-29
1
-7
/
+14
*
gallium/radeon: implement get_query_result_resource (v2)
Nicolai Hähnle
2016-09-29
4
-1
/
+402
*
gallium/radeon: zero all query buffers
Nicolai Hähnle
2016-09-29
2
-17
/
+11
*
gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result
Nicolai Hähnle
2016-09-29
1
-5
/
+1
*
gallium/radeon: add query fences and r600_get_hw_query_params
Nicolai Hähnle
2016-09-29
1
-16
/
+91
*
radeonsi: add save_qbo_state
Nicolai Hähnle
2016-09-29
3
-0
/
+22
*
radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2)
Nicolai Hähnle
2016-09-29
2
-0
/
+51
[next]