vc4: Try to schedule QIR instructions between writing to and reading math.
[mesa.git] / src / gallium / drivers /
2016-12-01 Eric Anholtvc4: Try to schedule QIR instructions between writing...
2016-12-01 Eric Anholtvc4: Improve interleaving of texture coordinates vs...
2016-12-01 Eric Anholtvc4: Fix stray "." on no-op MUL packs.
2016-12-01 Eric Anholtvc4: Allow merging instructions with SF set where the...
2016-12-01 Eric Anholtvc4: In a loop break/continue, jump if everyone has...
2016-12-01 Ilia Mirkinswr: add streamout buffer offset into pBuffer pointer
2016-12-01 Ilia Mirkinswr: fix assertion for max number of so targets
2016-12-01 Ilia Mirkinswr: properly report max number of SO components
2016-12-01 Ilia Mirkinswr: turn off queries around blits
2016-12-01 Ilia Mirkinswr: don't advertise stream pause/resume
2016-12-01 Ilia Mirkinswr: fix range computation for instanced client-side...
2016-12-01 Ilia Mirkinswr: [rasterizer memory] assert when trying to convert...
2016-12-01 Ilia Mirkinswr: remove warning about multi-layer surfaces
2016-12-01 Ilia Mirkinswr: [rasterizer core] don't attempt to load another...
2016-12-01 Marek Olšákradeonsi: apply the double EVENT_WRITE_EOP workaround...
2016-12-01 Marek Olšákradeonsi: add a tess+GS hang workaround for VI dGPUs
2016-12-01 Marek Olšákradeonsi: don't apply the Z export bug workaround to...
2016-12-01 Marek Olšákradeonsi: apply a tessellation bug workaround for SI
2016-12-01 Marek Olšákradeonsi: apply a TC L1 write corruption workaround...
2016-12-01 Marek Olšákradeonsi: apply a multi-wave workgroup SPI bug workarou...
2016-12-01 Marek Olšákradeonsi: consolidate max-work-group-size computation
2016-11-30 Rob Clarkfreedreno/a5xx: fix negative branches
2016-11-30 Rob Clarkfreedreno: fix android build with a5xx
2016-11-30 Rob Clarkfreedreno/a5xx: fix discard
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-11-30 Rob Clarkfreedreno: update generated headers
2016-11-30 Rob Clarkfreedreno: make gmem tile size alignment configurable
2016-11-30 Rob Clarkfreedreno/ir3: don't offset inloc by 8
2016-11-30 Rob Clarkfreedreno/a3xx: use new shader linkage helper
2016-11-30 Rob Clarkfreedreno/a4xx: use new shader linkage helper
2016-11-30 Rob Clarkfreedreno/ir3: add new helper for shader linkage
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-30 Ilia Mirkinswr: [rasterizer jit] use signed integer representation...
2016-11-30 Ilia Mirkinswr: add missing rgbx8_srgb variant
2016-11-30 Ilia Mirkinswr: reorder renderable formats, add grouping comments
2016-11-30 Ilia Mirkinswr: use util_copy_framebuffer_state helper
2016-11-30 Ilia Mirkinswr: enable cubemap arrays
2016-11-30 Ilia Mirkinswr: rearrange caps into limits/supported/unsupported...
2016-11-30 Ilia Mirkinswr: only store up to the LOD size
2016-11-30 Tim Rowleyswr: [rasterizer common] add SwrTrace() and macros
2016-11-29 Marek Olšákradeonsi: don't fetch 8 dwords for samplerBuffer and...
2016-11-29 Marek Olšákradeonsi: disable XNACK to free 2 SGPRs on APUs
2016-11-29 Marek Olšákradeonsi: count and report temp arrays in scratch separ...
2016-11-29 Marek Olšákradeonsi: don't try to eliminate trivial VS outputs...
2016-11-29 Marek Olšákradeonsi: disable RB+ blend optimizations for dual...
2016-11-29 Marek Olšákradeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source...
2016-11-29 Marek Olšákradeonsi: always set all blend registers
2016-11-29 Marek Olšákradeonsi: set the smallest possible CB_TARGET_MASK
2016-11-29 Marek Olšákradeonsi: don't print bodies of header-only packets
2016-11-29 Marek Olšákradeonsi: print unknown registers with correct formatting
2016-11-29 Marek Olšákddebug: fix hang detection with deferred flushes
2016-11-29 Eric Anholtvc4: Add a note for the future about texture latency...
2016-11-29 Eric Anholtvc4: Add support for coalescing ALU ops into tex_[srtb...
2016-11-29 Eric Anholtvc4: Restructure VPM write optimization into two passes.
2016-11-29 Eric Anholtvc4: Make qir_for_each_inst_inorder() safe against...
2016-11-29 Eric Anholtvc4: Split optimizing VPM writes from VPM reads.
2016-11-29 Eric Anholtvc4: Restructure texture insts as ALU ops with tex_...
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-11-29 Eric Anholtvc4: Replace the qinst src[] with a fixed-size array.
2016-11-29 Eric Anholtvc4: Remove qir_inst4().
2016-11-29 Ilia Mirkinswr: [rasterizer memory] only clear up to the LOD size
2016-11-29 Ilia Mirkinswr: [rasterizer memory] hook up stencil clears for...
2016-11-29 Ilia Mirkinswr: [rasterizer memory] add support for clearing Z32F_...
2016-11-29 Ilia Mirkinswr: don't clear all dirty bits when changing so targets
2016-11-29 Ilia Mirkinswr: [rasterizer core] fix typo in scissor tile-alignme...
2016-11-27 Rob Clarkfreedreno: fix slice size for imported buffers
2016-11-27 Rob Clarkfreedreno/a3xx: make _emit_const() static
2016-11-27 Rob Clarkfreedreno/a4xx: make _emit_const() static
2016-11-26 Samuel Pitoisetgm107/ir: optimize 32-bit CONST load to mov
2016-11-26 Samuel Pitoisetgm107/ir: do not combine CONST loads
2016-11-24 Vinson Leescons: Recognize LLVM_CONFIG environment variable.
2016-11-24 Ilia Mirkinswr: clear every layer of the attached surfaces
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-24 Ilia Mirkinswr: [rasterizer core] clear data now comes in as float
2016-11-24 Ilia Mirkinswr: [rasterizer core] actually perform clear before...
2016-11-23 Marek Olšákradeonsi: print new opt flags in si_dump_shader_key
2016-11-23 Marek Olšákradeonsi: add a debug flag that disables optimized...
2016-11-23 Tim Rowleyswr: [rasterizer core] fix cast for stencil clear value
2016-11-23 Ilia Mirkinswr: color interpolation is also supposed to get perspe...
2016-11-23 Ilia Mirkinswr: add sprite coord enable mask to fs key
2016-11-23 Ilia Mirkinswr: rework vert <-> frag shader linkage logic
2016-11-23 Ilia Mirkinswr: flatshading makes color outputs flat, it doesn...
2016-11-23 Ilia Mirkinswr: only broadcast color0 value, not all color values
2016-11-23 Ilia Mirkinswr: report a reasonable max lod bias
2016-11-23 Ilia Mirkinswr: avoid using exceptions for expected condition...
2016-11-23 Ilia Mirkinswr: remove formats from mapping table that don't have...
2016-11-23 Ilia Mirkinswr: remove unnecessary -1 entries in format mapping...
2016-11-23 Ilia Mirkinswr: rework resource layout and surface setup
2016-11-23 Eric Anholtvc4: Don't conditionalize the src1 mov of qir_SEL().
2016-11-23 Eric Anholtvc4: Re-add R4 to the "any" register class.
2016-11-23 Eric Anholtvc4: Disable MSAA rasterization when the job binning...
2016-11-23 Eric Anholtvc4: Make sure we don't overflow texture input/output...
2016-11-22 Marek Olšákgallium: fix more occurences of u_hash.h
2016-11-22 Marek Olšákutil: import CRC32 implementation from gallium
2016-11-22 Ilia Mirkinswr: calculate viewport width/height based on the scale
2016-11-22 Ilia Mirkinswr: don't claim to allow setting layer/viewport from VS
2016-11-22 Ilia Mirkinswr: allocate all scratch space in one go for vertex...
2016-11-22 Ilia Mirkinswr: call swr_update_derived unconditionally when drawi...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify texture width before...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify original sizes for...
next