summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_debug.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add norbc debug optionTopi Pohjolainen2016-06-011-0/+1
* i965: Add do32 debug option.Francisco Jerez2016-05-271-0/+1
* i965: Add debug flag to print out the new L3 state during transitions.Francisco Jerez2015-12-091-0/+1
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-1/+0
* util: move brw_env_var_as_boolean() to utilRob Clark2015-11-241-25/+0
* i965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tessellation shaders.Kenneth Graunke2015-11-171-2/+6
* i965: Add INTEL_DEBUG=nocompact to disable instruction compaction.Matt Turner2015-10-291-0/+1
* i965: Add INTEL_DEBUG=hex to print the hex with the disassembly.Matt Turner2015-10-291-0/+1
* i965: Configure bufmgr debug options from intel_screen.cKristian Høgsberg Kristensen2015-10-081-13/+1
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-081-2/+3
* i965: Add a debug option for spilling everything in vec4 codeIago Toral Quiroga2015-09-041-1/+2
* i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.Kenneth Graunke2015-08-271-1/+1
* mesa: add tessellation shader enumsFabian Bieler2015-07-231-1/+3
* i965: Move INTEL_DEBUG variable parsing to screen creation timeJason Ekstrand2015-06-231-7/+4
* i965: Add an INTEL_DEBUG=cs option.Paul Berry2015-05-021-2/+3
* i965: Add an INTEL_DEBUG=spill option to test spillingJason Ekstrand2015-04-231-0/+1
* i965: Move env_var_as_boolean to intel_debug.c.Kenneth Graunke2015-03-271-0/+25
* i965: Add a function to translate MESA_SHADER_* into DEBUG_* enums.Kenneth Graunke2015-02-191-0/+13
* i965: Generate vs code using scalar backend for BDW+Kristian Høgsberg2014-12-101-0/+1
* i965: Replace 'noann' debug flag with 'ann'.Matt Turner2014-12-101-1/+1
* i965: Initialize INTEL_DEBUG once per process.Matt Turner2014-12-011-1/+4
* i965: Restructure debug flagsKristian Høgsberg2014-09-241-30/+30
* i965: Add an option to not generate the SIMD8 fragment shaderKristian Høgsberg2014-08-151-0/+1
* i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner2014-06-011-0/+1
* i965: Add envvar to debug the optimization passes.Matt Turner2014-06-011-0/+1
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+0
* i965: Expand INTEL_DEBUG to uint64_t.Matt Turner2014-04-151-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* Revert "drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)"Matt Turner2013-11-271-0/+2
* drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)Chris Forbes2013-11-251-2/+0
* i965: remove unused DEBUG_IOCTLChris Forbes2013-11-251-1/+0
* i965: Add INTEL_DEBUG=perfmon support.Kenneth Graunke2013-11-211-0/+1
* i965/gs: If a DUAL_OBJECT gs would spill, fall back to DUAL_INSTANCED.Paul Berry2013-10-241-0/+1
* i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.Kenneth Graunke2013-10-131-0/+88