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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Mark functions static
Matt Turner
2017-08-21
3
-20
/
+21
*
i965/vec4: Use 'class' src_reg, rather than 'struct' src_reg
Matt Turner
2017-08-21
1
-1
/
+1
*
i965/vec4: Return float from spill_cost_for_type()
Matt Turner
2017-08-21
1
-1
/
+1
*
anv: Move clamp_int64() inside the IVB check
Matt Turner
2017-08-21
1
-1
/
+1
*
i965: Optimize reading the destination type
Matt Turner
2017-08-21
1
-1
/
+3
*
i965: Mark brw_hw_type_to_reg_type() as a pure function
Matt Turner
2017-08-21
1
-1
/
+7
*
i965: Hide the register type hardware encodings
Matt Turner
2017-08-21
2
-31
/
+31
*
i965: Stop using hardware register types directly
Matt Turner
2017-08-21
4
-158
/
+113
*
i965: Add brw_hw_reg_type_to_letters() and use it in brw_disasm.c
Matt Turner
2017-08-21
3
-39
/
+45
*
i965: Move brw_reg_type_letters() as well
Matt Turner
2017-08-21
6
-33
/
+37
*
i965: Switch to using the logical register types
Matt Turner
2017-08-21
2
-21
/
+19
*
i965: Add functions to abstract access to register types
Matt Turner
2017-08-21
2
-51
/
+79
*
i965: Rename brw_inst's functions that access the register type
Matt Turner
2017-08-21
7
-99
/
+99
*
i965: Index brw_hw_reg_type_to_size()'s table by logical type
Matt Turner
2017-08-21
1
-39
/
+19
*
i965: Add a brw_hw_type_to_reg_type() function
Matt Turner
2017-08-21
2
-0
/
+29
*
i965: Use a common table to translate logical to hardware types
Matt Turner
2017-08-21
1
-36
/
+29
*
i965: Extract functions dealing with register types to separate file
Matt Turner
2017-08-21
5
-140
/
+209
*
i965: Reverse file/type arguments to register type functions
Matt Turner
2017-08-21
4
-13
/
+15
*
i965: Add support for disassembling 64-bit integer immediates
Matt Turner
2017-08-21
2
-0
/
+13
*
i965: Use separate enums for register vs immediate types
Matt Turner
2017-08-21
6
-129
/
+144
*
i965: Reorder brw_reg_type enum values
Matt Turner
2017-08-21
5
-26
/
+21
*
i965: Validate destination restrictions with vector immediates
Matt Turner
2017-08-21
3
-12
/
+141
*
i965: Don't let raw-move check be tricked by immediate vector types
Matt Turner
2017-08-21
1
-3
/
+10
*
i965: Only change type of 0.0f to VF if destination stride == 1
Matt Turner
2017-08-21
1
-1
/
+2
*
i965: Remove CONT/BREAK from instruction compaction test
Matt Turner
2017-08-21
1
-4
/
+0
*
i965: Test instruction compaction on all supported Gens
Matt Turner
2017-08-21
1
-8
/
+42
*
i965: Silence signed/unsigned comparison warning
Matt Turner
2017-08-21
1
-1
/
+1
*
i965: Move compaction "prepass" into brw_eu_compact.c
Matt Turner
2017-08-21
2
-72
/
+82
*
i965: Mark src inst pointer const in compaction code
Matt Turner
2017-08-21
2
-12
/
+13
*
intel/blorp: Adjust intra-tile x when faking rgb with red-only
Topi Pohjolainen
2017-08-21
1
-0
/
+1
*
anv: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-16
/
+4
*
isl: Add a null surface fill function.
Kenneth Graunke
2017-08-19
4
-0
/
+40
*
anv: Move a comment that got left behind in the u_vector refactor.
Eric Anholt
2017-08-18
1
-8
/
+0
*
intel/isl: Replace switch statements of doom with a macro
Jason Ekstrand
2017-08-17
1
-96
/
+39
*
intel/isl: Reduce header file duplication
Jason Ekstrand
2017-08-17
4
-101
/
+78
*
anv/gem: Add a stub for sync_file_merge
Jason Ekstrand
2017-08-16
1
-0
/
+6
*
anv: Advertise VK_KHR_external_semaphore
Jason Ekstrand
2017-08-15
1
-3
/
+3
*
anv: Use DRM sync objects for external semaphores when available
Jason Ekstrand
2017-08-15
4
-23
/
+128
*
anv/gem: Add a drm syncobj support
Jason Ekstrand
2017-08-15
3
-0
/
+80
*
anv: Implement support for exporting semaphores as FENCE_FD
Jason Ekstrand
2017-08-15
5
-9
/
+172
*
anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is set
Jason Ekstrand
2017-08-15
1
-1
/
+4
*
anv: Submit a dummy batch when only semaphores are provided.
Jason Ekstrand
2017-08-15
4
-3
/
+73
*
anv: Add a basic implementation of VK_KHX_external_semaphore
Jason Ekstrand
2017-08-15
4
-9
/
+187
*
intel/genxml: Fix gen10 BLEND_STATE variable length packing
Scott D Phillips
2017-08-15
1
-2
/
+2
*
i965: Pretend that CCS modified images are two planes
Ben Widawsky
2017-08-14
1
-0
/
+6
*
intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2017-08-14
2
-0
/
+8
*
intel/compiler: properly size attribute wa_flags array for Vulkan
Iago Toral Quiroga
2017-08-11
1
-1
/
+17
*
isl: Validate row pitch of stencil surfaces.
Kenneth Graunke
2017-08-10
1
-2
/
+7
*
intel/isl: Don't align the height of the last array slice
Jason Ekstrand
2017-08-07
1
-1
/
+2
*
intel/isl: Stop padding surfaces
Jason Ekstrand
2017-08-07
1
-117
/
+2
[next]