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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
51
-125
/
+124
*
pan/midgard: Print texture outmod
Alyssa Rosenzweig
2019-08-02
2
-4
/
+8
*
pan/midgard: Promote all 16 uniforms
Alyssa Rosenzweig
2019-08-02
3
-9
/
+4
*
pan/midgard: Break mir_spill_register into its function
Alyssa Rosenzweig
2019-08-02
1
-117
/
+129
*
pan/midgard: Switch sources to an array for trinary sources
Alyssa Rosenzweig
2019-08-02
12
-145
/
+133
*
pan/midgard: Remove "r27-only" register class
Alyssa Rosenzweig
2019-08-02
5
-97
/
+66
*
pan/midgard: Handle get/set_swizzle for load/store arguments
Alyssa Rosenzweig
2019-08-02
2
-3
/
+83
*
pan/midgard: Fix block successors
Alyssa Rosenzweig
2019-08-02
2
-29
/
+43
*
pan/midgard: Add helper to pack load/store registers
Alyssa Rosenzweig
2019-08-02
1
-0
/
+18
*
pan/midgard: Decode register/component in load/store argument
Alyssa Rosenzweig
2019-08-02
2
-2
/
+24
*
pan/midgard: Fix REGISTER_OFFSET
Alyssa Rosenzweig
2019-08-02
2
-3
/
+2
*
pan/midgard: Split ld/st unknown to arg_1/arg_2 fields
Alyssa Rosenzweig
2019-08-02
7
-17
/
+46
*
radv: Expose VK_KHR_imageless_framebuffer.
Bas Nieuwenhuizen
2019-08-02
3
-0
/
+8
*
radv: Implement VK_KHR_imageless_framebuffer.
Bas Nieuwenhuizen
2019-08-02
2
-10
/
+38
*
radv: Store image view also outside framebuffer.
Bas Nieuwenhuizen
2019-08-02
6
-33
/
+31
*
radv: Store color/depth surface info in attachment info instead of framebuffer.
Bas Nieuwenhuizen
2019-08-02
7
-104
/
+102
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
6
-10
/
+36
*
panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()
Boris Brezillon
2019-08-02
1
-1
/
+5
*
panfrost: Get rid of the skippable param in attach_vt_framebuffer()
Boris Brezillon
2019-08-02
1
-3
/
+3
*
panfrost: Don't emit a new FB desc when setting a new FB state
Boris Brezillon
2019-08-02
1
-1
/
+5
*
panfrost: Bail out early when doing a wallpaper blit
Boris Brezillon
2019-08-02
1
-2
/
+14
*
panfrost: Bail out early when new and current FB states are equal
Boris Brezillon
2019-08-02
1
-0
/
+4
*
panfrost: Delay FB descriptor allocation
Boris Brezillon
2019-08-02
2
-18
/
+6
*
panfrost: Remove job from ctx->jobs at submission time
Boris Brezillon
2019-08-02
1
-0
/
+8
*
panfrost: Make ctx->job useful
Boris Brezillon
2019-08-02
2
-1
/
+23
*
ac/nir,radv: Optimize bounds check for 64 bit CAS.
Bas Nieuwenhuizen
2019-08-02
8
-17
/
+37
*
gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8
Roland Scheidegger
2019-08-02
1
-1
/
+3
*
util: Handle differences in pthread_setname_np
Matt Turner
2019-08-02
1
-0
/
+11
*
util/os_time: use detect_os.h to uncouple from gallium
Eric Engestrom
2019-08-02
1
-11
/
+9
*
util/u_debug: use detect_os.h
Eric Engestrom
2019-08-02
2
-3
/
+4
*
util/os_misc: use detect_os.h to start uncoupling from gallium
Eric Engestrom
2019-08-02
2
-14
/
+15
*
util/os_memory: use detect_os.h to uncouple it from gallium
Eric Engestrom
2019-08-02
4
-14
/
+3
*
gallium: deduplicate os detection logic by using detect_os.h
Eric Engestrom
2019-08-02
1
-28
/
+19
*
gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
Eric Engestrom
2019-08-02
10
-37
/
+18
*
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
Eric Engestrom
2019-08-02
7
-8
/
+8
*
gallium: remove never-used PIPE_SUBSYSTEM_DRI
Eric Engestrom
2019-08-02
1
-4
/
+0
*
util: fix typo in comment
Eric Engestrom
2019-08-02
1
-1
/
+1
*
util: introduce detect_os.h
Eric Engestrom
2019-08-02
1
-0
/
+131
*
freedreno/batch: fix dependency loop detection
Rob Clark
2019-08-02
1
-11
/
+10
*
freedreno/a6xx: add missing flush/invalidates for blit
Rob Clark
2019-08-02
2
-15
/
+9
*
freedreno/a6xx: skip tiles with no geometry
Rob Clark
2019-08-02
3
-3
/
+66
*
freedreno/a6xx: VSC overflow detection/handling
Rob Clark
2019-08-02
3
-34
/
+266
*
freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
Rob Clark
2019-08-02
2
-23
/
+9
*
freedreno/a6xx: cleanup "blit_mem"
Rob Clark
2019-08-02
4
-14
/
+25
*
freedreno: refresh tile debug
Rob Clark
2019-08-02
1
-15
/
+22
*
freedreno: update registers
Rob Clark
2019-08-02
2
-4
/
+42
*
freedreno/gmem: small cleanup
Rob Clark
2019-08-02
1
-2
/
+2
*
freedreno/drm: convert ring_pool to child_pool
Rob Clark
2019-08-02
3
-6
/
+29
*
freedreno/drm: remove idx_lock
Rob Clark
2019-08-02
3
-29
/
+24
*
freedreno/batch: always update last_fence
Rob Clark
2019-08-02
1
-0
/
+2
[next]