mesa.git
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 Eric Anholtnir: Add optimization for (a || True == True)
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 Brian Pauldocs: remove duplicated line in 12.0.1 release notes...
2016-07-12 Leo Liust/omx/dec: convert decoder video buffer to progressive
2016-07-12 Leo Liuvl/compositor: set layer of y or uv to render
2016-07-12 Leo Liuvl/compositor: add weave to yuv shader
2016-07-12 Leo Liuvl/compositor: move weave shader out from rgb weaving
2016-07-12 Marek Olšákglsl_to_tgsi: don't use the negate modifier in integer...
2016-07-12 Francisco Jerezclover/api: Implement clLinkProgram per-device binary...
2016-07-12 Serge Martinclover: Add clLinkProgram (CL 1.2).
2016-07-12 Francisco Jerezclover: Trivial cleanups for api/program.cpp.
2016-07-12 Francisco Jerezclover/core: Remove compiler.hpp.
2016-07-12 Francisco Jerezclover/llvm: Get rid of compile_program_llvm().
2016-07-12 Francisco Jerezclover: Provide separate program methods for compilatio...
2016-07-12 Francisco Jerezclover: Unify program::build_* into a single method...
2016-07-12 Serge Martinclover: Change program::build opts argument to std...
2016-07-12 Francisco Jerezclover: Define error subclass to signal build option...
2016-07-12 Francisco Jerezclover: Move back to using build_error to signal compil...
2016-07-12 Serge Martinclover: Override ret_object.
2016-07-12 Francisco Jerezclover/tgsi: Add stub link_program() function.
2016-07-12 Francisco Jerezclover/tgsi: Move compiler entry point declaration...
2016-07-12 Francisco Jerezclover/llvm: Implement the -create-library linker option.
2016-07-12 Francisco Jerezclover/llvm: Implement linkage of multiple clover modules.
2016-07-12 Francisco Jerezclover/llvm: Split compilation and linking.
2016-07-12 Francisco Jerezclover/llvm: Implement library bitcode codegen.
2016-07-12 Francisco Jerezclover/llvm: Trivial assorted cleanups for invocation...
2016-07-12 Francisco Jerezclover/llvm: Split native codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split bitcode codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split shared codegen support code into...
2016-07-12 Francisco Jerezclover/llvm: Define function for bitcode print-out.
2016-07-12 Francisco Jerezclover/llvm: Split native codegen and assembly print...
2016-07-12 Francisco Jerezclover/llvm: Clean up bitcode codegen.
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Add simplified utility functions for metad...
2016-07-12 Francisco Jerezclover/llvm: Clean up codestyle of get_kernel_args().
2016-07-12 Francisco Jerezclover/llvm: Fold compile_native() call into build_modu...
2016-07-12 Francisco Jerezclover/llvm: Factor out duplicated construction of...
2016-07-12 Francisco Jerezclover/llvm: Clean up compile_native().
2016-07-12 Francisco Jerezclover/llvm: Clean up ELF parsing.
2016-07-12 Francisco Jerezclover/llvm: Move a bunch of utility functions into...
2016-07-12 Francisco Jerezclover/llvm: Tidy debug handling.
2016-07-12 Francisco Jerezclover/llvm: Use helper function to abort compilation...
2016-07-12 Francisco Jerezclover/llvm: Simplify diagnostic_handler().
2016-07-12 Francisco Jerezclover/llvm: Trivial codestyle clean-up for optimize().
2016-07-12 Francisco Jerezclover/llvm: Clean up compilation into LLVM IR.
2016-07-12 Francisco Jerezclover/llvm: Factor out LLVM context init.
2016-07-12 Francisco Jerezclover/llvm: Declare compiler instance at top level...
2016-07-12 Francisco Jerezclover/llvm: Refactor compiler instance initialization.
2016-07-12 Francisco Jerezclover/llvm: Factor out compiler option tokenization.
2016-07-12 Francisco Jerezclover/llvm: Factor out target string parsing.
2016-07-12 Francisco Jerezclover/llvm: Collect #ifdef mess into a separate file.
2016-07-12 Francisco Jerezclover/llvm: Drop dead code.
2016-07-12 Francisco Jerezclover/llvm: Drop support for LLVM < 3.6.
2016-07-12 Serge Martinclover: Bump required LLVM version to 3.6.
2016-07-12 Ilia Mirkinmesa: set _NEW_BUFFERS when updating texture bound...
2016-07-12 Ilia Mirkinmeta/texsubimage: tex_image is always non-null, avoid...
2016-07-12 Ilia Mirkinst/mesa: return appropriate mesa format for ETC texture...
2016-07-12 Ilia Mirkinmesa: etc2 online compression is unsupported, don't...
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-11 Marek Olšákst/mesa: remove st_dump_program_for_shader_db
2016-07-11 Marek Olšákgallivm: set LLVMNoUnwindAttribute on all intrinsics
2016-07-11 Francesco Ansanellii965: fix ignored qualifiers warning
2016-07-11 Nicolai Hähnlegallium/u_queue: assert that users must wait on fences...
2016-07-11 Nicolai Hähnlegallium/u_queue: guard fence->signalled checks with...
2016-07-10 Chad Versaceanv/dump: Fix post-blit memory barrier
2016-07-10 Chad Versaceanv/dump: Fix vkCmdPipelineBarrier flags
2016-07-10 Jason Ekstrandanv/dump: Add support for dumping framebuffers
2016-07-10 Jason Ekstrandanv/dump: Add a barrier for the source image
2016-07-10 Jason Ekstrandanv/dump: Refactor the guts into helpers
2016-07-10 Jason Ekstrandanv/dump: Use anv_minify instead of hand-rolling it
2016-07-10 Jason Ekstrandanv/dump: Take an aspect in dump_image_to_ppm
2016-07-09 Nicolai Hähnleradeonsi: fix bad assertion in si_emit_sample_mask
next