summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_dump.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-19/+11
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-37/+26
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+2
2013-04-24i965: fix SURFACE_STATE dumpingChia-I Wu1-4/+4
2013-01-03i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke1-9/+13
2012-01-30i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.Eric Anholt1-1/+0
2011-08-05i965: Add dumping for gen6 WM constants too.Eric Anholt1-0/+20
2011-07-11i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt1-3/+20
2011-07-11i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt1-57/+112
2011-07-11i965/gen6: Add state dumping for the VS constants.Eric Anholt1-0/+20
2011-07-11i965/gen6: Add state dumping for the scissor packet.Eric Anholt1-0/+16
2011-07-11i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt1-23/+47
2011-07-11i965: Dump the binding table using state_batch_list[].Eric Anholt1-5/+19
2011-07-11i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt1-164/+105
2011-07-11i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt1-89/+79
2011-07-11i965: Map the batch once for dumping all our state batch structs.Eric Anholt1-25/+2
2011-07-11i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt1-22/+24
2011-07-11i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt1-11/+19
2011-07-11i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt1-5/+21
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-13/+13
2011-06-06i965: Update SURFACE_STATE dumping for Ivybridge.Kenneth Graunke1-3/+43
2011-06-06i965: Update SAMPLER_STATE dumping for Ivybridge.Kenneth Graunke1-1/+53
2011-06-06i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.Kenneth Graunke1-2/+38
2011-05-31i965: Switch brw_state_dump to using bitshifting for surface state.Eric Anholt1-9/+13
2011-04-29i965/gen4: Move the GS state to state streaming.Eric Anholt1-1/+2
2011-04-29i965: Fix up state dumping for SF state.Eric Anholt1-2/+3
2011-04-29i965/gen4: Move VS state to state streaming.Eric Anholt1-1/+2
2011-04-29i965: Move sampler state to state streaming.Eric Anholt1-15/+12
2011-04-29i965/gen4: Move WM state to state streaming.Eric Anholt1-1/+2
2011-04-29i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt1-7/+5
2011-04-29i965/gen6: Move the blend state to state streaming.Eric Anholt1-7/+5
2011-04-29i965/gen6: Move the color calc state to state streaming.Eric Anholt1-2/+2
2011-04-29i965: Move the CC VP to state streaming.Eric Anholt1-7/+5
2011-04-29i965/gen6: Move the SF VP to state streaming.Eric Anholt1-7/+5
2011-04-29i965/gen6: Move the clip VP to state streaming.Eric Anholt1-7/+5
2011-04-23i965: Fix batch decode for the gen5+ sampler default color.Eric Anholt1-6/+24
2011-04-11i965: Move the SF VP from state caching to state streaming.Eric Anholt1-2/+2
2011-02-21intel: use pwrite for batchChris Wilson1-3/+3
2011-02-21i965: drop state_bo references to batch_boChris Wilson1-20/+29
2010-11-18i965: Add dumping of the sampler default color.Eric Anholt1-0/+11
2010-11-18i965: Add state dumping for sampler state.Eric Anholt1-2/+39
2010-09-28i965: new state dump for sandybridgeZhenyu Wang1-5/+135
2010-06-14i965: Fix surface state dumping with INTEL_DEBUG=batch.Eric Anholt1-2/+2
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-11/+11
2010-01-30i965: Remove unnecessary headers.Vinson Lee1-1/+0
2009-06-17i965: Add decode for the G4X x,y offset in surface state.Eric Anholt1-0/+2
2009-04-15i965: Clean up output of WM SS state dump, and add format output.Eric Anholt1-3/+17
2009-03-05i965: Stop dumping programs after the first all-zeroes entry.Eric Anholt1-0/+8
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-02-28[965] Fix serious copy'n'paste failure in brw state dumping.Eric Anholt1-3/+3