nir: Walk blocks in source code order in lower_vars_to_ssa.
[mesa.git] / src /
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 Kenneth Graunkemeta: Always do GenerateMipmaps in linear colorspace.
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 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 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...
2016-08-24 Stencel, Joannaegl/wayland-egl: Fix for segfault in dri2_wl_destroy_su...
2016-08-24 Kai Wasserbächst/va: Remove unused variable coded_size from vlVaEndPi...
2016-08-24 Kai Wasserbächst/va: Remove else case in vlVaEndPicture() made superf...
2016-08-24 Eric Engestromst/va: add missing mutex_unlock
2016-08-24 Kenneth Graunkeaubinator: Style fixes.
2016-08-24 Sirisha Gandikotaaubinator: Fix the tool to correctly decode the DWords
2016-08-24 Kristian Høgsberg... aubinator: Add a new tool called Aubinator to the src...
2016-08-24 Kenneth Graunkeglsl: Mark tessellation qualifier maps static const.
2016-08-23 Jason Ekstrandisl/formats: Integer formats are not filterable
2016-08-23 Ilia Mirkinst/dri: respect driver's request to avoid mixed color...
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-23 Ilia Mirkindri: add a way to request that modes have matching...
2016-08-23 Ilia Mirkinnv50/ir: make sure cfg iterator always hits all blocks
2016-08-23 Jason Ekstrandanv/clear: Clear E5B9G9R9 images as R32_UINT
2016-08-23 Jason Ekstrandanv/clear: Make cmd_clear_image take an actual VkClearValue
2016-08-23 Jason Ekstrandanv/blit2d: Add support for RGB destinations
2016-08-23 Jason Ekstrandanv/blit2d: Add a format parameter to bind_dst and...
2016-08-23 Jason Ekstrandanv/image: Don't create invalid render target surfaces
2016-08-23 Jason Ekstrandisl/formats: Update the table with more samplable formats
2016-08-23 Jason Ekstrandisl/formats: Report ETC as being samplable on Bay Trail
2016-08-23 Jason Ekstrandi965/surface_formats: Don't advertise 8 or 16-bit RGB...
2016-08-23 Jason Ekstrandanv/formats: Don't use an RGBX format if it isn't rende...
2016-08-23 Nicolas Boichategl/dri2: dri2_initialize: Do not reference-count TestO...
2016-08-23 Jan Ziakvbo: fix format string compiler warning for 32-bit...
2016-08-23 Dongwon Kimegl/dri2: remove error checks on return values from...
2016-08-23 Dave Airliei965: report bound buffer size not underlying buffer...
2016-08-23 Jason Ekstrandanv: Throw INCOMPATIBLE_DRIVER for non-fatal initializa...
2016-08-23 Dave Airliest/glsl_to_tgsi: fix st_src_reg_for_double constant.
2016-08-23 Dave Airliemesa/subroutines: drop the old subroutine index uploads.
2016-08-23 Dave Airliest/mesa: use the new subroutine index upload API.
2016-08-23 Dave Airliei965: use new subroutine index uploader.
2016-08-23 Dave Airliemesa: add api to write subroutine indicies to the progr...
2016-08-23 Dave Airliemesa/subroutines: start adding per-context subroutine...
2016-08-22 Matt Turnervbo: Make #if 0'd debugging code compile.
2016-08-22 Timothy Arcerinir: avoid segfault when ssa src not found
2016-08-22 Eric Anholtvc4: Tell state_tracker that we would prefer NIR.
2016-08-22 Eric Anholtst/nir: Trim out unused VS input variables.
2016-08-22 Eric Anholtnir: Fix crash in nir_lower_drawpixels.
2016-08-22 Eric Anholtnir: Fix a comment typo in nir_lower_drawpixels.
2016-08-22 Eric Anholtvc4: Use proper type sizes for uniforms.
2016-08-22 Eric Anholtvc4: Add VARYING_SLOT_PNTC support.
2016-08-22 Eric Anholtvc4: Fix vc4_nir_lower_io for non-vec4 I/O.
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-22 Lionel Landwerlinanv: GetDeviceImageFormatProperties: fix TRANSFER formats
2016-08-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2016-08-22 Marek Olšákgallium/hud: generalize code for drawing numbers next...
2016-08-22 Marek Olšákgallium/hud: draw numbers with 3 decimal places if...
2016-08-22 Marek Olšákgallium/hud: use sRGB for nicer AA lines
2016-08-22 Marek Olšákgallium/hud: use AA lines for graphs
2016-08-22 Marek Olšákgallium/hud: don't enable blending for all objects
2016-08-22 Tapani Pälliutil: add assert that key cannot be NULL on insertion
2016-08-22 Tapani Pälliglsl: fix key used for hashing switch statement cases
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{8,9} static
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{7,75} stati...
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen6 static...
next