aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_dump.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.Eric Anholt2012-01-301-1/+0
* i965: Add dumping for gen6 WM constants too.Eric Anholt2011-08-051-0/+20
* i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt2011-07-111-3/+20
* i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt2011-07-111-57/+112
* i965/gen6: Add state dumping for the VS constants.Eric Anholt2011-07-111-0/+20
* i965/gen6: Add state dumping for the scissor packet.Eric Anholt2011-07-111-0/+16
* i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt2011-07-111-23/+47
* i965: Dump the binding table using state_batch_list[].Eric Anholt2011-07-111-5/+19
* i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt2011-07-111-164/+105
* i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt2011-07-111-89/+79
* i965: Map the batch once for dumping all our state batch structs.Eric Anholt2011-07-111-25/+2
* i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt2011-07-111-22/+24
* i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt2011-07-111-11/+19
* i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt2011-07-111-5/+21
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-13/+13
* i965: Update SURFACE_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-3/+43
* i965: Update SAMPLER_STATE dumping for Ivybridge.Kenneth Graunke2011-06-061-1/+53
* i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.Kenneth Graunke2011-06-061-2/+38
* i965: Switch brw_state_dump to using bitshifting for surface state.Eric Anholt2011-05-311-9/+13
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-291-1/+2
* i965: Fix up state dumping for SF state.Eric Anholt2011-04-291-2/+3
* i965/gen4: Move VS state to state streaming.Eric Anholt2011-04-291-1/+2
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-15/+12
* i965/gen4: Move WM state to state streaming.Eric Anholt2011-04-291-1/+2
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-291-7/+5
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-291-7/+5
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-291-2/+2
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-7/+5
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-7/+5
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-291-7/+5
* i965: Fix batch decode for the gen5+ sampler default color.Eric Anholt2011-04-231-6/+24
* i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-111-2/+2
* intel: use pwrite for batchChris Wilson2011-02-211-3/+3
* i965: drop state_bo references to batch_boChris Wilson2011-02-211-20/+29
* i965: Add dumping of the sampler default color.Eric Anholt2010-11-181-0/+11
* i965: Add state dumping for sampler state.Eric Anholt2010-11-181-2/+39
* i965: new state dump for sandybridgeZhenyu Wang2010-09-281-5/+135
* i965: Fix surface state dumping with INTEL_DEBUG=batch.Eric Anholt2010-06-141-2/+2
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-11/+11
* i965: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* i965: Add decode for the G4X x,y offset in surface state.Eric Anholt2009-06-171-0/+2
* i965: Clean up output of WM SS state dump, and add format output.Eric Anholt2009-04-151-3/+17
* i965: Stop dumping programs after the first all-zeroes entry.Eric Anholt2009-03-051-0/+8
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* [965] Fix serious copy'n'paste failure in brw state dumping.Eric Anholt2008-02-281-3/+3
* [965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL.Eric Anholt2008-02-261-0/+4
* [965] fix bad conflict resolution in debug code.Eric Anholt2007-12-171-1/+1
* [965] Output the buffer type in INTEL_DEBUG=bat surface state decode.Eric Anholt2007-12-171-1/+16
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-36/+86
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-0/+131