panfrost: Sanity check layer
[mesa.git] / src / gallium / drivers /
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 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 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-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 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: define behavior of nir_op_bfm and nir_op_u/ibfe...
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 Andreas Baierllima/ppir: lower ffma in ppir
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 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: Remove silly return from ir3_optimize_nir().
2019-06-22 Eric Anholtfreedreno: Stop reporting max_const in shader-db.
2019-06-22 Eric Anholtfreedreno: Include binning shaders in shader-db.
2019-06-21 Alyssa Rosenzweigpanfrost: Fix unused variable warning
2019-06-21 Boris Brezillonpanfrost: Remove the panfrost_driver abstraction
2019-06-21 Boris Brezillonpanfrost: Remove the perf counters interface
2019-06-21 Tomeu Vizosopanfrost: ci: Fix parsing of crashed tests
2019-06-21 Alyssa Rosenzweigpanfrost: Conditionally submit fragment job
2019-06-21 Alyssa Rosenzweigpanfrost: Implement rasterizer discard
2019-06-21 Alyssa Rosenzweigpanfrost: Track buffer initialization
2019-06-21 Alyssa Rosenzweigpanfrost: Implement command stream scoreboarding
2019-06-21 Jason Ekstrandi965,iris: Move guardband calculations to a common...
2019-06-21 Mauro Rossiandroid: virgl: fix libmesa_winsys_virgil_common build...
2019-06-21 Tomeu Vizosopanfrost: ci: Exclude two more flip-flop from results
2019-06-21 Iago Toral Quirogav3d: flush jobs writing to vertex buffers used in the...
2019-06-21 Iago Toral Quirogav3d: flush jobs reading from transform feedback output...
2019-06-21 Iago Toral Quirogav3d: add a helper to check if transform feedback is...
2019-06-21 Dave Airliellvmpipe: make remove_shader_variant static.
2019-06-20 Tomeu Vizosopanfrost: ci: Update expectations
2019-06-20 Alyssa Rosenzweigpanfrost/midgard: Broadcast swizzle
2019-06-20 Kenneth Graunkeiris: Use stream uploader for shader draw parameters.
2019-06-20 Kenneth Graunkeiris: Don't check VF address high bits when there is...
2019-06-20 Kenneth Graunkeiris: Drop RT flushes from depth stencil clearing flushes.
2019-06-20 Kenneth Graunkeiris: Don't bother with PIPE_CONTROLs for CPU writes...
2019-06-20 Kenneth Graunkeiris: Only do an RT flush for transfer maps if using...
2019-06-20 Kenneth Graunkeiris: Use iris_flush_bits_for_history in iris_transfer_...
2019-06-20 Kenneth Graunkeiris: Avoid double flushing in iris_transfer_flush_regi...
2019-06-20 Kenneth Graunkeiris: Fix iris_flush_and_dirty_history to actually...
2019-06-20 Kenneth Graunkeiris: Add maybe_flush calls to texture_barrier and...
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-06-20 Alyssa Rosenzweigpanfrost: Skip shading unaffected tiles
2019-06-20 Tomeu Vizosopanfrost: Set job requirements during draw
2019-06-20 Alyssa Rosenzweigpanfrost/meson: Link with libpanfrost_shared
2019-06-20 Alyssa Rosenzweigpanfrost: Load from tiled images
2019-06-20 Alyssa Rosenzweigpanfrost: Switch to lima tiling
2019-06-20 Alyssa Rosenzweigpanfrost: Fix tiled NPOT textures with bpp<4
2019-06-20 Alyssa Rosenzweiglima,panfrost: Move lima_tiling.c/h to /src/panfrost
2019-06-20 Kenneth Graunkeiris: Use render_batch/compute_batch locals in memory_b...
2019-06-20 Alyssa Rosenzweigpanfrost: Remove other commented pointers
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Elide more zero fields
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Remove memory comments
2019-06-20 Alyssa Rosenzweigpanfrost: Add missing 0x in invocation_count
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Skip decode of fragment backend in...
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Clip mali_compute_fbd at 64-bytes
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Print COMPUTE uniforms as pointers
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Show int uniforms
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Expand pointers in compute descriptor
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Identify "compute FBD"
2019-06-20 Tomeu Vizosopanfrost: Allocate panfrost_job in panfrost_context
2019-06-20 Tomeu Vizosopanfrost: Release transient pools
2019-06-20 Tomeu Vizosopanfrost: ci: Exclude flip-flops from results
2019-06-20 Thomas Hellstromsvga: Support ARB_buffer_storage
2019-06-20 Thomas Hellstromsvga: Map vertex- index- and constant buffers ansynchro...
2019-06-20 Thomas Hellstromsvga: Fix index buffer uploads
next