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
/
ir3
/
ir3_gallium.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: build binning variant at same time as draw variant
Rob Clark
2020-06-26
1
-4
/
+8
*
freedreno/ir3: move finalize_nir to pscreen hook
Rob Clark
2020-06-26
1
-0
/
+14
*
freedreno: Share constlen between different stages properly
Connor Abbott
2020-06-26
1
-3
/
+20
*
ir3: Pass reserved_user_consts to ir3_shader_from_nir()
Connor Abbott
2020-06-17
1
-2
/
+2
*
freedreno/ir3: move the libdrm dependency out of shared code
Rob Clark
2020-06-15
1
-0
/
+37
*
freedreno/ir3: unify shader create/delete paths
Rob Clark
2020-06-15
1
-2
/
+2
*
ttn: Add new allow_disk_cache parameter
Axel Davy
2020-05-13
1
-2
/
+2
*
freedreno/ir3: Set the FS .msaa flag to true during precompiles.
Eric Anholt
2020-05-01
1
-0
/
+1
*
freedreno: Immediately compile a default variant of shaders.
Eric Anholt
2020-05-01
1
-44
/
+39
*
freedreno/ir3: Improve shader key normalization.
Eric Anholt
2020-05-01
1
-4
/
+4
*
freedreno: Emit debug messages when doing draw-time recompiles of shaders.
Eric Anholt
2020-05-01
1
-0
/
+15
*
freedreno: Fix assertion failures on GS/tess shaders with shader-db enabled.
Eric Anholt
2020-05-01
1
-1
/
+29
*
freedreno: Stop doing binning shaders other than the VS in shader-db.
Eric Anholt
2020-05-01
1
-1
/
+1
*
freedreno/ir3: Pass stream output info to ir3_shader_from_nir
Kristian H. Kristensen
2020-05-01
1
-3
/
+4
*
freedreno/ir3: inline const emit
Rob Clark
2020-04-30
1
-552
/
+0
*
freedreno: Make the slice pitch be bytes, not pixels.
Eric Anholt
2020-04-23
1
-1
/
+1
*
freedreno/ir3: add mov/cov stats
Rob Clark
2020-04-13
1
-2
/
+4
*
ir3: Rewrite UBO push analysis to support bindless
Connor Abbott
2020-04-09
1
-3
/
+6
*
turnip: Configure VPC for geometry shaders
Brian Ho
2020-04-07
1
-37
/
+1
*
freedreno/ir3: also precompile compute shaders for shaderdb
Rob Clark
2020-04-04
1
-0
/
+10
*
freedreno/ir3: add simplified stall estimation
Rob Clark
2020-03-10
1
-1
/
+2
*
freedreno/ir3: add last-baryf shaderdb stat
Rob Clark
2019-12-13
1
-1
/
+2
*
freedreno: Track the set of UBOs to be uploaded in UBO analysis.
Eric Anholt
2019-12-09
1
-19
/
+21
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
1
-3
/
+3
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
1
-1
/
+1
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
1
-3
/
+4
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
freedreno/ir3: also track # of nops for shader-db
Rob Clark
2019-11-09
1
-1
/
+3
*
freedreno/ir3: Emit link map as byte or dwords offsets as needed
Kristian H. Kristensen
2019-11-07
1
-2
/
+16
*
freedreno/ir3: debug cleanup
Rob Clark
2019-10-24
1
-3
/
+2
*
freedreno/ir3: Implement primitive layout intrinsics
Kristian H. Kristensen
2019-10-17
1
-0
/
+48
*
freedreno/a6xx: Share shader state constructor and destructor
Kristian H. Kristensen
2019-09-18
1
-1
/
+35
*
freedreno/a6xx: pre-calculate userconst stateobj size
Rob Clark
2019-09-12
1
-0
/
+23
*
freedreno/ir3: track # of driver params
Rob Clark
2019-08-13
1
-1
/
+3
*
freedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
Rob Clark
2019-08-13
1
-15
/
+15
*
freedreno/ir3: push ctx further up call chain
Rob Clark
2019-08-13
1
-21
/
+22
*
freedreno/ir3: move ring_wfi() further up call chain
Rob Clark
2019-08-13
1
-10
/
+8
*
freedreno/all: move more emit helpers to screen
Rob Clark
2019-08-13
1
-2
/
+2
*
freedreno/a3xx-a6xx+ir3: move emit_const* to screen
Rob Clark
2019-08-13
1
-3
/
+3
*
freedreno/ir3: move VS driver-param emit
Rob Clark
2019-08-13
1
-68
/
+76
*
freedreno: Fix helgrind complaint on shader-db key setup.
Eric Anholt
2019-07-29
1
-2
/
+1
*
freedreno: Assert that we don't exceed constlen.
Eric Anholt
2019-07-17
1
-10
/
+24
*
freedreno: Fix more constlen overflows.
Eric Anholt
2019-07-17
1
-2
/
+5
*
freedreno: Drop stale comment about skipping uploads.
Eric Anholt
2019-07-17
1
-1
/
+0
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
1
-33
/
+1
*
freedreno: Clamp UBO uploads to the constlen decided by the shader.
Rob Clark
2019-06-24
1
-0
/
+11
*
freedreno: Stop reporting max_const in shader-db.
Eric Anholt
2019-06-21
1
-2
/
+1
*
freedreno: Include binning shaders in shader-db.
Eric Anholt
2019-06-21
1
-3
/
+8
*
freedreno: Log the number of loops in the shader for shader-db.
Eric Anholt
2019-05-16
1
-2
/
+2
*
freedreno: Output the same shader-db format as v3d and intel.
Eric Anholt
2019-05-16
1
-15
/
+4
[next]