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
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEX
Brian Ho
2020-04-15
1
-15
/
+3
*
freedreno/a5xx+: Skip compiling the old gmem blit programs.
Eric Anholt
2020-04-13
1
-1
/
+13
*
freedreno/ir3: add mov/cov stats
Rob Clark
2020-04-13
1
-2
/
+4
*
freedreno/log: better decoding for multiple chunks per batch
Rob Clark
2020-04-10
1
-13
/
+41
*
freedreno/log: spiff out parser some more
Rob Clark
2020-04-10
1
-4
/
+122
*
freedreno/log: android support
Rob Clark
2020-04-10
3
-5
/
+28
*
ir3: Rewrite UBO push analysis to support bindless
Connor Abbott
2020-04-09
1
-3
/
+6
*
freedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
Jonathan Marek
2020-04-09
1
-0
/
+5
*
freedreno/registers: add RB_CCU_CNTL bitfields
Jonathan Marek
2020-04-09
1
-7
/
+11
*
turnip: improve vertex input handling
Jonathan Marek
2020-04-09
1
-1
/
+2
*
turnip: Configure VPC for geometry shaders
Brian Ho
2020-04-07
1
-37
/
+1
*
freedreno: limit fp16 to frag and compute
Rob Clark
2020-04-04
1
-0
/
+2
*
freedreno/ir3: also precompile compute shaders for shaderdb
Rob Clark
2020-04-04
1
-0
/
+10
*
freedreno: fix missing locking
Rob Clark
2020-04-04
1
-0
/
+2
*
freedreno/a6xx: add some compute logging
Rob Clark
2020-04-04
2
-2
/
+21
*
freedreno: Rename RB_DONE_TS
Connor Abbott
2020-04-02
4
-7
/
+7
*
freedreno/log: fix build error
Rob Clark
2020-04-01
1
-2
/
+4
*
freedreno: Drop an unnecessary include marked "this should go away"
Eric Anholt
2020-03-31
1
-3
/
+0
*
freedreno/log: avoid duplicate ts's
Rob Clark
2020-03-30
1
-4
/
+27
*
freedreno/a6xx: add some more tracepoints
Rob Clark
2020-03-30
3
-1
/
+25
*
freedreno: add some initial fd_log tracepoints
Rob Clark
2020-03-30
1
-4
/
+17
*
freedreno/a6xx: timestamp logging support
Rob Clark
2020-03-30
2
-2
/
+16
*
freedreno: add logging infrastructure
Rob Clark
2020-03-30
12
-2
/
+378
*
freedreno: remove some obsolete debug options
Rob Clark
2020-03-30
2
-11
/
+4
*
freedreno: Work around UBWC flakiness.
Eric Anholt
2020-03-30
1
-0
/
+13
*
freedreno: Fix detection of being in a blit for acc queries.
Eric Anholt
2020-03-30
10
-37
/
+30
*
freedreno: Rename "is_blit" to "is_discard_blit"
Eric Anholt
2020-03-30
5
-8
/
+8
*
freedreno/a6xx: Fix timestamp queries.
Eric Anholt
2020-03-30
1
-4
/
+10
*
freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.
Eric Anholt
2020-03-30
5
-6
/
+8
*
freedreno: Associate the acc query bo with the batch.
Eric Anholt
2020-03-30
1
-0
/
+2
*
freedreno: Fix acc query handling in the presence of batch reordering.
Eric Anholt
2020-03-30
4
-25
/
+62
*
freedreno: Remove the "active" member of queries.
Eric Anholt
2020-03-30
4
-21
/
+9
*
freedreno: Remove always-true return from per-gen begin_query.
Eric Anholt
2020-03-30
5
-13
/
+7
*
freedreno: ssbo: mark resource read or written depending on usage
Christian Gmeiner
2020-03-25
1
-10
/
+15
*
freedreno: ssbo: keep track if a buffer gets written
Christian Gmeiner
2020-03-25
2
-0
/
+3
*
freedreno: simplify fd_set_shader_buffers(..)
Christian Gmeiner
2020-03-25
1
-16
/
+8
*
freedreno: calculate modified bit mask only once
Christian Gmeiner
2020-03-25
1
-6
/
+2
*
freedreno: Enable mediump lowering
Hyunjun Ko
2020-03-24
2
-2
/
+4
*
freedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
Jonathan Marek
2020-03-24
1
-1
/
+1
*
freedreno: Switch to exposing only half-integer pixel centers.
Eric Anholt
2020-03-19
1
-1
/
+5
*
freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2020-03-17
1
-1
/
+10
*
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
2020-03-10
1
-1
/
+2
*
gallium: make handles of set_global_binding 64 bit
Karol Herbst
2020-03-10
1
-2
/
+1
*
freedreno: fix FD_MESA_DEBUG=inorder
Rob Clark
2020-03-10
1
-1
/
+1
*
freedreno/ir3: add simplified stall estimation
Rob Clark
2020-03-10
1
-1
/
+2
*
freedreno: honor FD_MESA_DEBUG=nogrow
Rob Clark
2020-02-28
1
-4
/
+7
*
freedreno/a6xx: enable SKIP_IB2_ENABLE properly
Rob Clark
2020-02-28
1
-0
/
+8
*
freedreno/a6xx: don't emit YIELD packet
Rob Clark
2020-02-28
1
-3
/
+0
*
freedreno/a6xx: whitespace fix
Rob Clark
2020-02-28
1
-2
/
+2
*
freedreno/a6xx: emit LRZ clear in sysmem too
Rob Clark
2020-02-28
1
-0
/
+3
[next]