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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
turnip: compute gmem offsets at renderpass creation time
Jonathan Marek
2019-12-19
4
-66
/
+82
*
turnip: emit_compute_driver_params fixes
Jonathan Marek
2019-12-19
1
-17
/
+14
*
turnip: emit base instance vs driver param
Jonathan Marek
2019-12-19
1
-0
/
+53
*
freedreno/ir3: support load_base_instance
Jonathan Marek
2019-12-19
4
-1
/
+12
*
freedreno/registers: document vertex/instance id offset bits
Jonathan Marek
2019-12-19
3
-3
/
+8
*
st/mesa: release tgsi tokens for shader states
Neha Bhende
2019-12-19
1
-0
/
+4
*
Revert "nir/lower_double_ops: relax lower mod()"
Juan A. Suarez Romero
2019-12-19
1
-15
/
+6
*
freedreno/a6xx: Set up multisample sysmem MRTs correctly
Kristian H. Kristensen
2019-12-19
1
-3
/
+1
*
freedreno/a6xx: Rewrite compressed blits in a helper function
Kristian H. Kristensen
2019-12-19
1
-33
/
+63
*
freedreno/a6xx: Move handle_rgba_blit() up
Kristian H. Kristensen
2019-12-19
1
-53
/
+51
*
freedreno/a6xx: Handle srgb blits on the blitter
Kristian H. Kristensen
2019-12-19
1
-10
/
+20
*
freedreno/a6xx: Use A6XX_SP_2D_SRC_FORMAT_MASK macro
Kristian H. Kristensen
2019-12-19
1
-1
/
+1
*
freedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBX
Kristian H. Kristensen
2019-12-19
5
-12
/
+12
*
freedreno/a6xx: Use blitter for resolve blits
Kristian H. Kristensen
2019-12-19
1
-24
/
+5
*
freedreno/a6xx: Add fd_resource_swap() helper
Kristian H. Kristensen
2019-12-19
4
-5
/
+12
*
freedreno/a6xx: Pick blitter swap based on resource tiling
Kristian H. Kristensen
2019-12-19
1
-2
/
+5
*
freedreno/a6xx: Program sampler swap based on resource tiling
Kristian H. Kristensen
2019-12-19
1
-16
/
+4
*
freedreno: Add debug flag for forcing linear layouts
Kristian H. Kristensen
2019-12-19
3
-25
/
+33
*
freedreno/a6xx: Make DEBUG_BLIT_FALLBACK only dump fallbacks
Kristian H. Kristensen
2019-12-19
1
-3
/
+5
*
freedreno/ir3: fix vertex shader sysvals with pre_assign_inputs
Jonathan Marek
2019-12-19
1
-1
/
+1
*
st/va: Convert interlaced NV12 to progressive
Thong Thai
2019-12-19
1
-4
/
+48
*
pan/midgard: Add uniform/work heuristic
Alyssa Rosenzweig
2019-12-19
3
-19
/
+100
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
11
-25
/
+35
*
radv/gfx10: fix the out-of-bounds check for vertex descriptors
Samuel Pitoiset
2019-12-19
1
-1
/
+5
*
nir/lower_double_ops: relax lower mod()
Juan A. Suarez Romero
2019-12-19
1
-6
/
+15
*
zink: implement nir_texop_txd
Erik Faye-Lund
2019-12-19
4
-11
/
+26
*
zink: enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Erik Faye-Lund
2019-12-19
1
-2
/
+0
*
turnip: don't set SP_FS_CTRL_REG0_VARYING if only fragcoord is used
Jonathan Marek
2019-12-18
1
-1
/
+1
*
turnip: add cache invalidate to fix input attachment cases
Jonathan Marek
2019-12-18
1
-1
/
+15
*
loader: fix close on uninitialized file descriptor value
Lionel Landwerlin
2019-12-19
1
-1
/
+4
*
freedreno: Fix CP_MEM_TO_REG flag definitions
Connor Abbott
2019-12-18
3
-5
/
+7
*
freedreno: Use new macros for CP_WAIT_REG_MEM and CP_WAIT_MEM_GTE
Connor Abbott
2019-12-18
3
-18
/
+21
*
a6xx: Add more CP packets
Connor Abbott
2019-12-18
7
-31
/
+294
*
radv: Limit workgroup size to 1024.
Bas Nieuwenhuizen
2019-12-18
1
-4
/
+4
*
i965/iris/perf: factor out frequency register capture
Lionel Landwerlin
2019-12-18
4
-61
/
+56
*
freedreno/ir3: update prefetch input_offset when packing inlocs
Jonathan Marek
2019-12-17
1
-0
/
+4
*
freedreno/a6xx: Document the CP_SET_DRAW_STATE enable bits
Kristian H. Kristensen
2019-12-17
4
-48
/
+53
*
anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT)
Caio Marcelo de Oliveira Filho
2019-12-17
1
-2
/
+4
*
intel/vec4: Fix lowering of multiplication by 16-bit constant
Caio Marcelo de Oliveira Filho
2019-12-17
1
-2
/
+14
*
intel/fs: Fix lowering of dword multiplication by 16-bit constant
Caio Marcelo de Oliveira Filho
2019-12-17
1
-2
/
+4
*
pan/midgard: Set Z to shadow comparator for 2D
Alyssa Rosenzweig
2019-12-17
1
-2
/
+21
*
pan/midgard: Set .shadow for shadow samplers
Alyssa Rosenzweig
2019-12-17
1
-0
/
+1
*
pan/midgard: Hoist temporary coordinate for cubemaps
Alyssa Rosenzweig
2019-12-17
1
-12
/
+18
*
pan/midgard: Use a reg temporary for mutiple writes
Alyssa Rosenzweig
2019-12-17
1
-1
/
+1
*
panfrost: Handle empty shaders
Alyssa Rosenzweig
2019-12-17
1
-3
/
+8
*
panfrost: Let precompile imply shaderdb
Alyssa Rosenzweig
2019-12-17
4
-5
/
+7
*
panfrost: Add PAN_MESA_DEBUG=precompile for shader-db
Alyssa Rosenzweig
2019-12-17
3
-3
/
+33
*
mesa: avoid triggering assert in implementation
Lionel Landwerlin
2019-12-17
1
-0
/
+6
*
radv/gfx10: fix ngg_get_ordered_id
Samuel Pitoiset
2019-12-17
2
-2
/
+2
*
i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual
Tapani Pälli
2019-12-17
1
-7
/
+14
[prev]
[next]