panfrost: DRY between shader stage setup
[mesa.git] / src / gallium / drivers /
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
2019-06-20 Thomas Hellstromwinsys/svga: Make it possible to specify coherent resources
2019-06-20 Gert Wollnyvirgl: Add debug flag to bypass driconf to enable the...
2019-06-20 Gert Wollnyvirgl: Add a tweak to set the value for emulated querie...
2019-06-20 Gert Wollnyvirgl: Add tweak to apply a swizzle when drawing/blitti...
2019-06-20 Gert Wollnyvirgl: Add driconf tweak for emulating BGRA surfaces...
2019-06-20 Gert Wollnyvirgl: Add override for BGRA format to use swizzled...
2019-06-20 Gert Wollnyvirgl: Add code to accept BGRx_SRGB as RGBx_SRGB
2019-06-20 Gert Wollnyvirgl: Add skeleton to evaluate cap and send tweaks
2019-06-20 Gert Wollnyvirgl: factor out format host bits check
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-20 Gert Wollnyvirgl: Add driinfo file and tie it into the build
2019-06-20 Marek Olšákac/rtld: check correct LDS max size
2019-06-20 Nicolai Hähnleradeonsi: add s_sethalt to shaders for debugging
2019-06-19 Kenneth Graunkeiris: Bail on queries for INTEL_NO_HW=1.
2019-06-19 David Rileyvirgl: Support VIRGL_BIND_SHARED
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-18 Christian Gmeineretnaviv: support GL_ARB_seamless_cubemap_per_texture
2019-06-18 Christian Gmeineretnaviv: update headers from rnndb
2019-06-18 Dave Airlieradeonsi: fix undefined shift in macro definition
2019-06-18 Dave Airlienouveau: fix frees in unsupported IR error paths.
2019-06-18 Rohan Gargpanfrost: Move clearing logic into pan_job
2019-06-18 Chia-I Wuvirgl: fix sync issue regarding discard/unsync transfers
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB
2019-06-18 Alyssa Rosenzweigpanfrost: Disable AFBC on sRGB buffers
next