summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state_dump.c
Commit message (Expand)AuthorAgeFilesLines
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-1/+1
* i965: Use ISL for surface format introspectionJason Ekstrand2016-05-231-3/+5
* i965: Decode non-normalized coordinates bit in SAMPLER_STATE.Kenneth Graunke2016-03-181-2/+3
* i965: Add tr_mode and mip tail information in surface state dumpAnuj Phogat2015-12-231-2/+5
* i965: Add state bits for tess stagesChris Forbes2015-12-071-0/+6
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-09-101-2/+2
* i965: Add gen8 blend stateBen Widawsky2015-05-181-2/+110
* i965: Add renderbuffer surface indexes to debugBen Widawsky2015-05-181-1/+1
* i965: Add Gen9 surface state decodingBen Widawsky2015-05-181-19/+37
* i965: Add gen8 surface state debug infoBen Widawsky2015-05-181-5/+78
* i965: Add gen7+ sampler state to batch debugBen Widawsky2015-05-181-1/+70
* i965: Add viewport extents (gen8) to batch decodeBen Widawsky2015-05-181-4/+11
* i965: Add all surface types to the batch decodeBen Widawsky2015-05-181-15/+3
* i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROGJordan Justen2015-05-021-0/+3
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-2/+2
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-7/+7
* i965: Delete redundant sampler state dumping code.Kenneth Graunke2014-08-021-34/+5
* i965: Drop the degenerate brw_sampler_default_color structure.Kenneth Graunke2014-08-021-6/+5
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-2/+2
* i965: Fix dump_prog_cache to handle compacted instructions.Kenneth Graunke2014-05-181-13/+5
* i965/disasm: Disassemble the compaction control bit.Matt Turner2014-05-151-1/+1
* i965: Improve dumping of Gen7 SURFACE_STATEChris Forbes2014-01-191-6/+12
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+3
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-2/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-19/+11
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-37/+26
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+2
* i965: fix SURFACE_STATE dumpingChia-I Wu2013-04-241-4/+4
* i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.Kenneth Graunke2013-01-031-9/+13
* 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