isl: Use bpb for determining YUV image padding
[mesa.git] / src /
2016-07-13 Jason Ekstrandisl: Use bpb for determining YUV image padding
2016-07-13 Jason Ekstrandisl: Bring back isl_format_layout::bpb
2016-07-13 Jason Ekstrandisl: Change the physical size of a W-tile to 128x32
2016-07-13 Jason Ekstrandisl: Rework the way we define tile sizes.
2016-07-13 Jason Ekstrandisl: Rework the way we handle surface padding
2016-07-13 Jason Ekstrandisl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfac...
2016-07-13 Jason Ekstrandisl: Stop multiplying height by block size
2016-07-13 Jason Ekstrandisl: Get rid of tiling_get_extent
2016-07-13 Jason Ekstrandnir/spirv: Don't multiply the push constant block size...
2016-07-13 Jason Ekstrandanv/pipeline: Assert that the number of uniforms from...
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šákgallivm: add helper lp_add_attr_dereferenceable
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 Topi Pohjolaineni965/blorp: Cleanup leftovers from push constant disabling
2016-07-13 Topi Pohjolaineni965/blorp/gen7+: Bring back push constant setup
2016-07-13 Nicolai Hähnleradeonsi: silence Coverity warning
2016-07-13 Samuel Iglesias... i965/fs: do d2x lowering before simd splitting
2016-07-13 Iago Toral Quirogai965/fs: do pack lowering before simd splitting
2016-07-13 Samuel Iglesias... i965/fs: do not require force_writemask_all with exec_s...
2016-07-13 Iago Toral Quirogai965/fs/gen7: split instructions that run into exec...
2016-07-13 Iago Toral Quirogai965/fs: use the new helper function to create double...
2016-07-13 Iago Toral Quirogai965/fs: add a helper function to create double immediates
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 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 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().
next