index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_state_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
i965: Use ISL for surface format introspection
Jason Ekstrand
2016-05-23
1
-3
/
+5
*
i965: Decode non-normalized coordinates bit in SAMPLER_STATE.
Kenneth Graunke
2016-03-18
1
-2
/
+3
*
i965: Add tr_mode and mip tail information in surface state dump
Anuj Phogat
2015-12-23
1
-2
/
+5
*
i965: Add state bits for tess stages
Chris Forbes
2015-12-07
1
-0
/
+6
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
1
-2
/
+2
*
i965: Add gen8 blend state
Ben Widawsky
2015-05-18
1
-2
/
+110
*
i965: Add renderbuffer surface indexes to debug
Ben Widawsky
2015-05-18
1
-1
/
+1
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
1
-19
/
+37
*
i965: Add gen8 surface state debug info
Ben Widawsky
2015-05-18
1
-5
/
+78
*
i965: Add gen7+ sampler state to batch debug
Ben Widawsky
2015-05-18
1
-1
/
+70
*
i965: Add viewport extents (gen8) to batch decode
Ben Widawsky
2015-05-18
1
-4
/
+11
*
i965: Add all surface types to the batch decode
Ben Widawsky
2015-05-18
1
-15
/
+3
*
i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
Jordan Justen
2015-05-02
1
-0
/
+3
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
1
-7
/
+7
*
i965: Delete redundant sampler state dumping code.
Kenneth Graunke
2014-08-02
1
-34
/
+5
*
i965: Drop the degenerate brw_sampler_default_color structure.
Kenneth Graunke
2014-08-02
1
-6
/
+5
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-2
/
+2
*
i965: Fix dump_prog_cache to handle compacted instructions.
Kenneth Graunke
2014-05-18
1
-13
/
+5
*
i965/disasm: Disassemble the compaction control bit.
Matt Turner
2014-05-15
1
-1
/
+1
*
i965: Improve dumping of Gen7 SURFACE_STATE
Chris Forbes
2014-01-19
1
-6
/
+12
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+3
*
i965: rename legacy gs structs and functions to ff_gs.
Paul Berry
2013-08-31
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-19
/
+11
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-37
/
+26
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: fix SURFACE_STATE dumping
Chia-I Wu
2013-04-24
1
-4
/
+4
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
1
-9
/
+13
*
i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.
Eric Anholt
2012-01-30
1
-1
/
+0
*
i965: Add dumping for gen6 WM constants too.
Eric Anholt
2011-08-05
1
-0
/
+20
*
i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.
Eric Anholt
2011-07-11
1
-3
/
+20
*
i965/gen4: Add state dumping for unit state using state_batch_list[].
Eric Anholt
2011-07-11
1
-57
/
+112
*
i965/gen6: Add state dumping for the VS constants.
Eric Anholt
2011-07-11
1
-0
/
+20
*
i965/gen6: Add state dumping for the scissor packet.
Eric Anholt
2011-07-11
1
-0
/
+16
*
i965: When dumping programs, dump the whole cache. But don't by default.
Eric Anholt
2011-07-11
1
-23
/
+47
*
i965: Dump the binding table using state_batch_list[].
Eric Anholt
2011-07-11
1
-5
/
+19
*
i965: Dump the surface, sampler, and sdc state using state_batch_list[].
Eric Anholt
2011-07-11
1
-164
/
+105
*
i965: Dump brw_state_batch data in an easier format for cross-referencing.
Eric Anholt
2011-07-11
1
-89
/
+79
*
i965: Map the batch once for dumping all our state batch structs.
Eric Anholt
2011-07-11
1
-25
/
+2
*
i965: Move the new gen6 state structs to using state_batch_list[].
Eric Anholt
2011-07-11
1
-22
/
+24
*
i965: Move the SF VP state dump to using the state_batch_list[]
Eric Anholt
2011-07-11
1
-11
/
+19
*
i965: Move CLIP VP state dump to using the state_batch_list[].
Eric Anholt
2011-07-11
1
-5
/
+21
*
i965: Use state streaming on programs, and state base address on gen5+.
Eric Anholt
2011-06-18
1
-13
/
+13
*
i965: Update SURFACE_STATE dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-3
/
+43
*
i965: Update SAMPLER_STATE dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-1
/
+53
*
i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
Kenneth Graunke
2011-06-06
1
-2
/
+38
*
i965: Switch brw_state_dump to using bitshifting for surface state.
Eric Anholt
2011-05-31
1
-9
/
+13
*
i965/gen4: Move the GS state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+2
[next]