index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
9
-40
/
+4
*
nir: opt_vectorize: combine different constant sources
Jonathan Marek
2019-06-26
1
-2
/
+25
*
panfrost/midgard: Merge embedded constants
Alyssa Rosenzweig
2019-06-26
1
-19
/
+66
*
panfrost/midgard: Share swizzle compose
Alyssa Rosenzweig
2019-06-26
2
-8
/
+30
*
panfrost/midgard: Share swizzle/mask code
Alyssa Rosenzweig
2019-06-26
2
-30
/
+32
*
panfrost: Fix checksumming typo
Alyssa Rosenzweig
2019-06-26
1
-1
/
+1
*
iris: Fix overzealous query object batch flushing.
Kenneth Graunke
2019-06-26
1
-4
/
+4
*
iris: Make an iris_batch_get_signal_syncpt() helper.
Kenneth Graunke
2019-06-26
1
-3
/
+14
*
panfrost: Remove unneeded check in panfrost_scissor_culls_everything()
Boris Brezillon
2019-06-26
1
-1
/
+1
*
panfrost: Update copyright identifiers
Alyssa Rosenzweig
2019-06-26
14
-14
/
+14
*
panfrost/midgard: Reorder to permit constant bias
Alyssa Rosenzweig
2019-06-26
2
-67
/
+61
*
panfrost/midgard: Add helper to encode constant bias
Alyssa Rosenzweig
2019-06-26
1
-0
/
+34
*
panfrost/midgard: Handle negative immediate bias
Alyssa Rosenzweig
2019-06-26
2
-4
/
+5
*
freedreno: correct batch_depends_on() logic
Rob Clark
2019-06-26
1
-1
/
+1
*
freedreno: drop unused arg from fd_batch_flush()
Rob Clark
2019-06-26
12
-23
/
+23
*
st/glsl: fix silly regression finding gs/tes variants
Timothy Arceri
2019-06-26
1
-1
/
+1
*
st/glsl: support clamping color outputs in compat for gs/tes
Timothy Arceri
2019-06-26
4
-13
/
+60
*
nir: add tess support to nir_lower_clamp_color_outputs()
Timothy Arceri
2019-06-26
1
-0
/
+1
*
glsl: Fix round64 conversion function
Sagar Ghuge
2019-06-25
1
-9
/
+12
*
panfrost/ci: Add RK3288 flipflops I don't want to deal with right now
Alyssa Rosenzweig
2019-06-25
1
-0
/
+6
*
panfrost/ci: Update failures list
Alyssa Rosenzweig
2019-06-25
1
-363
/
+3
*
panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost/ci: Run full set of mipmap tests
Alyssa Rosenzweig
2019-06-25
1
-3
/
+0
*
panfrost: Advertise support for other 8-bit UNORM formats
Alyssa Rosenzweig
2019-06-25
1
-26
/
+15
*
panfrost: Use pipe_surface->format directly in blitter
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Invert swizzle for rendering
Alyssa Rosenzweig
2019-06-25
1
-2
/
+30
*
panfrost: Honour first_layer...last_layer when sampling
Alyssa Rosenzweig
2019-06-25
1
-1
/
+3
*
panfrost: Use the sampler_view target (not the textures)
Alyssa Rosenzweig
2019-06-25
1
-2
/
+2
*
panfrost/midgard: Assert guard texelFetch against cubemaps
Alyssa Rosenzweig
2019-06-25
1
-0
/
+3
*
panfrost: Zero pixels in any axis is zero pixels total
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Respect mip level when wallpapering
Alyssa Rosenzweig
2019-06-25
1
-1
/
+7
*
panfrost/midgard: Fixup NIR texture op
Alyssa Rosenzweig
2019-06-25
1
-0
/
+8
*
panfrost: Support (non-)seamless cube maps
Alyssa Rosenzweig
2019-06-25
3
-4
/
+5
*
panfrost: Merge checksum buffer with main BO
Alyssa Rosenzweig
2019-06-25
5
-47
/
+64
*
panfrost/decode: Limit MRT blend count
Alyssa Rosenzweig
2019-06-25
1
-3
/
+8
*
panfrost: Clamp tile coordinates before job submission
Alyssa Rosenzweig
2019-06-25
1
-0
/
+20
*
panfrost: Use dedicated u_blitter context for wallpapers
Alyssa Rosenzweig
2019-06-25
3
-19
/
+35
*
panfrost: Sanity check layer
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost: Divide array_size by 6 for cubemaps
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost: Use get_texture_address for framebuffer computations
Alyssa Rosenzweig
2019-06-25
4
-25
/
+28
*
panfrost: Merge AFBC slab with BO backing
Alyssa Rosenzweig
2019-06-25
5
-91
/
+46
*
panfrost: Z/S can't be tiled
Alyssa Rosenzweig
2019-06-25
1
-0
/
+3
*
panfrost: Enable mipmapping
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Enable blitting
Alyssa Rosenzweig
2019-06-25
1
-4
/
+0
*
panfrost: Allow texelFetch for wallpaper blits
Alyssa Rosenzweig
2019-06-25
1
-3
/
+1
*
panfrost/midgard: Implement texelFetch (2D only)
Alyssa Rosenzweig
2019-06-25
1
-6
/
+35
*
panfrost: Skip flushes only for wallpapers, not any blit
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Handle generate_mipmap ourselves
Alyssa Rosenzweig
2019-06-25
2
-0
/
+55
*
panfrost: Disable mipmapping if necessary
Alyssa Rosenzweig
2019-06-25
1
-0
/
+16
*
intel/blorp: Disable sampler state prefetching on Gen11
Kenneth Graunke
2019-06-25
1
-0
/
+4
[next]