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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lima: add missing break
Timothy Arceri
2020-07-10
1
-0
/
+1
*
lima: add missing fallthrough comments
Timothy Arceri
2020-07-10
1
-0
/
+4
*
lima: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
1
-2
/
+4
*
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+3
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-2
/
+2
*
lima/ppir: use a ready list in node_to_instr
Erico Nunes
2020-05-27
2
-28
/
+77
*
lima/ppir: optimize tex loads with single successor
Erico Nunes
2020-05-16
2
-2
/
+18
*
lima/ppir: rework tex lowering
Erico Nunes
2020-05-16
3
-63
/
+66
*
lima/ppir: improve handling for successors in other blocks
Erico Nunes
2020-05-16
3
-8
/
+12
*
lima/ppir: handle failures on all ppir_emit_cf_list paths
Erico Nunes
2020-05-16
1
-3
/
+7
*
ttn: Add new allow_disk_cache parameter
Axel Davy
2020-05-13
1
-2
/
+2
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
2
-2
/
+2
*
lima/ppir: rework select conditions
Erico Nunes
2020-05-09
5
-25
/
+70
*
lima/ppir: add fallback mov option for const scheduler
Erico Nunes
2020-05-09
1
-3
/
+27
*
lima/ppir: rework store output
Erico Nunes
2020-05-09
7
-28
/
+40
*
lima/ppir: rework emit nir to ppir
Erico Nunes
2020-05-09
1
-36
/
+47
*
lima/ppir: remove unused clone functions
Erico Nunes
2020-05-09
2
-99
/
+0
*
lima/ppir: duplicate consts in nir
Erico Nunes
2020-05-09
6
-4
/
+130
*
lima/ppir: duplicate intrinsics in nir
Erico Nunes
2020-05-09
6
-33
/
+175
*
lima/ppir: combine varying loads in node_to_instr
Erico Nunes
2020-05-09
1
-8
/
+22
*
lima/ppir: do not assume single src for pipeline outputs
Erico Nunes
2020-05-09
3
-23
/
+31
*
lima/ppir: fix lod bias register codegen
Erico Nunes
2020-05-09
1
-1
/
+1
*
lima/ppir: introduce liveness internal live set
Erico Nunes
2020-05-09
3
-6
/
+24
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
lima: set offset when export resource
Qiang Yu
2020-04-12
1
-0
/
+1
*
lima: avoid situations when scissor minx > maxx or miny > maxy
Vasily Khoruzhick
2020-04-05
2
-34
/
+48
*
lima: also check tiled and depth case when import
Qiang Yu
2020-03-31
1
-19
/
+20
*
lima: fix buffer import with offset
Qiang Yu
2020-03-31
1
-4
/
+15
*
lima: Implement lima_texture_subdata
Vasily Khoruzhick
2020-03-28
1
-13
/
+65
*
lima: Add missing source file to Android.mk
Roman Stratiienko
2020-03-23
1
-0
/
+1
*
lima: add support for R and RG formats
Vasily Khoruzhick
2020-03-20
7
-37
/
+157
*
lima: split pixel and texel format tables
Vasily Khoruzhick
2020-03-20
4
-46
/
+78
*
lima: decode depth/stencil write bits in RSW
Vasily Khoruzhick
2020-03-18
1
-2
/
+10
*
lima: implement zsbuf reload
Icenowy Zheng
2020-03-18
6
-17
/
+84
*
lima: disable Z16 format
Vasily Khoruzhick
2020-03-18
2
-3
/
+0
*
lima/gpir: fix crash in schedule_insert_ready_list()
Vasily Khoruzhick
2020-03-16
1
-0
/
+2
*
lima/gpir: add better lowering for ftrunc
Vasily Khoruzhick
2020-03-16
3
-9
/
+11
*
lima/gpir: kill dead writes to regs in DCE
Vasily Khoruzhick
2020-03-16
1
-0
/
+28
*
lima/gpir: Optimize nots created from branch lowering
Connor Abbott
2020-03-16
1
-0
/
+67
*
lima/gpir: Optimize conditional break/continue
Connor Abbott
2020-03-16
4
-0
/
+126
*
lima/gpir: Make lima_gpir_node_insert_child() useful
Connor Abbott
2020-03-16
1
-1
/
+1
*
lima/gpir: print acc ops even if we have only one source
Vasily Khoruzhick
2020-03-11
1
-4
/
+2
*
lima/gpir: improve disassembler output
Vasily Khoruzhick
2020-03-11
1
-45
/
+78
*
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
3
-3
/
+34
*
lima: gpir: enforce instruction limit earlier
Vasily Khoruzhick
2020-03-06
2
-9
/
+8
*
lima: don't disable tiling if there's linear modifier in list
Vasily Khoruzhick
2020-03-03
1
-3
/
+0
*
lima: add RGBA5551 and RGBA4444 formats
Vasily Khoruzhick
2020-03-02
4
-25
/
+48
*
lima: Add etc1 support
Andreas Baierl
2020-03-02
2
-9
/
+9
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
1
-10
/
+10
[next]