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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/cs: Rework the way thread local ID is handled
Jason Ekstrand
2017-11-07
5
-46
/
+29
*
intel/fs: Mark 64-bit values as being contiguous
Jason Ekstrand
2017-11-07
1
-1
/
+4
*
intel/cs: Ignore runtime_check_aads_emit for CS
Jason Ekstrand
2017-11-07
1
-2
/
+1
*
intel/cs: Stop setting dispatch_grf_start_reg
Jason Ekstrand
2017-11-07
2
-3
/
+0
*
intel/cs: Drop max_dispatch_width checks from compile_cs
Jason Ekstrand
2017-11-07
1
-4
/
+8
*
intel/fs: Remove min_dispatch_width from fs_visitor
Jason Ekstrand
2017-11-07
3
-33
/
+25
*
intel/fs: use pull constant locations to check for first compile of a shader
Jason Ekstrand
2017-11-07
2
-2
/
+7
*
intel/fs: Retype dest to match value in read[First]Invocation
Jason Ekstrand
2017-11-07
1
-4
/
+2
*
intel/fs: Uniformize the index in readInvocation
Jason Ekstrand
2017-11-07
1
-1
/
+1
*
intel/fs: Protect opt_algebraic from OOB BROADCAST indices
Jason Ekstrand
2017-11-07
1
-2
/
+11
*
i965/fs/nir: Don't stomp 64-bit values to D in get_nir_src
Jason Ekstrand
2017-11-07
1
-13
/
+24
*
i965/fs/nir: Minor refactor of store_output
Jason Ekstrand
2017-11-07
1
-4
/
+3
*
i965/fs: Return a fs_reg from shuffle_64bit_data_for_32bit_write
Jason Ekstrand
2017-11-07
2
-29
/
+12
*
i965/fs/nir: Simplify 64-bit store_output
Jason Ekstrand
2017-11-07
1
-19
/
+6
*
intel/fs: Use the original destination region for int MUL lowering
Jason Ekstrand
2017-11-07
1
-7
/
+9
*
intel/fs: Fix integer multiplication lowering for src/dst hazards
Jason Ekstrand
2017-11-07
1
-2
/
+8
*
intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core
Jason Ekstrand
2017-11-07
1
-36
/
+39
*
intel/eu: Fix broadcast instruction for 64-bit values on little-core
Jason Ekstrand
2017-11-07
1
-2
/
+24
*
intel/eu/reg: Add a subscript() helper
Jason Ekstrand
2017-11-07
1
-0
/
+16
*
intel/eu: Just modify the offset in brw_broadcast
Jason Ekstrand
2017-11-07
1
-4
/
+5
*
intel/compiler: Add some restrictions to MOV_INDIRECT and BROADCAST
Jason Ekstrand
2017-11-07
3
-0
/
+20
*
intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/all
Jason Ekstrand
2017-11-07
1
-9
/
+33
*
intel/fs: Use an explicit D type for vote any/all/eq intrinsics
Jason Ekstrand
2017-11-07
1
-0
/
+6
*
intel/fs: Don't stomp f0.1 in SIMD16 ballot
Jason Ekstrand
2017-11-07
1
-2
/
+9
*
intel/fs: Use ANY/ALL32 predicates in SIMD32
Jason Ekstrand
2017-11-07
1
-12
/
+30
*
intel/fs: Be more explicit about our placement of [un]zip
Jason Ekstrand
2017-11-07
1
-3
/
+17
*
intel/fs: Pass builders instead of blocks into emit_[un]zip
Jason Ekstrand
2017-11-07
1
-26
/
+35
*
intel/fs: Use a pure vertical stride for large register strides
Jason Ekstrand
2017-11-07
1
-3
/
+13
*
anv: Suffix anv-private 'VK' tokens with 'ANV'
Chad Versace
2017-11-07
5
-31
/
+31
*
anv: Remove unused variable 'gen'
Chad Versace
2017-11-07
1
-4
/
+0
*
intel/fs: Don't allocate a param array for zero push constants
Jason Ekstrand
2017-11-02
1
-1
/
+8
*
intel/fs: Alloc pull constants off mem_ctx
Jason Ekstrand
2017-11-02
1
-1
/
+1
*
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
3
-0
/
+25
*
intel: decoder: remove unused platform field
Lionel Landwerlin
2017-11-01
1
-2
/
+0
*
intel: error-decode: implement a rolling window of programs
Lionel Landwerlin
2017-11-01
1
-14
/
+23
*
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
[next]