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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
virgl: add VIRGL_DEBUG_XFER
Chia-I Wu
2019-06-25
3
-4
/
+9
*
virgl: add VIRGL_DEBUG_SYNC
Chia-I Wu
2019-06-25
3
-1
/
+20
*
virgl: fix the value of VIRGL_DEBUG_BGRA_DEST_SWIZZLE
Chia-I Wu
2019-06-25
2
-8
/
+10
*
freedreno/a5xx: fix batch leak in fd5 blitter path
Rob Clark
2019-06-24
1
-0
/
+1
*
radeonsi: don't set spi_ps_input_* for monolithic shaders
Marek Olšák
2019-06-24
1
-13
/
+26
*
radeonsi: rename and re-document cache flush flags
Marek Olšák
2019-06-24
10
-64
/
+66
*
radeonsi: fix AMD_DEBUG=nofmask
Marek Olšák
2019-06-24
4
-14
/
+20
*
radeonsi: flatten the switch for DPBB tunables
Marek Olšák
2019-06-24
1
-14
/
+4
*
radeonsi: set the calling convention for inlined function calls
Marek Olšák
2019-06-24
2
-2
/
+2
*
radeonsi: refactor si_update_vgt_shader_config
Nicolai Hähnle
2019-06-24
2
-28
/
+60
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
1
-33
/
+1
*
freedreno: Clamp UBO uploads to the constlen decided by the shader.
Rob Clark
2019-06-24
1
-0
/
+11
*
panfrost: Allow up to 16 UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+1
*
panfrost: DRY between shader stage setup
Alyssa Rosenzweig
2019-06-24
1
-19
/
+36
*
panfrost/midgard: Implement UBO reads
Alyssa Rosenzweig
2019-06-24
1
-14
/
+51
*
panfrost: Handle disabled/empty UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+13
*
panfrost: Identify "uniform buffer count" bits
Alyssa Rosenzweig
2019-06-24
3
-22
/
+21
*
panfrost: Upload UBOs
Alyssa Rosenzweig
2019-06-24
1
-0
/
+31
*
panfrost: Allow for dynamic UBO count
Alyssa Rosenzweig
2019-06-24
1
-11
/
+16
*
panfrost: Report UBO count
Alyssa Rosenzweig
2019-06-24
1
-2
/
+15
*
panfrost: Constant buffer refactor
Alyssa Rosenzweig
2019-06-24
2
-38
/
+34
*
panfrost: Replace varyings for point sprites
Alyssa Rosenzweig
2019-06-24
1
-1
/
+27
*
panfrost: Track point sprites in fragment shader key
Alyssa Rosenzweig
2019-06-24
2
-3
/
+39
*
amd/common: lower bitfield_extract to ubfe/ibfe.
Daniel Schürmann
2019-06-24
1
-0
/
+1
*
amd/common: lower bitfield_insert to bfm & bitfield_select
Daniel Schürmann
2019-06-24
1
-0
/
+1
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-1
/
+0
*
lima/ppir: Add fsat op
Andreas Baierl
2019-06-24
4
-0
/
+20
[next]