mesa.git
2016-08-26 Francisco Jerezi965/fs: Hook up coherent framebuffer reads to the...
2016-08-26 Francisco Jerezi965/fs: Remove special casing of framebuffer writes...
2016-08-26 Francisco Jerezi965/fs: Don't CSE render target messages with differen...
2016-08-26 Francisco Jerezi965/fs: Define logical framebuffer read opcode and...
2016-08-26 Francisco Jerezi965/fs: Define framebuffer read virtual opcode.
2016-08-26 Francisco Jerezi965/disasm: Fix RC message type strings on Gen7+.
2016-08-26 Francisco Jerezi965/eu: Add codegen support for the Gen9+ render targe...
2016-08-26 Francisco Jerezi965/eu: Take into account the target cache argument...
2016-08-26 Francisco Jerezi965: Flip the non-coherent framebuffer fetch extension...
2016-08-26 Francisco Jerezi965: Implement glBlendBarrier.
2016-08-26 Francisco Jerezi965: Upload surface state for non-coherent framebuffer...
2016-08-26 Francisco Jerezi965: Implement support for overriding the texture...
2016-08-26 Francisco Jerezi965: Massage argument list of brw_emit_surface_state().
2016-08-26 Francisco Jerezi965: Add missing has_surface_tile_offset flag to the...
2016-08-26 Francisco Jerezi965: Return the correct layout from get_isl_dim_layout...
2016-08-26 Francisco Jerezi965: Factor out isl_surf_dim/isl_dim_layout calculatio...
2016-08-26 Francisco Jerezi965: Resolve color for non-coherent FB fetch at Update...
2016-08-26 Francisco Jerezi965: Return whether the miptree was resolved from...
2016-08-26 Francisco Jerezi965/fs: Translate nir_intrinsic_load_output on a fragm...
2016-08-26 Francisco Jerezi965/fs: Allocate fragment output temporaries on demand.
2016-08-26 Francisco Jerezi965/fs: Rework representation of fragment output locat...
2016-08-26 Francisco Jerezi965: Fix undefined signed overflow in INTEL_MASK for...
2016-08-26 Francisco Jerezi965/fs: Special-case nir_intrinsic_store_output for...
2016-08-26 Francisco Jerezi965/fs: Implement non-coherent framebuffer fetch using...
2016-08-26 Francisco Jerezi965/fs: Emit interpolation setup if non-coherent frame...
2016-08-26 Francisco Jerezi965/fs: Force per-sample dispatch if the shader reads...
2016-08-26 Francisco Jerezi965: Allocate space in the binding table for non-coher...
2016-08-26 Francisco Jerezi965/fs: Add brw_wm_prog_key bit specifying whether...
2016-08-26 Francisco Jerezi965/fs: Get rid of fs_visitor::do_dual_src.
2016-08-26 Francisco Jereznir: Handle FB fetch outputs correctly in nir_lower_io_...
2016-08-26 Francisco Jereznir: Pass through fb_fetch_output and OutputsRead from...
2016-08-26 Eric Anholtvc4: Add support for fddx/fddy
2016-08-26 Eric Anholtvc4: Add register allocation support for MUL output...
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-08-26 Eric Anholtvc4: Add support for the 2-bit LOAD_IMM variants.
2016-08-26 Eric Anholtvc4: Add QPU scheduling to handle MUL rotate sources.
2016-08-26 Eric Anholtvc4: Add disassembly for constant MUL rotates
2016-08-26 Eric Anholtvc4: Add real validation for MUL rotation.
2016-08-26 Eric Anholtvc4: Add a QIR value for the QPU element register.
2016-08-25 Chad Versacei965: Respect miptree offsets in intel_readpixels_tiled...
2016-08-25 Chad Versacei965: Fix miptree layout for EGLImage-based renderbuffers
2016-08-25 Jason Ekstrandintel: Flatten the makefile structure
2016-08-25 Jason Ekstrandisl/tests: Use a longer path for isl.h
2016-08-25 Jason Ekstrandintel/isl/gen9: Only use the magic 1D alignment for...
2016-08-25 Jason Ekstrandintel/isl: Pass the dim_layout into choose_alignment_el
2016-08-25 Jason Ekstrandintel/isl: Use DIM_LAYOUT_GEN4_2D for tiled 1-D surface...
2016-08-25 Jason Ekstrandnir/phi_builder: Don't recurse in value_get_block_def
2016-08-25 Chad Versace.mailmap: Update my address again
2016-08-25 Matt Turnernir: Walk blocks in source code order in lower_vars_to_ssa.
2016-08-25 Marek Olšákradeonsi: don't use allocas for arrays with LLVM 3.8
2016-08-25 Marek Olšákgallium/radeon: unify and simplify checking for an...
2016-08-25 Matt Turnermesa: Drop sed of now dead Plo files.
2016-08-25 Kenneth Graunkemeta: Always do GenerateMipmaps in linear colorspace.
2016-08-25 Eric Engestromconfigure.ac: raise Mako required version to 0.8.0
2016-08-25 Brian Paulswrast: fix incorrectly positioned putImage() in swrast...
2016-08-25 Marek Olšákradeonsi: disable SDMA texture copying on Carrizo
2016-08-25 Marek Olšákgallium/noop: use 3-space indentation
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-25 Nicolai Hähnlest/mesa: fix sRGB BlitFramebuffer regression
2016-08-25 Michel Dänzerloader/dri3: Overhaul dri3_update_num_back
2016-08-25 Jason Ekstrandanv: Include the pipeline layout in the shader hash
2016-08-25 Jason Ekstrandanv: Add a --disable-vulkan-icd-full-driver-path option
2016-08-24 Francisco Jerezi965/fs: Don't consider the stencil output to be a...
2016-08-24 Francisco Jerezglsl: Keep track of the set of fragment outputs read...
2016-08-24 Francisco Jerezglsl: Don't consider read-only fragment outputs to...
2016-08-24 Francisco Jerezglsl/linker: Allow fragment output overlap for gl_LastF...
2016-08-24 Francisco Jerezglsl/ast: Allow redeclaration of gl_LastFragData with...
2016-08-24 Francisco Jerezglsl: Don't attempt to do dead varying elimination...
2016-08-24 Francisco Jerezglsl: Define a gl_LastFragData built-in for older GLSL...
2016-08-24 Francisco Jerezglsl: Handle the inout qualifier in fragment shader...
2016-08-24 Francisco Jerezglsl: Add support for representing framebuffer fetch...
2016-08-24 Francisco Jerezglsl: Add parser state enables for the framebuffer...
2016-08-24 Francisco Jerezmesa: Add blend barrier entry point and driver hook.
2016-08-24 Francisco Jerezmesa: Move shader memory barrier functions into barrier.c.
2016-08-24 Francisco Jerezmesa: Rename "texturebarrier" source files to "barrier".
2016-08-24 Francisco Jerezmesa: Add support for querying GL_FRAGMENT_SHADER_DISCA...
2016-08-24 Francisco Jerezmesa: Add extension enables for framebuffer fetch exten...
2016-08-24 Francisco Jerezglapi: Add XML for GL_EXT_shader_framebuffer_fetch.
2016-08-24 Samuel Pitoisetnvc0: invalidate textures/samplers on GK104+
2016-08-24 Rhys Kiddgallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initial...
2016-08-24 Eric Anholttravis: Upgrade LLVM dependency to 3.5 and enable LLVM...
2016-08-24 Eric Anholttravis: Enable vc4 in libdrm to satisfy vc4 test build...
2016-08-24 Eric Anholttravis: Update to the Ubuntu Trusty image.
2016-08-24 Eric Anholttravis: Parse configure.ac to pick an updated LIBDRM_VE...
2016-08-24 Lionel Landwerlinanv: meta_blit2d: adapt texel fetch pitch for fake...
2016-08-24 Eric Anholtvc4: Fix GPU hangs with >16 varying values.
2016-08-24 Leo Liuvl/rbsp: fix another three byte not detected
2016-08-24 Marek Olšákradeonsi: fix VM faults due NULL internal const buffers...
2016-08-24 Tomasz Figagallium/winsys/kms: Look up the GEM handle after import...
2016-08-24 Tomasz Figagallium/winsys/kms: Move display target handle lookup...
2016-08-24 Tomasz Figagallium/winsys/kms: Fully initialize kms_sw_dt at prime...
2016-08-24 Tomasz Figagallium/winsys/kms: Fix double refcount when importing...
2016-08-24 Alejandro Piñeiroshaderapi: don't generate not linked error on GetProgra...
2016-08-24 Eric Engestromgallium/cso: avoid unnecessary null dereference
2016-08-24 Eric Engestrom.gitignore: Ignore tags generated by `make tags`
2016-08-24 Eric Engestromst/xvmc: fix a couple 'unused-but-set-variable' warnings
2016-08-24 Eric Engestromegl: turn a couple asserts static (compile-time)
2016-08-24 Eric Engestromi915: remove unnecessary `if`
2016-08-24 Eric Engestromi965: remove unnecessary `if`
2016-08-24 Alejandro Piñeiroprogram_resource: subroutine active uniforms should...
next