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
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
15
-38
/
+38
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
freedreno/a6xx: Drop the WFI in the program update stateobj.
Eric Anholt
2019-07-17
1
-2
/
+0
*
freedreno/a6xx: Drop the WFI in constant uploads.
Eric Anholt
2019-07-17
1
-2
/
+0
*
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: Generate headers from xml files
Kristian H. Kristensen
2019-07-10
5
-12
/
+12
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
freedreno/a6xx: wire up dither state
Rob Clark
2019-06-28
3
-2
/
+14
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
2
-6
/
+2
*
freedreno: correct batch_depends_on() logic
Rob Clark
2019-06-26
1
-1
/
+1
*
freedreno: drop unused arg from fd_batch_flush()
Rob Clark
2019-06-26
12
-23
/
+23
*
freedreno/a5xx: fix batch leak in fd5 blitter path
Rob Clark
2019-06-24
1
-0
/
+1
*
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: Remove silly return from ir3_optimize_nir().
Eric Anholt
2019-06-21
1
-1
/
+3
*
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/a6xx: disallow UBWC for x24s8
Rob Clark
2019-06-17
1
-4
/
+15
*
freedreno/a6xx: un-swap X24S8_UINT
Rob Clark
2019-06-17
2
-5
/
+6
*
freedreno/a6xx: re-enable UBWC for depth/stencil
Rob Clark
2019-06-15
1
-0
/
+2
*
freedreno/a6xx: handle z24s8/z24x8 blits with u_blitter
Rob Clark
2019-06-15
2
-25
/
+11
*
freedreno/a6xx: handle fallback for rewritten blits ourself
Rob Clark
2019-06-15
1
-11
/
+37
*
freedreno/a6xx: rename variable
Rob Clark
2019-06-15
1
-39
/
+39
*
freedreno/a6xx: consolidate z/s blit handling
Rob Clark
2019-06-15
1
-67
/
+46
*
freedreno/a6xx: fix MAX_INDICES
Rob Clark
2019-06-13
1
-2
/
+1
*
freedreno/blitter: remove dead code
Rob Clark
2019-06-13
1
-7
/
+0
*
freedreno: turn staging cube into 2d-array
Rob Clark
2019-06-13
1
-0
/
+2
*
freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)
Nicolai Hähnle
2019-06-12
5
-12
/
+12
*
freedreno/a5xx: enable a540
Rob Clark
2019-06-11
2
-2
/
+14
*
freedreno/a6xx: enable UBWC by default
Rob Clark
2019-06-11
3
-18
/
+3
*
freedreno/a6xx: disallow UBWC for z24s8
Rob Clark
2019-06-11
1
-1
/
+0
*
freedreno/a6xx: use correct UBWC reg builders
Rob Clark
2019-06-11
2
-11
/
+11
*
freedreno/a6xx: disable UBWC for some formats
Rob Clark
2019-06-11
1
-2
/
+0
*
freedreno/a6xx: handle non-UWC-compatible image views
Rob Clark
2019-06-11
5
-1
/
+45
*
freedreno/a6xx: handle non-UBWC-compatible texture views
Rob Clark
2019-06-11
3
-0
/
+23
*
freedreno: add helper to uncompress UBWC resource
Rob Clark
2019-06-11
2
-0
/
+37
*
freedreno: handle images in rebind_resource()
Rob Clark
2019-06-11
1
-0
/
+9
*
freedreno: allow null discard box in shadow path
Rob Clark
2019-06-11
1
-4
/
+10
*
freedreno: swap UBWC state in shadow path
Rob Clark
2019-06-11
1
-0
/
+4
*
freedreno: add modifier param to fd_try_shadow_resource()
Rob Clark
2019-06-11
1
-3
/
+5
*
freedreno: correct modifier for UBWC buffers
Rob Clark
2019-06-11
1
-0
/
+3
*
freedreno/a5xx: Fix indirect draw max_indices calculation
Eduardo Lima Mitev
2019-06-11
1
-2
/
+1
*
freedreno/a6xx: re-arrange program stageobj/group
Rob Clark
2019-06-07
4
-30
/
+58
*
freedreno/a6xx: fix hangs with newer sqe fw
Rob Clark
2019-06-07
1
-32
/
+81
*
freedreno/a6xx: WFI before RB_CCU_CNTL writes
Rob Clark
2019-06-07
2
-0
/
+4
*
freedreno/a6xx: don't pre-dispatch texture fetch on accident
Rob Clark
2019-06-07
1
-1
/
+4
[next]