gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
[mesa.git] / src / gallium / drivers /
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-20 Samuel Pitoisetnvc0: disable MS images on GM107+
2016-07-20 Samuel Pitoisetnv50/ir: print OP_SUREDB subops in debug mode
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUREDx
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUSTx and SULDx
2016-07-20 Samuel Pitoisetgm107/ra: fix constraints for surface operations
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-20 Samuel Pitoisetnvc0: bind images for 3d/cp shaders on GM107+
2016-07-20 Samuel Pitoisetnvc0: increase the tex handles area size in the driver cb
2016-07-19 Marek Olšákradeonsi: emit PS exports last
2016-07-19 Marek Olšákradeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
2016-07-19 Marek Olšákradeonsi: really wait for the second EOP event and...
2016-07-19 Marek Olšákgallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS...
2016-07-19 Samuel Pitoisetgm107/ir: make use of ADD32I for all immediates
2016-07-19 Samuel Pitoisetgm107/ir: add missing NEG modifier for IADD32I
2016-07-19 Andreas Bollddebug: Fix trivial typo in stderr message
2016-07-19 Ilia Mirkinnv50,nvc0: srgb rendering is only available for rgba...
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-18 Christian Königradeon/uvd: add session context buffer for polaris...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-16 Dave Airlievirgl: drop pointless leftover init of virgl_transfer_i...
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-16 Rob Clarkgallium/u_queue: add optional cleanup callback
2016-07-16 Nicolai Hähnleradeonsi: remove the DRAW_PREAMBLE packet
2016-07-15 Eric Anholtvc4: Speed up glGenerateMipmaps by avoiding shadow...
2016-07-15 Eric Anholtvc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage...
2016-07-15 Eric Anholtvc4: Remove dead dirty_samplers field.
2016-07-15 Eric Anholtvc4: Turn on control flow support in the simulator...
2016-07-15 Charmaine Leesvga: avoid ubinding render targets that have already...
2016-07-15 Neha Bhendesvga: dump code for GenMips.
2016-07-15 Brian Paulsvga: handle mismatched number of samplers, sampler...
2016-07-14 Samuel Pitoisetnv50/ir: add missing string for SV_WORK_DIM
2016-07-14 Marek OlšákRevert "radeon/llvm: Use alloca instructions for larger...
2016-07-14 Jan Veselyr600,compute: Reserve vtx 3 for kernel arguments
2016-07-14 Marek Olšákradeon/uvd: fail to create a decoder if RUVD_MSG_CREATE...
2016-07-14 Marek Olšákgallium/radeon: add a return value to cs_flush
2016-07-14 francians@gmail.comfreedreno/a4xx: Fix sign compare warnings
2016-07-14 francians@gmail.comfreedreno/a3xx: Fix sign compare warnings
2016-07-14 francians@gmail.comfreedreno/a2xx: Fix sign compare warnings
2016-07-14 Boyuan Zhangradeon/vce: handle newly added parameters
2016-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-14 Eric Anholtvc4: Add support for scheduling of branch instructions.
2016-07-14 Eric Anholtvc4: Move the QPU instructions to schedule into each...
2016-07-14 Eric Anholtvc4: Disable vc4_opt_vpm in the presence of control...
2016-07-14 Eric Anholtvc4: Convert vc4_opt_dead_code to work in the presence...
2016-07-14 Eric Anholtvc4: Update copy propagation for control flow.
2016-07-13 Marek Olšákradeonsi: report accurate SGPR and VGPR spills
2016-07-13 Marek Olšákradeonsi: add a workaround for a compute VGPR-usage...
2016-07-13 Marek Olšákradeonsi: use LLVMGetTypeKind to tell if an input is...
2016-07-13 Marek Olšákradeonsi: replace !tbaa with !invariant.load
2016-07-13 Marek Olšákradeonsi: set dereferenceable attribute on descriptor...
2016-07-13 Marek Olšákradeonsi: clean up shader value metadata code
2016-07-13 Marek Olšákradeonsi: remove LLVMNoUnwindAttribute uses
2016-07-13 Marek Olšákradeonsi: fix a typo in SI_PARAM_LINEAR_* handling
2016-07-13 Marek Olšákgallium/radeon: normalize the code style
2016-07-13 Marek Olšákradeonsi: just save buffer sizes instead of buffers...
2016-07-13 Jon TurneyAdd c99_alloca.h include to fix compilation on Cygwin
2016-07-13 Nicolai Hähnleradeonsi: silence Coverity warning
2016-07-13 Eric Anholtvc4: Validate QPU uniform pointer updates.
2016-07-13 Eric Anholtvc4: Add support for NIR loops and break/continue.
2016-07-13 Eric Anholtvc4: Add support for emitting NIR IF nodes.
2016-07-13 Eric Anholtvc4: Add support for storing to NIR registers in a...
2016-07-13 Eric Anholtvc4: Add a flag in the screen to track control flow...
2016-07-13 Eric Anholtvc4: Define a QIR branch instruction
2016-07-13 Eric Anholtvc4: Add kernel support for branching in shader validation.
2016-07-13 Eric Anholtvc4: Add a bitmap of branch targets in kernel validation.
2016-07-13 Eric Anholtvc4: Track the current instruction into the validation_...
2016-07-13 Eric Anholtvc4: Add QPU support for generating BRANCH instructions.
2016-07-13 Eric Anholtvc4: Print live variable start/ends during QIR dumping.
2016-07-13 Eric Anholtvc4: Implement live intervals using a CFG.
2016-07-12 Eric Anholtvc4: Make vc4_qir_schedule handle each block in the...
2016-07-12 Eric Anholtvc4: Convert uniforms lowering to work with multiple...
2016-07-12 Eric Anholtvc4: Convert vc4_opt_peephole_sf to work with control...
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-07-12 Eric Anholtvc4: Also enable phi elimination.
2016-07-12 Eric Engestromvc4: fix memory leak
2016-07-12 Eric Anholtvc4: Close our screen's fd on screen close.
2016-07-12 Tim Rowleyswr: [rasterizer core] correct MSAA behavior for conser...
2016-07-12 Tim Rowleyswr: [rasterizer core] conservative rast backend changes
2016-07-12 Tim Rowleyswr: [rasterizer] buckets cleanup
2016-07-12 Tim Rowleyswr: [rasterizer core] make all api functions call...
2016-07-12 Tim Rowleyswr: [rasterizer] add support for llvm-3.9
2016-07-12 Tim Rowleyswr: [rasterizer jitter] fix llvm-3.7 compile
2016-07-12 Ben Skeggsnvc0: initial support for GP100 GPUs
2016-07-11 Samuel Pitoisetnvc0: use a define for the driver constant buffer size
2016-07-11 Samuel Pitoisetnvc0: fix the driver cb size when draw parameters are...
2016-07-11 Samuel Pitoisetnvc0/ir: fix images indirect access on Fermi
2016-07-09 Nicolai Hähnleradeonsi: fix bad assertion in si_emit_sample_mask
2016-07-08 Christian Königradeon/uvd: simplify sending context buffer message
2016-07-08 Christian Königradeon/uvd: fix contex buffer destruction in the error...
2016-07-08 Christian Königradeon/uvd: move polaris fw check into radeon_video...
2016-07-08 Christian Königradeon/video: fix coding style in radeon_video.c v2
2016-07-08 Brian Paulsvga: simplify/fix 1D/2D array resource copies
2016-07-08 Brian Paulsvga: remove unused variable
2016-07-08 Brian Paulsvga: add dumping for more device commands
2016-07-08 Brian Paulsvga: silence a couple unused variable warnings
2016-07-08 Charmaine Leesvga: rebind using render target surfaces in hw draw...
2016-07-08 Charmaine Leesvga: invalidate gb surface before it is reused
2016-07-08 Brian Paulsvga: fix use of provoking vertex control
next