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
*
r600g: update dirty_level_mask after the 1-st draw after FB change
Constantine Kharlamov
2017-04-19
4
-18
/
+26
*
freedreno: refactor dirty state handling
Rob Clark
2017-04-18
19
-101
/
+119
*
freedreno: move clear path dirty state hack to a2xx backend
Rob Clark
2017-04-18
2
-9
/
+9
*
freedreno/ir3: split out per-stage emit_consts fxns
Rob Clark
2017-04-18
5
-21
/
+41
*
freedreno: add helper to mark all state clean
Rob Clark
2017-04-18
9
-52
/
+34
*
freedreno: add helper to mark all state dirty
Rob Clark
2017-04-18
4
-6
/
+13
*
freedreno: move a2xx specific hack out of core
Rob Clark
2017-04-18
2
-10
/
+20
*
freedreno: make texture state an array
Rob Clark
2017-04-18
10
-39
/
+45
*
freedreno/ir3: refactor out helpers for comparing shader keys
Rob Clark
2017-04-18
4
-79
/
+63
*
vc4: Enable V3D 2.6.
Eric Anholt
2017-04-18
1
-1
/
+1
*
freedreno: fix crash if ctx torn down with no rendering
Rob Clark
2017-04-17
1
-1
/
+1
*
freedreno/ir3: add 'high' register class
Rob Clark
2017-04-17
3
-67
/
+131
*
freedreno: extract helper for stage->sb for a4xx+
Rob Clark
2017-04-17
5
-28
/
+29
*
freedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
Rob Clark
2017-04-17
5
-127
/
+124
*
freedreno: update generated headers
Rob Clark
2017-04-17
8
-213
/
+794
*
winsys/amdgpu: init buffer_indices_hashlist with memset()
Samuel Pitoiset
2017-04-17
1
-8
/
+2
*
winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bit
Samuel Pitoiset
2017-04-17
1
-4
/
+3
*
gallium/radeon: always flush asynchronously and wait after begin_new_cs
Marek Olšák
2017-04-17
2
-4
/
+11
*
radeonsi: remove local variable 'mod' from si_compile_tgsi_shader
Marek Olšák
2017-04-17
1
-5
/
+2
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
3
-7
/
+10
*
radeonsi: don't set VGT_GS_MODE as part of the GS state
Marek Olšák
2017-04-17
1
-2
/
+0
*
radeonsi: don't allow user indices with indirect draws
Marek Olšák
2017-04-17
1
-4
/
+4
*
radeonsi: merge two if (indirect) statements
Marek Olšák
2017-04-17
1
-27
/
+25
*
radeonsi: don't mark non-dirty textures with CMASK as compressed
Marek Olšák
2017-04-17
1
-2
/
+3
*
etnaviv: native fence fd support
Philipp Zabel
2017-04-15
6
-6
/
+82
*
swr: Fix swr osmesa build
George Kyriazis
2017-04-14
1
-1
/
+1
*
etnaviv: SINGLE_BUFFER support on GC3000
Wladimir J. van der Laan
2017-04-15
8
-28
/
+63
*
etnaviv: Update includes from rnndb
Wladimir J. van der Laan
2017-04-15
5
-20
/
+91
*
etnaviv: Add chipMinorFeatures4 and 5
Wladimir J. van der Laan
2017-04-15
2
-1
/
+15
*
etnaviv: resolve tile status when flushing resource
Philipp Zabel
2017-04-15
2
-0
/
+11
*
etnaviv: stop repeatedly resolving an unchanged resource into its scanout pri...
Philipp Zabel
2017-04-15
1
-1
/
+4
*
swr: Add polygon stipple support
George Kyriazis
2017-04-14
5
-9
/
+84
*
radeonsi: add missing initialization for userptr buffers
Nicolai Hähnle
2017-04-14
1
-0
/
+4
*
radeonsi: cope with missing disassembly
Nicolai Hähnle
2017-04-14
1
-1
/
+2
*
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
2017-04-14
2
-0
/
+7
*
radeonsi: enable ARB_shader_viewport_layer_array
Nicolai Hähnle
2017-04-14
1
-1
/
+1
*
radeonsi: handle ignored LAYER and VIEWPORT_INDEX writes
Nicolai Hähnle
2017-04-14
1
-0
/
+20
*
tgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}
Nicolai Hähnle
2017-04-14
1
-0
/
+10
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
17
-0
/
+19
*
swr: Enable MSAA in OpenSWR software renderer
Bruce Cherniak
2017-04-14
6
-25
/
+313
*
swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supported
Bruce Cherniak
2017-04-14
1
-2
/
+1
*
swr: Align swr_context allocation to SIMD alignment.
Bruce Cherniak
2017-04-14
1
-2
/
+5
*
swr: update gallium driver docs
Tim Rowley
2017-04-14
2
-6
/
+12
*
gallium/docs: small correction about register files for atomics
Rob Clark
2017-04-14
1
-2
/
+4
*
freedreno: enable draw/batch reordering by default
Rob Clark
2017-04-14
2
-3
/
+3
*
freedreno/ir3: small re-order
Rob Clark
2017-04-14
1
-24
/
+23
*
freedreno/ir3: move 'keeps' to block level
Rob Clark
2017-04-14
5
-20
/
+22
*
freedreno/ir3: convert dynamic arrays to ralloc
Rob Clark
2017-04-14
3
-14
/
+8
*
swr: add linux to scons build
George Kyriazis
2017-04-14
2
-7
/
+2
*
st/nine: Fix support for ps 1.4 dw and dz modifiers
Axel Davy
2017-04-13
1
-2
/
+2
[next]