panfrost: Invert swizzle for rendering
[mesa.git] / src /
2019-06-25 Alyssa Rosenzweigpanfrost: Invert swizzle for rendering
2019-06-25 Alyssa Rosenzweigpanfrost: Honour first_layer...last_layer when sampling
2019-06-25 Alyssa Rosenzweigpanfrost: Use the sampler_view target (not the textures)
2019-06-25 Alyssa Rosenzweigpanfrost/midgard: Assert guard texelFetch against cubemaps
2019-06-25 Alyssa Rosenzweigpanfrost: Zero pixels in any axis is zero pixels total
2019-06-25 Alyssa Rosenzweigpanfrost: Respect mip level when wallpapering
2019-06-25 Alyssa Rosenzweigpanfrost/midgard: Fixup NIR texture op
2019-06-25 Alyssa Rosenzweigpanfrost: Support (non-)seamless cube maps
2019-06-25 Alyssa Rosenzweigpanfrost: Merge checksum buffer with main BO
2019-06-25 Alyssa Rosenzweigpanfrost/decode: Limit MRT blend count
2019-06-25 Alyssa Rosenzweigpanfrost: Clamp tile coordinates before job submission
2019-06-25 Alyssa Rosenzweigpanfrost: Use dedicated u_blitter context for wallpapers
2019-06-25 Alyssa Rosenzweigpanfrost: Sanity check layer
2019-06-25 Alyssa Rosenzweigpanfrost: Divide array_size by 6 for cubemaps
2019-06-25 Alyssa Rosenzweigpanfrost: Use get_texture_address for framebuffer compu...
2019-06-25 Alyssa Rosenzweigpanfrost: Merge AFBC slab with BO backing
2019-06-25 Alyssa Rosenzweigpanfrost: Z/S can't be tiled
2019-06-25 Alyssa Rosenzweigpanfrost: Enable mipmapping
2019-06-25 Alyssa Rosenzweigpanfrost: Enable blitting
2019-06-25 Alyssa Rosenzweigpanfrost: Allow texelFetch for wallpaper blits
2019-06-25 Alyssa Rosenzweigpanfrost/midgard: Implement texelFetch (2D only)
2019-06-25 Alyssa Rosenzweigpanfrost: Skip flushes only for wallpapers, not any...
2019-06-25 Alyssa Rosenzweigpanfrost: Handle generate_mipmap ourselves
2019-06-25 Alyssa Rosenzweigpanfrost: Disable mipmapping if necessary
2019-06-25 Kenneth Graunkeintel/blorp: Disable sampler state prefetching on Gen11
2019-06-25 Jason Ekstrandanv/descriptor_set: Only write texture swizzles if...
2019-06-25 Chia-I Wuvirgl: add VIRGL_DEBUG_XFER
2019-06-25 Chia-I Wuvirgl: add VIRGL_DEBUG_SYNC
2019-06-25 Chia-I Wuvirgl: fix the value of VIRGL_DEBUG_BGRA_DEST_SWIZZLE
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-25 Samuel Pitoisetradv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
2019-06-25 Samuel Pitoisetradv: clear CMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: clear FMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: always initialize levels without DCC as fully...
2019-06-25 Sergii Romantsovi965: leaking of upload-BO with push constants
2019-06-25 Tapani Pälliintel/compiler: silence a warning of using different...
2019-06-25 Eric Engestromegl: replace dead vfunc with an error
2019-06-25 Eric Engestromegl: delete unused vfuncs
2019-06-25 Eric Engestromegl: drop empty eglfallbacks.c
2019-06-25 Eric Engestromegl: move eglGetSyncAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglSwapInterval() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglSurfaceAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglQuerySurface() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglQueryContext() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglGetConfigAttrib() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglChooseConfig() fallback to eglapi.c
2019-06-25 Eric Engestromegl: move eglGetConfigs() fallback to eglapi.c
2019-06-25 Rob Clarkfreedreno/a5xx: fix batch leak in fd5 blitter path
2019-06-25 Marek Olšákradeonsi: don't set spi_ps_input_* for monolithic shaders
2019-06-25 Marek Olšákradeonsi: rename and re-document cache flush flags
2019-06-25 Marek Olšákradeonsi: fix AMD_DEBUG=nofmask
2019-06-25 Marek Olšákradeonsi: flatten the switch for DPBB tunables
2019-06-25 Marek Olšákradeonsi: set the calling convention for inlined functi...
2019-06-25 Nicolai Hähnleradeonsi: refactor si_update_vgt_shader_config
2019-06-25 Nicolai Hähnleamd/rtld: update the ELF representation of LDS symbols
2019-06-25 Marek Olšákac/surface: remove addrlib_family_rev_id
2019-06-24 Ian Romanickglsl: Don't increase the iteration count when there...
2019-06-24 Eric Anholtfreedreno: Only upload the used part of UBO0 to the...
2019-06-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-24 Rob Clarkfreedreno: Clamp UBO uploads to the constlen decided...
2019-06-24 Alyssa Rosenzweigpanfrost: Allow up to 16 UBOs
2019-06-24 Alyssa Rosenzweigpanfrost: DRY between shader stage setup
2019-06-24 Alyssa Rosenzweigpanfrost/midgard: Implement UBO reads
2019-06-24 Alyssa Rosenzweigpanfrost: Handle disabled/empty UBOs
2019-06-24 Alyssa Rosenzweigpanfrost: Identify "uniform buffer count" bits
2019-06-24 Alyssa Rosenzweigpanfrost: Upload UBOs
2019-06-24 Alyssa Rosenzweigpanfrost: Allow for dynamic UBO count
2019-06-24 Alyssa Rosenzweigpanfrost: Report UBO count
2019-06-24 Alyssa Rosenzweigpanfrost: Constant buffer refactor
2019-06-24 Alyssa Rosenzweigpanfrost: Replace varyings for point sprites
2019-06-24 Alyssa Rosenzweigpanfrost: Track point sprites in fragment shader key
2019-06-24 Caio Marcelo de... i965: Move resources lowering after NIR linking
2019-06-24 Caio Marcelo de... glsl/nir: Fix copying 64-bit values in uniform storage
2019-06-24 Caio Marcelo de... glsl/nir: Fix copying vector constant values
2019-06-24 Daniel Schürmannamd/common: lower bitfield_extract to ubfe/ibfe.
2019-06-24 Daniel Schürmannamd/common: lower bitfield_insert to bfm & bitfield_select
2019-06-24 Daniel Schürmannnir: introduce lowering of bitfield_insert to bfm and...
2019-06-24 Daniel Schürmannnir/algebraic: Use unsigned comparison when lowering...
2019-06-24 Daniel Schürmannnir/algebraic: Remove unnecessary iand of [iu]bfe and...
2019-06-24 Daniel Schürmannnir: define behavior of nir_op_bfm and nir_op_u/ibfe...
2019-06-24 Daniel Schürmannnir/algebraic: add optimization pattern for ('ult'...
2019-06-24 Andreas Baierllima/ppir: Add fsat op
2019-06-24 Andreas Baierllima/ppir: Add fneg op
2019-06-24 Andreas Baierllima/ppir: Add fabs op
2019-06-24 Eric Engestromutil: support "y" and "n" in env_var_as_boolean()
2019-06-24 Andreas Baierllima/ppir: lower ffma in ppir
2019-06-24 Samuel Pitoisetradv: add support for VK_AMD_buffer_marker
2019-06-24 Nataraj Deshpandeanv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in...
2019-06-23 Timur Kristófiris: move sysvals to their own constant buffer
2019-06-23 Kenneth Graunkeiris: Mark cbuf0 as not needing uploading every single...
2019-06-22 Eric EngestromRevert "egl: drop empty eglfallbacks.c" and "egl: move...
2019-06-22 Eric Engestromegl: drop empty eglfallbacks.c
2019-06-22 Eric Engestromegl: move fallback calls to eglapi.c
2019-06-22 Eric Engestromegl: drop `_eglReturnFalse()` fallbacks
2019-06-22 Eric Engestromegl: remove unnecessary eglGetProcAddress() fallback
2019-06-22 Eric Engestromegl: remove NULL assignments after calloc()
2019-06-22 Eric Engestromegl: move bad_param check further up
2019-06-22 Kenneth Graunkeiris: Drop bo != NULL check from blorp 48b invalidate...
2019-06-22 Kenneth GraunkeRevert "iris: Don't check VF address high bits when...
2019-06-22 Eric Anholtfreedreno: Only upload UBO pointers for UBOs that haven...
next