swr: [rasterizer] buckets cleanup
[mesa.git] / src /
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().
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 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
2016-07-08 Matt Turnerglx: Fix for commit 2c86668694.
2016-07-08 Matt Turnerglx: Undo memory allocation checking damage.
2016-07-08 Colin McDonaldglx: Fix indirect multi-texture GL_DOUBLE coordinate...
2016-07-08 Colin McDonaldglx: Correct opcode typos in __indirect_glTexCoordPointer.
2016-07-08 Colin McDonaldglx: Call __glXInitVertexArrayState() with a usable gc.
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 Paulmesa: print number of samples in renderbuffer_storage...
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 Nayan Deshmukhvl: add half pixel to v_tex before adding offsets
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ähnlest/mesa: set debug callback async flag
next