i965/fs: Define logical framebuffer read opcode and lower it to physical reads.
[mesa.git] / src / gallium /
2016-08-26 Eric Anholtvc4: Add support for fddx/fddy
2016-08-26 Eric Anholtvc4: Add register allocation support for MUL output...
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-08-26 Eric Anholtvc4: Add support for the 2-bit LOAD_IMM variants.
2016-08-26 Eric Anholtvc4: Add QPU scheduling to handle MUL rotate sources.
2016-08-26 Eric Anholtvc4: Add disassembly for constant MUL rotates
2016-08-26 Eric Anholtvc4: Add real validation for MUL rotation.
2016-08-26 Eric Anholtvc4: Add a QIR value for the QPU element register.
2016-08-25 Marek Olšákradeonsi: don't use allocas for arrays with LLVM 3.8
2016-08-25 Marek Olšákgallium/radeon: unify and simplify checking for an...
2016-08-25 Marek Olšákradeonsi: disable SDMA texture copying on Carrizo
2016-08-25 Marek Olšákgallium/noop: use 3-space indentation
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-24 Samuel Pitoisetnvc0: invalidate textures/samplers on GK104+
2016-08-24 Rhys Kiddgallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initial...
2016-08-24 Eric Anholtvc4: Fix GPU hangs with >16 varying values.
2016-08-24 Leo Liuvl/rbsp: fix another three byte not detected
2016-08-24 Marek Olšákradeonsi: fix VM faults due NULL internal const buffers...
2016-08-24 Tomasz Figagallium/winsys/kms: Look up the GEM handle after import...
2016-08-24 Tomasz Figagallium/winsys/kms: Move display target handle lookup...
2016-08-24 Tomasz Figagallium/winsys/kms: Fully initialize kms_sw_dt at prime...
2016-08-24 Tomasz Figagallium/winsys/kms: Fix double refcount when importing...
2016-08-24 Eric Engestromgallium/cso: avoid unnecessary null dereference
2016-08-24 Eric Engestromst/xvmc: fix a couple 'unused-but-set-variable' warnings
2016-08-24 Kai Wasserbächst/va: Remove unused variable coded_size from vlVaEndPi...
2016-08-24 Kai Wasserbächst/va: Remove else case in vlVaEndPicture() made superf...
2016-08-24 Eric Engestromst/va: add missing mutex_unlock
2016-08-23 Ilia Mirkinst/dri: respect driver's request to avoid mixed color...
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-08-23 Ilia Mirkinnv50/ir: make sure cfg iterator always hits all blocks
2016-08-22 Eric Anholtvc4: Tell state_tracker that we would prefer NIR.
2016-08-22 Eric Anholtvc4: Use proper type sizes for uniforms.
2016-08-22 Eric Anholtvc4: Add VARYING_SLOT_PNTC support.
2016-08-22 Eric Anholtvc4: Fix vc4_nir_lower_io for non-vec4 I/O.
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2016-08-22 Marek Olšákgallium/hud: generalize code for drawing numbers next...
2016-08-22 Marek Olšákgallium/hud: draw numbers with 3 decimal places if...
2016-08-22 Marek Olšákgallium/hud: use sRGB for nicer AA lines
2016-08-22 Marek Olšákgallium/hud: use AA lines for graphs
2016-08-22 Marek Olšákgallium/hud: don't enable blending for all objects
2016-08-20 Roland Scheideggerllvmpipe: fix issues with depth clamp
2016-08-20 Roland Scheideggerllvmpipe: fix depth clamping wrt reversed near/far...
2016-08-19 Ilia Mirkina4xx: make sure to actually clamp depth as requested
2016-08-19 Ilia Mirkina4xx: only disable depth clipping, not all clipping...
2016-08-19 Eric Anholtvc4: Switch store_output to using nir_lower_io_to_scala...
2016-08-19 Eric Anholtvc4: Use the intrinsic's first_component for vattr...
2016-08-19 Eric Anholtvc4: Convert to using nir_lower_io_scalar for FS inputs.
2016-08-19 Eric Anholtvc4: Switch to using the intrinsic accessors.
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-08-19 Eric Anholtvc4: Dump the TGSI before trying to convert it to NIR.
2016-08-19 Boyuan Zhangradeon/vce: set flag based on dual instance enablement
2016-08-19 Boyuan Zhangst/va: enable dual instances encode by sync surface
2016-08-18 Marek Olšákradeonsi: initialize and finalize the LLVM function...
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-17 Tim Rowleyswr: [rasterizer common] reorder SWR_FORMAT_INFO
2016-08-17 Tim Rowleyswr: [rasterizer core] make dirtytile list point direct...
2016-08-17 Tim Rowleyswr: [rasterizer core] portability - remove use of...
2016-08-17 Tim Rowleyswr: [rasterizer core] viewport transform disabled fix
2016-08-17 Tim Rowleyswr: [rasterizer core] clamp scissor rects to current...
2016-08-17 Tim Rowleyswr: [rasterizer core] align stats structures
2016-08-17 Tim Rowleyswr: [rasterizer core] use AVX2 permute to simplify...
2016-08-17 Tim Rowleyswr: [rasterizer core] move some global variables to...
2016-08-17 Tim Rowleyswr: [rasterizer core] change scale on VP matrix elemen...
2016-08-17 Tim Rowleyswr: [rasterizer] implementing native AVX-512 simd16...
2016-08-17 Brian Paulsvga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
2016-08-17 Brian Paulsvga: initialize a variable to silence a gcc warning
2016-08-17 Marek Olšákradeonsi: fix up buffer descriptor upper-bound checking
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-17 Marek Olšákgallium/radeon: assign the highest priority to scratch...
2016-08-17 Marek Olšákgallium/winsys: re-number winsys priority flags
2016-08-17 Marek Olšákgallium/radeon: mark shader rings as highest-priority...
2016-08-17 Marek Olšákgallium/radeon: set SHADER_RW_BUFFER priority for strea...
2016-08-17 Marek Olšákradeonsi: use current context for DCC feedback-loop...
2016-08-17 Marek Olšákradeonsi: simplify CB_TARGET_MASK logic
2016-08-17 Marek Olšákradeonsi: don't set CB_COLOR1_INFO for dual src blending
2016-08-17 Marek Olšákradeonsi: eliminate PS OUT[1] if dual src blending...
2016-08-17 Marek Olšákgallium/radeon: use unflushed fences for PIPE_QUERY_GPU...
2016-08-17 Nicolai Hähnlegallium/radeon: use lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallivm: add lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallivm: add create_builder_at_entry helper function
2016-08-17 Nicolai Hähnlegallium/radeon: protect against out of bounds temporary...
2016-08-17 Nicolai Hähnlegallium/radeon: add radeon_llvm_bound_index for bounds...
2016-08-17 Nicolai Hähnlegallium/radeon: reduce alloca of temporaries based...
2016-08-17 Nicolai Hähnlegallium/radeon: use tgsi_scan_arrays for temp arrays
2016-08-17 Nicolai Hähnlegallium/radeon: allocate temps array info in radeon_llv...
2016-08-17 Nicolai Hähnlegallium/radeon: always do the full store in store_value...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common getelementptr logic...
2016-08-17 Nicolai Hähnlegallium/radeon: pass indirect register info into get_al...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common lookup code into get_tem...
2016-08-17 Nicolai Hähnlegallium/radeon: clarify the comment on the array alloca...
2016-08-17 Nicolai Hähnlegallium/radeon: more descriptive names for LLVM tempora...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_store for...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_fetch for...
2016-08-17 Nicolai Hähnlegallium/radeon: clean up emit_declaration for temporaries
2016-08-17 Nicolai Hähnletgsi/scan: add tgsi_scan_arrays
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
next