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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: make wait_mem_scratch unmappable
Marek Olšák
2020-06-26
1
-1
/
+4
*
radeonsi: don't add the tess ring buffers into the cs_preamble state
Marek Olšák
2020-06-26
2
-3
/
+5
*
radeonsi: rename init_config states to cs_preamble states
Marek Olšák
2020-06-26
7
-47
/
+45
*
radeonsi: don't add the border color buffer into the init_config state
Marek Olšák
2020-06-26
2
-1
/
+3
*
ac,winsys/amdgpu: align IBs the same as the kernel
Marek Olšák
2020-06-26
1
-11
/
+16
*
amd: add proper definitions for NOP packets
Marek Olšák
2020-06-26
1
-4
/
+4
*
panfrost: Only copy resources when they are in a pending batch
Icecream95
2020-06-26
1
-3
/
+7
*
iris: Align last_seqnos to 64 bits.
Rafael Antognolli
2020-06-25
1
-1
/
+4
*
freedreno/a6xx: Add support for polygon fill mode (as long as front==back).
Eric Anholt
2020-06-25
2
-3
/
+17
*
freedreno/a6xx: Define the register fields for polygon fill mode.
Eric Anholt
2020-06-25
1
-2
/
+2
*
zink: unify code for setting resource barriers
Mike Blumenkrantz
2020-06-25
1
-26
/
+20
*
iris: Honor scanout requirement from DRI
Danylo Piliaiev
2020-06-25
1
-1
/
+1
*
freedreno: handle batch flush in resource tracking
Rob Clark
2020-06-25
1
-4
/
+30
*
freedreno: split out batch clear tracking helper
Rob Clark
2020-06-25
1
-15
/
+25
*
freedreno: split out batch draw tracking helper
Rob Clark
2020-06-25
1
-72
/
+82
*
freedreno: make foreach_bit() declare it's cursor
Rob Clark
2020-06-25
5
-5
/
+3
*
freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
Rob Clark
2020-06-24
2
-6
/
+9
*
freedreno: convert builtin blit VS prog to ureg builder
Rob Clark
2020-06-24
1
-17
/
+43
*
freedreno/a3xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a4xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a5xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a6xx: use point-coord helper
Rob Clark
2020-06-24
1
-33
/
+25
*
freedreno/a6xx: de-duplicate vinterp/vpsrepl state building
Rob Clark
2020-06-24
1
-92
/
+71
*
freedreno/ir3: add helper to determine point-coord inputs
Rob Clark
2020-06-24
1
-0
/
+18
*
freedreno/registers: a6xx depth bounds test registers
Jonathan Marek
2020-06-24
1
-2
/
+2
*
android: freedreno/ir3: simplify generated sources rules
Mauro Rossi
2020-06-24
2
-47
/
+0
*
android: freedreno/ir3: add missing generated sources and rules
Mauro Rossi
2020-06-24
1
-1
/
+1
*
zink: clamp VkImageCreateInfo.arrayLayers to 1 for image resource creation
Mike Blumenkrantz
2020-06-24
1
-1
/
+1
*
iris/compute: Split out iris_load_indirect_location
Jordan Justen
2020-06-24
1
-20
/
+29
*
iris: Split walker and state update into iris_upload_gpgpu_walker
Jordan Justen
2020-06-24
1
-35
/
+48
*
freedreno: Handle DRM_FORMAT_MOD_INVALID in shared code
Kristian H. Kristensen
2020-06-23
1
-0
/
+6
*
iris: Delete useless #define
Kenneth Graunke
2020-06-23
1
-1
/
+0
*
glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13
Marek Olšák
2020-06-23
3
-0
/
+4
*
radeonsi: replace ctx->screen with sscreen in si_flush_gfx_cs
Marek Olšák
2020-06-23
1
-4
/
+4
*
radeonsi: don't wait for idle at the end of gfx IBs
Marek Olšák
2020-06-23
1
-0
/
+14
*
radeonsi: compact MRTs to save PS export memory space
Marek Olšák
2020-06-23
2
-20
/
+36
*
iris: Make use of devinfo has_aux_map field
Jordan Justen
2020-06-22
1
-1
/
+1
*
util: rename xmlpool.h to driconf.h
Eric Engestrom
2020-06-22
6
-6
/
+6
*
driconf: drop now unused translation facility
Eric Engestrom
2020-06-22
11
-12
/
+10
*
zink: use correct define value for reserved slot count in ntv
Mike Blumenkrantz
2020-06-22
1
-1
/
+1
*
iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1
Rafael Antognolli
2020-06-22
3
-11
/
+37
*
iris/l3: Enable L3 full way allocation when L3 config is NULL
Jordan Justen
2020-06-22
1
-4
/
+11
*
v3d: Disable PIPE_CAP_PRIMITIVE_RESTART
Neil Roberts
2020-06-22
1
-1
/
+0
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
20
-0
/
+25
*
nv50/ir/ra: fix memory corruption when spilling
Karol Herbst
2020-06-22
1
-22
/
+71
*
nv50/ir/ra: convert some for loops to Range-based for loops
Karol Herbst
2020-06-22
1
-11
/
+8
*
panfrost: Copy resources when mapping to avoid waiting for readers
Icecream95
2020-06-22
1
-1
/
+23
*
panfrost: Update sampler views when the texture bo changes
Icecream95
2020-06-22
3
-1
/
+4
*
panfrost: RGBA4 and RGB5_A1 framebuffer support
Icecream95
2020-06-22
2
-0
/
+3
*
r600/sfn: Don't set num_components on TESS sysvalue intrinsics
Gert Wollny
2020-06-22
2
-12
/
+8
[next]