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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/midgard/disasm: Print 8-bit sources
Alyssa Rosenzweig
2019-05-04
1
-23
/
+43
*
panfrost/midgard/disasm: Support 8-bit destination
Alyssa Rosenzweig
2019-05-04
1
-18
/
+21
*
panfrost/midgard: Rename ilzcnt8 -> iclz
Alyssa Rosenzweig
2019-05-04
2
-2
/
+2
*
panfrost/midgard: Fix crash on unknown op
Alyssa Rosenzweig
2019-05-04
1
-2
/
+6
*
panfrost/midgard/disasm: Fill in .int mod
Alyssa Rosenzweig
2019-05-04
1
-1
/
+1
*
panfrost/midgard/disasm: Extend print_reg to 8-bit
Alyssa Rosenzweig
2019-05-04
1
-15
/
+34
*
panfrost/midgard/disasm: Catch mask errors
Alyssa Rosenzweig
2019-05-04
1
-0
/
+11
*
panfrost/midgard: reg_mode_full -> reg_mode_32, etc
Alyssa Rosenzweig
2019-05-04
3
-16
/
+16
*
freedreno/a6xx: deduplicate a few lines
Rob Clark
2019-05-04
1
-6
/
+0
*
freedreno: add ubwc_enabled helper
Rob Clark
2019-05-04
6
-26
/
+28
*
freedreno: move UBWC color offset to fd_resource_offset()
Rob Clark
2019-05-04
7
-18
/
+42
*
freedreno/a6xx: buffer resources cannot be compressed
Rob Clark
2019-05-04
1
-26
/
+5
*
freedreno: mark imported resources as valid
Rob Clark
2019-05-04
1
-0
/
+2
*
freedreno/a6xx: UBWC support for images
Rob Clark
2019-05-04
2
-19
/
+57
*
freedreno/a6xx: UBWC fixes
Rob Clark
2019-05-04
2
-11
/
+78
*
freedreno: update generated headers
Rob Clark
2019-05-04
1
-2
/
+2
*
freedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixes
Rob Clark
2019-05-04
1
-3
/
+3
*
iris: Delete bucketing allocators
Kenneth Graunke
2019-05-03
1
-167
/
+3
*
iris: Force VMA alignment to be a multiple of the page size.
Kenneth Graunke
2019-05-03
1
-0
/
+3
*
iris: leave the top 4Gb of the high heap VMA unused
Kenneth Graunke
2019-05-03
1
-1
/
+5
*
iris: Fix 4GB memory zone heap sizes.
Kenneth Graunke
2019-05-03
1
-3
/
+6
*
iris: Resolve textures used by the program, not merely bound textures
Kenneth Graunke
2019-05-03
1
-2
/
+5
*
r600: implement resource_get_info
Julien Isorce
2019-05-03
1
-5
/
+29
*
iris: Disable dual source blending when shader doesn't handle it
Kenneth Graunke
2019-05-02
1
-4
/
+15
*
lima/ppir: support nir_op_ftrunc
Erico Nunes
2019-05-02
3
-0
/
+14
*
freedreno/a6xx: smaller hammer for fb barrier
Rob Clark
2019-05-02
3
-0
/
+48
*
freedreno/a6xx: KHR_blend_equation_advanced support
Rob Clark
2019-05-02
7
-5
/
+96
*
freedreno/ir3: add some ubo range related asserts
Rob Clark
2019-05-02
1
-3
/
+6
*
panfrost/midgard: Skip liveness analysis for instructions without dest
Tomeu Vizoso
2019-05-02
1
-0
/
+7
*
panfrost/midgard: Skip register allocation if there's no work to do
Tomeu Vizoso
2019-05-02
1
-0
/
+3
*
svga: add SVGA_NO_LOGGING env var (v2)
Brian Paul
2019-05-02
1
-1
/
+15
*
svga: move host logging to winsys
Charmaine Lee
2019-05-02
6
-502
/
+11
*
svga: Avoid bouncing buffer data in malloced buffers
Thomas Hellstrom
2019-05-02
3
-13
/
+36
*
radeonsi: set sampler state and view functions for compute-only contexts
Marek Olšák
2019-05-01
3
-9
/
+12
*
radeonsi: use new atomic LLVM helpers
Marek Olšák
2019-05-01
1
-8
/
+4
*
lima/gpir: add limit of max 512 instructions
Erico Nunes
2019-05-02
1
-0
/
+6
*
panfrost: Fix blend shader upload
Alyssa Rosenzweig
2019-05-01
2
-7
/
+14
*
panfrost/decode: Hit MRT blend shader enable bits
Alyssa Rosenzweig
2019-05-01
2
-3
/
+18
*
panfrost: Remove shader dump
Alyssa Rosenzweig
2019-05-01
4
-9
/
+0
*
virgl: Re-use and extend queue transfers for intersecting buffer subdatas.
David Riley
2019-05-01
1
-0
/
+46
*
virgl: Allow transfer queue entries to be found and extended.
David Riley
2019-05-01
2
-0
/
+58
*
virgl: Store mapped hw resource with transfer object.
David Riley
2019-05-01
3
-7
/
+7
*
iris: Fix imageBuffer and PBO download.
Kenneth Graunke
2019-05-01
1
-2
/
+2
*
r600: reset tex array override even when no view bound
Dave Airlie
2019-05-02
1
-11
/
+10
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-05-01
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-05-01
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-05-01
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-05-01
3
-123
/
+57
*
softpipe: setup pixel_offset for all primitive types
Erik Faye-Lund
2019-05-01
1
-11
/
+10
*
softpipe: Increase the GLSL feature level
Gert Wollny
2019-05-01
1
-1
/
+1
[next]