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
...
*
Properly check mmap return value
Hanno Böck
2020-05-22
1
-1
/
+1
*
gallium/swr: Fix building swr with MSVC
Krzysztof Raszkowski
2020-05-22
1
-0
/
+2
*
mesa: Fix double-lock of Shared->FrameBuffers and usage of wrong mutex
Danylo Piliaiev
2020-05-22
1
-8
/
+1
*
zink: hammer in an explicit wait when retrieving buffer contents for reading
Erik Faye-Lund
2020-05-22
1
-0
/
+15
*
zink: reset query on-demand when beginning a new query from resume
Mike Blumenkrantz
2020-05-22
1
-0
/
+1
*
zink: fix vkCmdResetQueryPool usage
Mike Blumenkrantz
2020-05-22
1
-1
/
+1
*
zink: flush active queries on destroy and free query object
Mike Blumenkrantz
2020-05-22
1
-7
/
+20
*
zink: add SpvId returns to a couple ntv functions
Mike Blumenkrantz
2020-05-22
1
-2
/
+3
*
zink: explicitly zero some arrays in ntv
Mike Blumenkrantz
2020-05-22
1
-2
/
+2
*
radeonsi/sdma: remove useless compare
Pierre-Eric Pelloux-Prayer
2020-05-22
1
-4
/
+3
*
amdgpu: fix unitialized variable
Pierre-Eric Pelloux-Prayer
2020-05-22
1
-1
/
+1
*
radeonsi: fix inversed arguments in si_test_gds_memory_management
Pierre-Eric Pelloux-Prayer
2020-05-22
1
-1
/
+1
*
amd/addrlib: fix forgotten char -> enum conversions
Pierre-Eric Pelloux-Prayer
2020-05-22
1
-2
/
+2
*
glsl: Remove integer matrix support from ir_dereference_array::constant_expre...
Ian Romanick
2020-05-21
1
-9
/
+1
*
freedreno/a5xx: Define the 2D blit UBWC pitch fields
Eric Anholt
2020-05-21
1
-0
/
+2
*
freedreno/a5xx: Set MIN_LAYERSZ on 3D textures like we do on a6xx.
Eric Anholt
2020-05-21
2
-0
/
+15
*
freedreno/a5xx: Add the outline of a unit test for a5xx layout.
Eric Anholt
2020-05-21
3
-33
/
+149
*
freedreno/fdl: Separate the list of a6xx testcases from the the test code.
Eric Anholt
2020-05-21
4
-93
/
+149
*
freedreno/a5xx: Move resource layout to fdl.
Eric Anholt
2020-05-21
4
-106
/
+152
*
pan/mdg: Eliminate remaining divisions from compiler
Alyssa Rosenzweig
2020-05-21
2
-5
/
+12
*
pan/mdg: Avoid division in printing helpers
Alyssa Rosenzweig
2020-05-21
3
-4
/
+16
*
pan/mdg: Eliminate 64-bit swizzle packing division
Alyssa Rosenzweig
2020-05-21
1
-1
/
+2
*
pan/mdg: Eliminate expand_writemask division
Alyssa Rosenzweig
2020-05-21
2
-5
/
+5
*
pan/mdg: Cleanup comments that look like division
Alyssa Rosenzweig
2020-05-21
3
-4
/
+4
*
panfrost: Fix transform feedback types
Alyssa Rosenzweig
2020-05-21
1
-15
/
+2
*
panfrost: Don't set CAN_DISCARD for MFBD
Alyssa Rosenzweig
2020-05-21
1
-9
/
+3
*
panfrost: Avoid redundant shader executions with mask=0x0
Alyssa Rosenzweig
2020-05-21
4
-1
/
+54
*
panfrost: Disable tib read/write when colourmask = 0x0
Alyssa Rosenzweig
2020-05-21
3
-10
/
+16
*
panfrost: Remove dated comment about leaks
Alyssa Rosenzweig
2020-05-21
1
-1
/
+0
*
panfrost: Limit blend shader work count
Alyssa Rosenzweig
2020-05-21
2
-5
/
+13
*
panfrost: Allow tiling on RECT textures
Alyssa Rosenzweig
2020-05-21
1
-1
/
+1
*
panfrost: Allow bpp24 tiling
Alyssa Rosenzweig
2020-05-21
2
-2
/
+9
*
panfrost: Don't zero staging buffer for tiling
Alyssa Rosenzweig
2020-05-21
1
-1
/
+1
*
panfrost: Don't set PIPE_CAP_VERTEX_BUFFER_STRIDE_4BYTE_ALIGNED_ONLY
Alyssa Rosenzweig
2020-05-21
1
-4
/
+0
*
panfrost: Fill in SCALED formats to format table
Alyssa Rosenzweig
2020-05-21
1
-0
/
+26
*
panfrost: Remove deadcode
Alyssa Rosenzweig
2020-05-21
1
-2
/
+0
*
panfrost: Keep cached BOs mmap'd
Alyssa Rosenzweig
2020-05-21
1
-17
/
+5
*
panfrost: Guard experimental fp16 behind debug flag
Alyssa Rosenzweig
2020-05-21
2
-1
/
+4
*
pan/mdg: Pack 8-bit swizzles in 16-bit ops
Alyssa Rosenzweig
2020-05-21
1
-1
/
+4
*
pan/mdg: Implement condense_writemask for 8-bit
Alyssa Rosenzweig
2020-05-21
1
-2
/
+11
*
pan/mdg: Implement vector constant printing for 8-bit
Alyssa Rosenzweig
2020-05-21
1
-1
/
+16
*
pan/mdg: Use shifts instead of division for RA sizes
Alyssa Rosenzweig
2020-05-21
1
-41
/
+44
*
pan/mdg: Pack barriers correctly
Alyssa Rosenzweig
2020-05-21
1
-0
/
+7
*
pan/mdg: Fix type checking issues with compute
Alyssa Rosenzweig
2020-05-21
2
-0
/
+4
*
pan/mdg: Separately pack constants to the upper half
Alyssa Rosenzweig
2020-05-21
1
-2
/
+11
*
pan/mdg: Only combine 16-bit constants to lower half
Alyssa Rosenzweig
2020-05-21
1
-3
/
+15
*
pan/mdg: Factor out mir_adjust_constant
Alyssa Rosenzweig
2020-05-21
1
-50
/
+63
*
pan/mdg: Print constant vectors less wrong
Alyssa Rosenzweig
2020-05-21
1
-5
/
+13
*
pan/mdg: Round up bytemasks when spilling
Alyssa Rosenzweig
2020-05-21
1
-2
/
+4
*
pan/mdg: Print mask when dest=0
Alyssa Rosenzweig
2020-05-21
1
-1
/
+1
[prev]
[next]