i965/fs: set rounding mode when emitting the flrp instruction
[mesa.git] / src / intel / tools /
2019-09-20 Jason Ekstrandutil/rb_tree: Reverse the order of comparison functions
2019-08-23 Caio Marcelo de... intel/decoders: Avoid uninitialized variable warnings
2019-08-13 Caio Marcelo de... intel/tools: Fix aub_file initialization in intel_dump_gpu
2019-08-07 Greg Vutil: add anon_file.h for all memfd/temp file usage
2019-08-05 Danylo Piliaievintel/tools: add binary output type to i965_asm
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Kenneth Graunkeintel/tools: Fix aubinator_viewer build.
2019-08-01 Mark Janesintel/device: rename gen_get_device_info
2019-08-01 Mark Janesintel/tools: use device info initializer
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-01 Sagar Ghugeintel/tools: Add assembler unit tests for ROL/ROR instr...
2019-07-01 Sagar Ghugeintel/tools: Add ROL/ROR support in assembler
2019-06-12 Lionel Landwerlinintel/dump: fix segfault when the app hasn't accessed...
2019-06-09 Lionel Landwerlinintel/gpu_dump: fix argument passing
2019-06-05 Mark Janesintel/tools: use C99 print conversion specifier for...
2019-05-13 Vinson Leeintel/tools: Fix build with glibc < 2.27.
2019-05-09 Eric Engestromi965_asm: avoid free()ing uninitialized pointers
2019-05-09 Eric Engestromi965_asm: fix memleak
2019-05-07 Sagar Ghugeintel/tools: Add unit tests for assembler
2019-05-07 Mika Kuoppalaintel/tools: Initialize offset correctly for i965_asm
2019-05-07 Mika Kuoppalaintel/tools: Add meson pthread dependancy for i965_asm
2019-05-07 Sagar Ghugeintel/tools: New i965 instruction assembler tool
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-10 Mark Janesintel/tools: Remove redundant definitions of INTEL_DEBUG
2019-03-08 Lionel Landwerlinintel/error2aub: support older style engine names
2019-03-08 Lionel Landwerlinintel/error2aub: deal with GuC log buffer
2019-03-08 Lionel Landwerlinintel/error2aub: add a verbose option
2019-03-08 Lionel Landwerlinintel/error2aub: write GGTT buffers into the aub file
2019-03-08 Lionel Landwerlinintel/error2aub: store engine last ring buffer head...
2019-03-08 Lionel Landwerlinintel/error2aub: annotate buffer with their address...
2019-03-08 Lionel Landwerlinintel/error2aub: parse other buffer types
2019-03-08 Lionel Landwerlinintel/error2aub: strenghten batchbuffer identifier...
2019-03-08 Lionel Landwerlinintel/error2aub: identify buffers by engine
2019-03-08 Lionel Landwerlinintel/error2aub: build a list of BOs before writing...
2019-03-07 Lionel Landwerlinintel/aub_write: factorize context image/pphwsp/ring...
2019-03-07 Lionel Landwerlinintel/aub_write: turn context images arrays into functions
2019-03-07 Lionel Landwerlinintel/aub_write: store the physical page allocator...
2019-03-07 Lionel Landwerlinintel/aub_write: log mmio writes
2019-03-07 Lionel Landwerlinintel/aub_write: switch to use i915_drm engine classes
2019-03-07 Lionel Landwerlinintel/aub_write: break execlist write in 2
2019-03-07 Lionel Landwerlinintel/aub_write: write header in init
2019-03-07 Lionel Landwerlinintel/aub_write: split comment section from HW setup
2019-03-07 Lionel Landwerlinintel/aub_read: reuse defines from gen_context
2019-03-07 Lionel Landwerlinintel/decoders: limit number of decoded batchbuffers
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-02-25 Lionel Landwerlinintel/aub_viewer: silence more compiler warnings
2019-02-25 Lionel Landwerlinintel/aub_viewer: silence compiler warning
2019-02-25 Lionel Landwerlinintel/aub_viewer: printout 48bits addresses
2019-02-21 Lionel Landwerlinimgui: make sure our copy of imgui doesn't clash with...
2019-02-21 Lionel Landwerlinbuild: move imgui out of src/intel/tools to be reused
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-11 Francisco Jerezintel/dump_gpu: Disambiguate between BOs from different...
2019-01-31 Dylan Bakermeson: remove -std=c++11 from intel/tools
2019-01-31 Dylan Bakermeson: fix style in intel/tools
2019-01-31 Dylan Bakermeson: remove build_by_default : true
2019-01-14 Caio Marcelo de... src/intel: use new hash table and set creation helpers
2018-12-28 Lionel Landwerlinintel/aub_viewer: highlight true booleans
2018-12-28 Lionel Landwerlinintel/aub_viewer: fold binding/sampler table items
2018-12-28 Lionel Landwerlinintel/aub_viewer: fix shader view
2018-12-28 Lionel Landwerlinintel/aub_viewer: print address of missing shader
2018-12-28 Lionel Landwerlinintel/aub_viewer: fixup 0x address prefix
2018-12-28 Lionel Landwerlinintel/aub_viewer: fix shader get_bo
2018-12-04 Andrii Simiklitintel/tools: make sure the binary file is properly...
2018-12-04 Toni Lönnbergintel/aubinator_error_decode: Get rid of warning for...
2018-11-16 Lionel Landwerlinintel/aub_viewer: Print blend states properly
2018-11-16 Lionel Landwerlinintel/aub_viewer: fix dynamic state printing
2018-11-16 Lionel Landwerlinintel/aubinator: fix ring buffer pointer
2018-11-16 Lionel Landwerlinintel/decoders: read ring buffer length
2018-11-14 Andrii Simiklitintel/tools: avoid 'unused variable' warnings
2018-11-13 Toni Lönnbergintel/decoder: tools: Use engine for decoding batch...
2018-11-13 Toni Lönnbergintel/decoder: tools: gen_engine to drm_i915_gem_engine...
2018-11-09 Lionel Landwerlinintel/aub_read: remove useless breaks
2018-11-07 Lionel Landwerlinintel/dump_gpu: add platform option
2018-11-07 Lionel Landwerlinintel/dump_gpu: move output option together
2018-11-05 Lionel Landwerlinintel/decoders: fix instruction base address parsing
2018-11-05 Lionel Landwerlinintel/sanitize_gpu: add debug message on mmap fail
2018-11-05 Lionel Landwerlinintel/sanitize_gpu: deal with non page multiple buffer...
2018-11-05 Lionel Landwerlinintel/sanitize_gpu: add help/gdb options to wrapper
2018-11-05 Lionel Landwerlinintel/dump_gpu: add missing gdb option
2018-11-01 Andrii Simiklitintel/tools: fix resource leak
2018-11-01 Jonathan Grayintel/tools: include stdarg.h in error2aub
2018-10-31 Eric Engestromtools/imgui: disable all warnings
2018-10-30 Eric Engestromaub_viewer: show vertex buffer pitch
2018-10-30 Toni Lönnbergintel: tools: Add handling for video pipe
2018-10-30 Eric Engestromintel/batch-decoder: remove never-used function
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Lionel Landwerlinintel/decoders: fix end of batch limit
2018-10-22 Kenneth Graunkeintel: Fix decoding for partial STATE_BASE_ADDRESS...
2018-10-11 Rodrigo Viviintel: Introducing Whiskey Lake platform
2018-10-04 Sagar Ghugeintel: aubinator: Fix memory leaks
2018-09-12 Tapani Pälliintel/tools: fix initial position of window in aubinato...
2018-09-07 Sergii Romantsovi965/tools: 32bit compilation with meson
2018-09-06 Lionel LandwerlinRevert "i965/tools: 32bit compilation with meson"
2018-09-06 Sergii Romantsovi965/tools: 32bit compilation with meson
2018-08-31 Rodrigo Viviintel: Introducing Amber Lake platform
2018-08-31 Rodrigo Viviintel: aubinator: Adding missed platforms to the error...
2018-08-30 Kenneth GraunkeRevert "intel/tools/aubwrite: Always use physical addre...
2018-08-29 Sagar Ghugeintel/tools: new i965_disasm tool
2018-08-25 Kai Wasserbächintel: tools: Fix aubinator_error's fprintf call (forma...
next