index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
aubinator/genxml: use gzipped files to store embedded genxml
Lionel Landwerlin
2017-03-13
1
-7
/
+61
*
intel/tools: Use a makefile included from intel/Makefile.am
Jason Ekstrand
2017-03-13
1
-63
/
+0
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
2
-5
/
+3
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
2016-12-11
1
-1
/
+1
*
aubinator: Add support for enum types
Kristian H. Kristensen
2016-11-29
2
-40
/
+93
*
intel/aubinator: Pull useful information from the AUB header
Jason Ekstrand
2016-11-28
1
-2
/
+32
*
intel/aubinator: Wait to setup decoders until we parse the aub header
Jason Ekstrand
2016-11-28
1
-23
/
+28
*
intel/aubinator: Rework handling of the --gen flag
Jason Ekstrand
2016-11-28
1
-20
/
+16
*
intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADER
Jason Ekstrand
2016-11-28
1
-14
/
+4
*
intel/aubinator: Add a get_offset helper
Jason Ekstrand
2016-11-28
1
-10
/
+19
*
intel/aubinator: Fix the kernel start pointer for 3DSTATE_HS
Jason Ekstrand
2016-11-28
1
-2
/
+2
*
intel/aubinator: Add a get_address helper
Jason Ekstrand
2016-11-28
1
-16
/
+31
*
intel/aubinator: Properly handle batch buffer chaining
Jason Ekstrand
2016-11-28
1
-1
/
+19
*
intel: aubinator: Fix resource leak in gen_spec_load_from_path
Gwan-gyeong Mun
2016-11-21
1
-0
/
+1
*
intel: aubinator: print field values if available
Lionel Landwerlin
2016-11-01
3
-5
/
+34
*
intel: aubinator: load fields values from xml data
Lionel Landwerlin
2016-11-01
2
-0
/
+40
*
intel: aubinator: print boolean fields to true with colors
Lionel Landwerlin
2016-11-01
3
-6
/
+17
*
intel: aubinator: fix printing missing gen option
Lionel Landwerlin
2016-10-31
1
-2
/
+2
*
intel: aubinator: fix assumptions on amount of required data
Lionel Landwerlin
2016-10-31
1
-1
/
+5
*
intel: aubinator: don't print out blocks twice
Lionel Landwerlin
2016-10-31
1
-1
/
+0
*
intel: aubinator: use different colors to signal batch start/end
Lionel Landwerlin
2016-10-17
1
-5
/
+10
*
aubinator: replace pragma once with ifndef guard
Emil Velikov
2016-10-14
1
-1
/
+4
*
intel: aubinator: enable loading dumps from standard input
Lionel Landwerlin
2016-10-08
1
-36
/
+129
*
intel: aubinator: enable loading xml files from a given directory
Lionel Landwerlin
2016-10-08
3
-3
/
+81
*
intel: aubinator: generate a standalone binary
Lionel Landwerlin
2016-10-08
3
-51
/
+84
*
intel: aubinator: use getopt to parse arguments
Lionel Landwerlin
2016-10-07
1
-57
/
+33
*
intel: aubinator: add missing return characters
Lionel Landwerlin
2016-10-06
1
-5
/
+5
*
intel: aubinator: pack supported generations into an array
Lionel Landwerlin
2016-10-05
1
-53
/
+35
*
aubinator: use the correct format specifier for printing ptrdiff_t.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
aubinator: Use less -RS instead of -r for the implicit pager.
Kenneth Graunke
2016-10-04
1
-4
/
+3
*
intel: use the correct format specifier for printing uint64_t
Timothy Arceri
2016-10-04
2
-11
/
+13
*
aubinator: Fix the decoding of values that span two Dwords
Sirisha Gandikota
2016-09-26
1
-13
/
+37
*
aubinator: fix resource leak
Nayan Deshmukh
2016-09-25
1
-1
/
+3
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+3
*
aubinator: add a custom handler for immediate register load
Lionel Landwerlin
2016-09-20
3
-3
/
+47
*
aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()
Sirisha Gandikota
2016-09-13
3
-10
/
+12
*
aubinator: Make gen_disasm_disassemble handle split sends
Sirisha Gandikota
2016-09-13
1
-7
/
+12
*
aubinator: Simplify print_dword_val() method
Sirisha Gandikota
2016-09-13
1
-8
/
+4
*
aubinator: Simplify gen_disasm_create()'s devinfo handling
Sirisha Gandikota
2016-09-12
1
-7
/
+1
*
aubinator: Fix compiler warning
Sirisha Gandikota
2016-09-12
1
-1
/
+1
*
aubinator: rework print_help()
Emil Velikov
2016-09-12
1
-12
/
+5
*
aubinator: only use program_invocation_short_name with glibc/cygwin
Jonathan Gray
2016-09-08
1
-1
/
+7
*
aubinator: include libgen.h for basename(3)
Jonathan Gray
2016-09-08
1
-0
/
+1
*
aubinator: stop using non portable error() function
Jonathan Gray
2016-09-08
1
-16
/
+30
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-3
/
+3
*
intel: Add a new "common" library for more code sharing
Jason Ekstrand
2016-09-03
1
-0
/
+1
*
mesa: Add some more .gitignore
Jason Ekstrand
2016-08-31
1
-0
/
+1
*
aubinator: fix if indentation and add brackets to multiline body
Timothy Arceri
2016-08-31
1
-3
/
+4
[next]