summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_dump.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.Kenneth Graunke1-827/+0
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-1/+0
2017-01-17i965: Move program cache printing to brw_program_cache.c.Kenneth Graunke1-57/+1
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-1/+1
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-1/+1
2016-05-23i965: Use ISL for surface format introspectionJason Ekstrand1-3/+5
2016-03-18i965: Decode non-normalized coordinates bit in SAMPLER_STATE.Kenneth Graunke1-2/+3
2015-12-23i965: Add tr_mode and mip tail information in surface state dumpAnuj Phogat1-2/+5
2015-12-07i965: Add state bits for tess stagesChris Forbes1-0/+6
2015-09-10i965: Resolve GCC sign-compare warning.Rhys Kidd1-2/+2
2015-05-18i965: Add gen8 blend stateBen Widawsky1-2/+110
2015-05-18i965: Add renderbuffer surface indexes to debugBen Widawsky1-1/+1
2015-05-18i965: Add Gen9 surface state decodingBen Widawsky1-19/+37
2015-05-18i965: Add gen8 surface state debug infoBen Widawsky1-5/+78
2015-05-18i965: Add gen7+ sampler state to batch debugBen Widawsky1-1/+70
2015-05-18i965: Add viewport extents (gen8) to batch decodeBen Widawsky1-4/+11
2015-05-18i965: Add all surface types to the batch decodeBen Widawsky1-15/+3
2015-05-02i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROGJordan Justen1-0/+3
2015-04-22i965: Make the disassembler take a device_info instead of a contextJason Ekstrand1-2/+2
2014-11-29i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke1-7/+7
2014-08-02i965: Delete redundant sampler state dumping code.Kenneth Graunke1-34/+5
2014-08-02i965: Drop the degenerate brw_sampler_default_color structure.Kenneth Graunke1-6/+5
2014-05-18i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke1-2/+2
2014-05-18i965: Fix dump_prog_cache to handle compacted instructions.Kenneth Graunke1-13/+5
2014-05-15i965/disasm: Disassemble the compaction control bit.Matt Turner1-1/+1
2014-01-19i965: Improve dumping of Gen7 SURFACE_STATEChris Forbes1-6/+12
2013-08-31i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry1-0/+3
2013-08-31i965: rename legacy gs structs and functions to ff_gs.Paul Berry1-2/+2
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