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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: decoder: enable decoding a single field
Lionel Landwerlin
2017-11-01
2
-0
/
+52
*
intel: decoder: expose missing find_enum()
Lionel Landwerlin
2017-11-01
1
-0
/
+2
*
intel: decoder: extract field value computation
Lionel Landwerlin
2017-11-01
1
-30
/
+37
*
intel: decoder: rename field() to field_value()
Lionel Landwerlin
2017-11-01
1
-18
/
+18
*
intel: decoder: rename internal function to free name
Lionel Landwerlin
2017-11-01
1
-3
/
+3
*
intel: decoder: simplify field_is_header()
Lionel Landwerlin
2017-11-01
2
-4
/
+6
*
intel: common: make intel utils available from C++
Lionel Landwerlin
2017-11-01
2
-0
/
+17
*
intel: decoder: remove unused platform field
Lionel Landwerlin
2017-11-01
1
-2
/
+0
*
intel: decoder: extract instruction/structs length
Lionel Landwerlin
2017-11-01
2
-0
/
+8
*
intel: decoder: pack iterator variable declarations
Lionel Landwerlin
2017-11-01
1
-11
/
+8
*
intel: decoder: simplify creation of struct when 0-allocated
Lionel Landwerlin
2017-11-01
1
-4
/
+0
*
intel: decoder: add destructor for gen_spec
Lionel Landwerlin
2017-11-01
2
-102
/
+91
*
intel: decoder: expose helper to test header fields
Lionel Landwerlin
2017-11-01
2
-3
/
+4
*
intel: decoder: don't read qword outside instruction/struct limit
Lionel Landwerlin
2017-11-01
2
-3
/
+9
*
intel: decoder: split out getting the next field and decoding it
Lionel Landwerlin
2017-11-01
1
-10
/
+21
*
intel: decoder: move field name copy
Lionel Landwerlin
2017-11-01
1
-2
/
+7
*
intel: decoder: reorder iterator init function
Lionel Landwerlin
2017-11-01
1
-14
/
+14
*
intel: common: print out all dword with field spanning multiple dwords
Lionel Landwerlin
2017-11-01
1
-4
/
+6
*
intel: decoder: build sorted linked lists of fields
Lionel Landwerlin
2017-11-01
2
-25
/
+34
*
intel: common: expose gen_spec fields
Lionel Landwerlin
2017-11-01
2
-13
/
+13
*
intel/genxml: Fix decoding of groups with fields smaller than a DWord.
Kenneth Graunke
2017-10-30
2
-10
/
+16
*
intel: common: silence compiler warning
Lionel Landwerlin
2017-10-30
1
-1
/
+1
*
meson: move expat dependency where it's needed
Eric Engestrom
2017-10-18
1
-1
/
+1
*
intel: Add simple logging façade for Android (v2)
Chad Versace
2017-10-17
3
-0
/
+170
*
intel/common: Improve the comments for sample positions
Jason Ekstrand
2017-10-16
1
-0
/
+65
*
i965: Add parentheses around usage of macro arguments
Matt Turner
2017-10-04
1
-1
/
+1
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+44
*
Revert "intel: Remove unused device info for KBL GT1.5"
Anuj Phogat
2017-09-21
1
-0
/
+11
*
i965: Add an INTEL_DEBUG=reemit option.
Kenneth Graunke
2017-09-15
2
-0
/
+2
*
i965: Add an INTEL_DEBUG=submit option for printing batch statistics.
Kenneth Graunke
2017-09-13
2
-1
/
+2
*
intel: Remove unused device info for KBL GT1.5
Anuj Phogat
2017-09-06
1
-11
/
+0
*
intel/decoder: Reuse the gen_make_gen() helper.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel/decoder: Reuse the MAX2 macro instead of defining another one.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel: add number of subslices to device info
Lionel Landwerlin
2017-07-11
2
-8
/
+54
*
intel: Fix clflushing on modern (Baytrail+) Atom CPUs.
Kenneth Graunke
2017-07-10
1
-0
/
+12
*
intel: Move clflush helpers from anv to common/gen_clflush.h.
Kenneth Graunke
2017-07-10
1
-0
/
+56
*
i965/CFL: Add PCI Ids for Coffee Lake.
Anusha Srivatsa
2017-06-22
2
-0
/
+27
*
intel: compiler/i965: fix is_broxton checks
Lionel Landwerlin
2017-06-20
1
-0
/
+3
*
i965/cnl: Add l3 configuration for Cannonlake
Ben Widawsky
2017-06-20
1
-1
/
+20
*
i965: Add a variable for way size per bank in get_l3_way_size()
Anuj Phogat
2017-06-20
1
-5
/
+4
*
i965: Fix broxton 2x6 l3 config
Anuj Phogat
2017-06-20
1
-0
/
+16
*
intel: common: add number of thread per eu
Lionel Landwerlin
2017-06-19
2
-2
/
+28
*
intel: common: express timestamps units in frequency
Lionel Landwerlin
2017-06-19
2
-11
/
+13
*
intel: common: add flag to identify platforms by name
Lionel Landwerlin
2017-06-19
2
-6
/
+24
*
i965/cnl: Add a preliminary device for Cannonlake
Ben Widawsky
2017-06-09
1
-0
/
+46
*
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
2017-06-09
1
-0
/
+1
*
i965: Make feature macros gen8 based
Ben Widawsky
2017-06-09
1
-8
/
+5
*
intel: Fix broxton 2x6 way size computation
Anuj Phogat
2017-06-06
1
-0
/
+4
*
intel: gen-decoder: rework how we handle groups
Lionel Landwerlin
2017-06-06
2
-86
/
+161
*
i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.
Kenneth Graunke
2017-06-05
2
-2
/
+1
[next]