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
*
ac/surface: don't compute single-sample CMASK if it's unaligned
Marek Olšák
2020-05-23
1
-1
/
+4
*
ac/gpu_info: compute the best safe IB alignment
Marek Olšák
2020-05-23
4
-5
/
+17
*
freedreno: Use the right amount of &'s
Kristian H. Kristensen
2020-05-22
1
-1
/
+1
*
freedreno: Add missing break statement.
Vinson Lee
2020-05-22
1
-0
/
+1
*
nir/copy_prop_vars: Record progress in more places
Jason Ekstrand
2020-05-22
1
-0
/
+3
*
nir/opt_deref: Report progress if we remove a deref
Jason Ekstrand
2020-05-22
1
-1
/
+3
*
nir/lower_double_ops: Rework the if (progress) tree
Jason Ekstrand
2020-05-22
1
-1
/
+8
*
frontends/va: Fix deinterlace bottom field first flag
Thong Thai
2020-05-22
1
-2
/
+2
*
pan/mdg: Allow DCE on ld_color_buffer masks
Alyssa Rosenzweig
2020-05-22
1
-2
/
+2
*
pan/mdg: Ensure we don't DCE into impossible masks
Alyssa Rosenzweig
2020-05-22
1
-1
/
+6
*
pan/mdg: Lower shifts to 32-bit
Alyssa Rosenzweig
2020-05-22
1
-0
/
+8
*
pan/mdg: Add pack_colour_32 opcode
Alyssa Rosenzweig
2020-05-22
2
-0
/
+4
*
panfrost: Handle !independent_blend for blend shaders
Alyssa Rosenzweig
2020-05-22
1
-0
/
+3
*
panfrost: Use _mesa_roundevenf when packing clear colours
Alyssa Rosenzweig
2020-05-22
1
-13
/
+14
*
panfrost: Fix dated comment
Alyssa Rosenzweig
2020-05-22
1
-21
/
+9
*
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
[next]