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
/
a3xx
/
fd3_gmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: update generated headers
Rob Clark
2016-11-30
1
-1
/
+1
*
freedreno/a3xx+a4xx: move common VBOs to fd_context
Rob Clark
2016-08-13
1
-8
/
+5
*
freedreno: drop needs_rb_fbd
Rob Clark
2016-07-30
1
-9
/
+6
*
freedreno: move needs_wfi into batch
Rob Clark
2016-07-30
1
-17
/
+17
*
freedreno: re-order support for hw queries
Rob Clark
2016-07-30
1
-2
/
+2
*
freedreno: move more batch related tracking to fd_batch
Rob Clark
2016-07-30
1
-70
/
+75
*
freedreno: introduce fd_batch
Rob Clark
2016-07-30
1
-3
/
+4
*
freedreno/a3xx+a4xx: fix potential null ptr deref
Rob Clark
2016-06-02
1
-1
/
+2
*
freedreno/a3xx: add debug callback to emit
Rob Clark
2016-04-30
1
-0
/
+3
*
freedreno: OUT_RELOC vs OUT_RELOCW fixes
Rob Clark
2016-03-13
1
-2
/
+2
*
freedreno/a3xx: remove duplicate mark of end of binning cmds
Rob Clark
2016-03-13
1
-3
/
+0
*
freedreno: per-generation OUT_IB packet
Rob Clark
2016-01-18
1
-1
/
+1
*
freedreno/a3xx: cache-flush is needed after MEM_WRITE
Rob Clark
2015-10-15
1
-0
/
+2
*
freedreno/a3xx: clear cached fp when switching blit prog
Rob Clark
2015-08-10
1
-0
/
+2
*
freedreno: move the half-precision logic into core
Rob Clark
2015-08-04
1
-4
/
+1
*
freedreno: small bit of cleanup about max rendertargets
Rob Clark
2015-08-04
1
-1
/
+1
*
freedreno/a3xx: add support for S8 and Z32F_S8
Ilia Mirkin
2015-04-27
1
-20
/
+60
*
freedreno/a3xx: add Z32F support
Ilia Mirkin
2015-04-27
1
-6
/
+44
*
freedreno/a3xx: don't decode srgb on mem2gmem
Ilia Mirkin
2015-04-05
1
-6
/
+12
*
freedreno/a3xx: add MRT support
Ilia Mirkin
2015-04-02
1
-66
/
+93
*
freedreno: convert blit program to array for each number of rts
Ilia Mirkin
2015-04-02
1
-1
/
+1
*
freedreno/a3xx: add support for point sprite coordinate replacement
Ilia Mirkin
2015-03-28
1
-0
/
+1
*
freedreno: pass number of instances to draw
Ilia Mirkin
2015-02-19
1
-5
/
+5
*
freedreno: helper to calc layer/level offset
Rob Clark
2014-12-13
1
-8
/
+9
*
freedreno/a3xx: add support for SRGB render targets
Ilia Mirkin
2014-12-06
1
-1
/
+4
*
freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputs
Ilia Mirkin
2014-12-06
1
-1
/
+3
*
freedreno/a3xx: don't use half precision shaders for int/float32
Ilia Mirkin
2014-11-30
1
-9
/
+13
*
freedreno/a3xx: remove blend clamp enables from gmem/clears
Ilia Mirkin
2014-11-30
1
-2
/
+1
*
freedreno/a3xx: fd3_util -> fd3_format
Ilia Mirkin
2014-11-29
1
-1
/
+1
*
freedreno: clear vs scissor
Rob Clark
2014-10-21
1
-2
/
+2
*
freedreno/a3xx: more layer/level fixes
Rob Clark
2014-10-20
1
-2
/
+5
*
freedreno/a3xx: refactor/optimize emit
Rob Clark
2014-10-15
1
-9
/
+21
*
freedreno/a3xx: refactor vertex state emit
Rob Clark
2014-10-15
1
-19
/
+3
*
freedreno/a3xx: add flat interpolation mode
Rob Clark
2014-09-27
1
-3
/
+3
*
freedreno/a3xx: handle rendering to layer != 0
Rob Clark
2014-09-12
1
-2
/
+12
*
freedreno/ir3: split out shader compiler from a3xx
Rob Clark
2014-07-25
1
-1
/
+1
*
freedreno/a3xx: WFI fixes/cleanup
Rob Clark
2014-06-22
1
-13
/
+9
*
freedreno/a3xx: fix depth/stencil gmem restore
Rob Clark
2014-05-21
1
-1
/
+1
*
freedreno/a3xx: fix depth/stencil GMEM positioning
Rob Clark
2014-05-21
1
-12
/
+18
*
freedreno: use OUT_RELOCW when buffer is written
Rob Clark
2014-05-21
1
-4
/
+4
*
freedreno/a3xx: missing wfi
Rob Clark
2014-03-30
1
-3
/
+7
*
WIP: freedreno/a3xx: incorrect scissor for binning pass
Rob Clark
2014-03-05
1
-8
/
+32
*
freedreno/a3xx/compiler: half-precision output
Rob Clark
2014-02-23
1
-0
/
+3
*
freedreno/a3xx: add shader variants
Rob Clark
2014-02-23
1
-16
/
+27
*
freedreno: fix problems if no color buf bound
Rob Clark
2014-02-16
1
-1
/
+1
*
freedreno: better manage our WFI's
Rob Clark
2014-02-01
1
-3
/
+11
*
freedreno/a3xx: add logicop
Rob Clark
2014-02-01
1
-2
/
+2
*
freedreno: ctx should hold ref to dev
Rob Clark
2014-02-01
1
-1
/
+1
*
freedreno/a3xx: use cs patch instead of RFI+RMW
Rob Clark
2014-01-08
1
-9
/
+16
*
freedreno/a3xx: support for hw binning pass
Rob Clark
2014-01-08
1
-19
/
+341
[next]