Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / intel_debug.h
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Francisco Jerezi965: Add debug flag to print out the new L3 state...
2015-11-24 Rob Clarkutil: move brw_env_var_as_boolean() to util
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tesse...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=nocompact to disable instruction...
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=hex to print the hex with the...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... i965: Configure bufmgr debug options from intel_screen.c
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-04 Iago Toral Quirogai965: Add a debug option for spilling everything in...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-05-02 Paul Berryi965: Add an INTEL_DEBUG=cs option.
2015-04-24 Jason Ekstrandi965: Add an INTEL_DEBUG=spill option to test spilling
2015-04-24 Jason Ekstrandi965/debug: Use the ull specifier for DEBUG enum defines
2015-03-28 Kenneth Graunkei965: Move env_var_as_boolean to intel_debug.c.
2015-02-19 Kenneth Graunkei965: Add a function to translate MESA_SHADER_* into...
2014-12-10 Kristian Høgsbergi965: Generate vs code using scalar backend for BDW+
2014-12-10 Matt Turneri965: Replace 'noann' debug flag with 'ann'.
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-09-24 Kristian Høgsbergi965: Restructure debug flags
2014-08-15 Kristian Høgsbergi965: Add an option to not generate the SIMD8 fragment...
2014-06-01 Matt Turneri965: Skip IR annotations with INTEL_DEBUG=noann.
2014-06-01 Matt Turneri965: Add envvar to debug the optimization passes.
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-04-15 Matt Turneri965: Expand INTEL_DEBUG to uint64_t.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-25 Chris Forbesi965: remove unused DEBUG_IOCTL
2013-11-21 Kenneth Graunkei965: Add INTEL_DEBUG=perfmon support.
2013-10-25 Paul Berryi965/gs: If a DUAL_OBJECT gs would spill, fall back...
2013-10-13 Kenneth Graunkei965: Pull out INTEL_DEBUG handling into new intel_debu...