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
/
lima
/
lima_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
lima: avoid situations when scissor minx > maxx or miny > maxy
Vasily Khoruzhick
2020-04-05
1
-34
/
+47
*
lima: implement zsbuf reload
Icenowy Zheng
2020-03-18
1
-3
/
+12
*
lima: print gp uniforms if gp debug is enabled
Vasily Khoruzhick
2020-03-11
1
-0
/
+13
*
lima: enable minmax cache for index buffers
Vasily Khoruzhick
2020-03-10
1
-3
/
+14
*
lima: rename lima_submit to lima_job
Qiang Yu
2020-02-17
1
-53
/
+53
*
lima: optinal flush submit in lima_clear
Qiang Yu
2020-02-17
1
-2
/
+7
*
lima: use per submit dump file
Qiang Yu
2020-02-17
1
-10
/
+18
*
lima: move clear into submit (v2)
Qiang Yu
2020-02-17
1
-1
/
+1
*
lima: move damage_rect into lima_submit
Qiang Yu
2020-02-17
1
-8
/
+12
*
lima: move resolve into lima_submit
Qiang Yu
2020-02-17
1
-3
/
+3
*
lima: move plbu/vs_cmd_array into lima_submit
Qiang Yu
2020-02-17
1
-2
/
+5
*
lima: track write submits of context (v3)
Qiang Yu
2020-02-17
1
-0
/
+3
*
lima: make lima_submit one time use drop data (v3)
Qiang Yu
2020-02-17
1
-0
/
+2
*
lima: add lima_submit_get
Qiang Yu
2020-02-17
1
-9
/
+15
*
lima: move flush code to lima_submit.c
Qiang Yu
2020-02-17
1
-735
/
+0
*
lima: put hardware related info to lima_gpu.h
Qiang Yu
2020-02-17
1
-160
/
+1
*
lima: merge gp/pp submit
Qiang Yu
2020-02-17
1
-23
/
+28
*
lima: move syncobj from lima_submit to lima_context
Qiang Yu
2020-02-17
1
-1
/
+4
*
lima: add missing resolve check for damage and reload
Qiang Yu
2020-02-17
1
-3
/
+3
*
lima: add render target to submit by dirty buffer flags
Qiang Yu
2020-02-17
1
-22
/
+27
*
lima: delay plbu head command generation to flush stage (v2)
Qiang Yu
2020-02-17
1
-17
/
+15
*
lima: delay add plb buffer to submit when flush
Qiang Yu
2020-02-17
1
-12
/
+21
*
lima: pass array as parameter to PLBU and VS command macros
Qiang Yu
2020-02-17
1
-10
/
+12
*
lima: remove lima_ctx_buff_va submit flags (v2)
Qiang Yu
2020-02-17
1
-21
/
+18
*
lima: always add texture bo to submit
Qiang Yu
2020-02-17
1
-2
/
+1
*
lima: handle early-z and pixel kill better
Vasily Khoruzhick
2020-02-14
1
-5
/
+19
*
lima: create heap buffer with new interface if available
Qiang Yu
2020-01-30
1
-1
/
+1
*
lima: disable early-z if fragment shader uses discard
Vasily Khoruzhick
2020-01-27
1
-1
/
+6
*
lima: implement invalidate_resource()
Vasily Khoruzhick
2020-01-23
1
-6
/
+18
*
lima: Fix alpha blending
Andreas Baierl
2020-01-16
1
-23
/
+101
*
lima: fix handling of reverse depth range
Vasily Khoruzhick
2020-01-16
1
-2
/
+10
*
lima: Add stencil support
Andreas Baierl
2020-01-13
1
-24
/
+35
*
lima: implement polygon offset
Vasily Khoruzhick
2020-01-12
1
-14
/
+9
*
lima: fix viewport clipping
Vasily Khoruzhick
2020-01-12
1
-5
/
+17
*
lima: fix PLBU_CMD_PRIMITIVE_SETUP command
Vasily Khoruzhick
2020-01-12
1
-8
/
+14
*
lima: fix PP stream terminator size
Vasily Khoruzhick
2020-01-05
1
-1
/
+3
*
lima: don't reload and redraw tiles that were not updated
Vasily Khoruzhick
2020-01-05
1
-7
/
+63
*
lima: postpone PP stream generation
Vasily Khoruzhick
2020-01-05
1
-11
/
+17
*
lima: fix allocation of GP outputs storage for indexed draw
Vasily Khoruzhick
2020-01-03
1
-3
/
+4
*
lima: Rotate dump files after each finished pp frame
Andreas Baierl
2019-12-19
1
-0
/
+2
*
lima: drop suballocator
Vasily Khoruzhick
2019-12-19
1
-9
/
+9
*
lima: use single BO for GP outputs
Vasily Khoruzhick
2019-12-19
1
-40
/
+37
*
lima: split draw calls on 64k vertices
Erico Nunes
2019-12-14
1
-48
/
+97
*
lima: refactor indexed draw indices upload
Erico Nunes
2019-12-14
1
-15
/
+16
*
lima: allocate separate bo to store varyings
Erico Nunes
2019-12-14
1
-8
/
+17
*
gallium/util: add alignment parameter to util_upload_index_buffer
Erico Nunes
2019-12-14
1
-1
/
+1
*
lima/parser: Add RSW parsing
Andreas Baierl
2019-12-13
1
-0
/
+4
*
lima: Parse VS and PLBU command stream while making a dump
Andreas Baierl
2019-11-17
1
-0
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
[next]