gallium/u_queue: add optional cleanup callback
[mesa.git] / src / gallium / drivers /
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
2016-07-08 Samuel Pitoisetnvc0/ir: remove unused resource info loading helpers
2016-07-08 Samuel Pitoisetnvc0/ir: refactor the surfaces info loading logic
2016-07-08 Samuel Pitoisetnvc0/ir: move the shift left op inside loadTexHandle()
2016-07-08 Nicolai Hähnleradeonsi: disable multi-threading when shader dumps...
2016-07-08 Nicolai Hähnleradeonsi: use multi-threaded compilation in debug contexts
2016-07-08 Nicolai Hähnleradeonsi: catch a potential state tracker error with...
2016-07-08 Nicolai Hähnleradeonsi: explicitly choose center locations for 1xAA...
2016-07-08 Nicolai Hähnler600g: call cayman_emit_msaa_sample_locs only when...
2016-07-06 Tom Stellardradeon/llvm: Use alloca instructions for larger arrays
2016-07-06 Tom Stellardradeon/llvm: Add helpers for loading and storing data...
2016-07-06 Tom Stellardradeon/llvm: Remove uses_temp_indirect_addressing(...
2016-07-06 Nicolai Hähnlegallium/radeon: add depth/stencil_adjusted output to...
2016-07-06 Nicolai Hähnlegallium/radeon: allocate only the required plane for...
2016-07-06 Nicolai Hähnleradeonsi: decompress to flushed depth texture when...
2016-07-06 Nicolai Hähnleradeonsi: extract DB->CB copy logic into its own function
2016-07-06 Nicolai Hähnleradeonsi: sample from flushed depth texture when required
2016-07-06 Nicolai Hähnlegallium/radeon: replace is_flushing_texture with db_com...
2016-07-06 Nicolai Hähnlegallium/radeon: add can_sample_z/s flags for textures
2016-07-06 Nicolai Hähnleradeonsi: correctly mark levels of 3D textures as fully...
2016-07-06 Nicolai Hähnlegallium/radeon/winsyses: remove unused stencil_offset
2016-07-06 Nicolai Hähnlegallium/radeon: remove redundant null-pointer check
2016-07-06 Nicolai Hähnlegallium/radeon: print StencilLayout only once
next