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/compiler: Properly consider UBO loads that cross 32B boundaries.
Kenneth Graunke
2018-06-14
1
-2
/
+14
*
anv: reduce maxFragmentInputComponents
Samuel Iglesias Gonsálvez
2018-06-14
1
-1
/
+1
*
Revert "intel/compiler: Properly consider UBO loads that cross 32B boundaries."
Jason Ekstrand
2018-06-13
1
-7
/
+1
*
intel/compiler: Properly consider UBO loads that cross 32B boundaries.
Kenneth Graunke
2018-06-13
1
-1
/
+7
*
anv/android: Use an address for each anv_image plane
Mauro Rossi
2018-06-12
1
-2
/
+2
*
anv/android: Set the BO flags in bo_cache_import (v2)
Mauro Rossi
2018-06-12
1
-1
/
+7
*
anv: Disable __gen_validate_value if NDEBUG is set.
Kenneth Graunke
2018-06-11
1
-0
/
+2
*
anv: enable VK_EXT_shader_stencil_export
Gustavo Lima Chaves
2018-06-08
3
-0
/
+3
*
intel/isl: Add bounds-checking assertions for the format_info table
Jason Ekstrand
2018-06-07
1
-8
/
+16
*
intel/isl: Add bounds-checking assertions in isl_format_get_layout
Jason Ekstrand
2018-06-07
2
-12
/
+22
*
anv: Set fence/semaphore types to NONE in impl_cleanup
Jason Ekstrand
2018-06-07
1
-13
/
+16
*
intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.
Kenneth Graunke
2018-06-06
2
-5
/
+22
*
intel/blorp: Don't vertex fetch directly from clear values
Jason Ekstrand
2018-06-06
1
-44
/
+41
*
intel/eu: Use a struct copy instead of a memcpy
Jason Ekstrand
2018-06-05
1
-1
/
+1
*
intel/tools: add intel_sanitize_gpu to EXTRA_DIST
Scott D Phillips
2018-06-05
1
-0
/
+2
*
anv: intel: add softpin flag on imported BOs
Lionel Landwerlin
2018-06-05
1
-0
/
+2
*
intel/eu: Switch to a logical state stack
Jason Ekstrand
2018-06-04
3
-126
/
+72
*
intel/eu: Set flag [sub]register number differently for 3src
Jason Ekstrand
2018-06-04
1
-3
/
+10
*
intel/eu: Copy fields manually in brw_next_insn
Jason Ekstrand
2018-06-04
1
-1
/
+94
*
intel/eu: Add some brw_get_default_ helpers
Jason Ekstrand
2018-06-04
4
-55
/
+79
*
anv: Don't even bother processing relocs if we have softpin
Jason Ekstrand
2018-06-01
1
-3
/
+15
*
anv: Refactor reloc handling in execbuf_add_bo
Jason Ekstrand
2018-06-01
1
-36
/
+42
*
anv: Assert that the kernel leaves pinned BO addresses alone
Jason Ekstrand
2018-06-01
1
-1
/
+4
*
anv: Soft-pin everything else
Scott D Phillips
2018-06-01
3
-1
/
+21
*
anv: Soft-pin batch buffers
Scott D Phillips
2018-06-01
4
-11
/
+30
*
anv/batch_chain: Simplify secondary batch return chaining
Jason Ekstrand
2018-06-01
1
-40
/
+36
*
anv/batch_chain: Call batch_bo_finish at the end of end_batch_buffer
Jason Ekstrand
2018-06-01
1
-6
/
+6
*
anv: Soft-pin client-allocated memory
Jason Ekstrand
2018-06-01
1
-0
/
+3
*
anv/allocator: Support softpin in the BO cache
Jason Ekstrand
2018-06-01
1
-1
/
+50
*
anv/allocator: Set the BO flags in bo_cache_alloc/import
Jason Ekstrand
2018-06-01
5
-28
/
+60
*
anv: For pinned BOs, skip relocations, but track bo usage
Scott D Phillips
2018-06-01
2
-0
/
+66
*
anv: Use a separate pool for binding tables when soft pinning
Scott D Phillips
2018-06-01
3
-11
/
+53
*
anv: Soft-pin state pools
Scott D Phillips
2018-06-01
7
-10
/
+34
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
7
-6
/
+34
*
anv/blorp: Write relocated values into surface states
Scott D Phillips
2018-05-31
3
-16
/
+22
*
anv: Use an address for each anv_image plane
Jason Ekstrand
2018-05-31
5
-35
/
+32
*
anv/cmd_buffer: Rework surface relocation helpers
Jason Ekstrand
2018-05-31
1
-25
/
+19
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
9
-61
/
+34
*
anv/cmd_buffer: Use anv_address for handling indirect parameters
Jason Ekstrand
2018-05-31
1
-44
/
+51
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
5
-27
/
+36
*
anv: Use full anv_addresses in anv_surface_state
Jason Ekstrand
2018-05-31
3
-51
/
+55
*
anv: Add some anv_address helpers
Jason Ekstrand
2018-05-31
1
-0
/
+24
*
anv: Add vma_heap allocators in anv_device
Scott D Phillips
2018-05-31
2
-0
/
+144
*
intel/common: Add an address de-canonicalization helper
Jason Ekstrand
2018-05-31
1
-0
/
+12
*
intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.
Francisco Jerez
2018-05-29
4
-5
/
+5
*
intel/fs: Replace the CINTERP opcode with a simple MOV
Francisco Jerez
2018-05-29
5
-12
/
+3
*
intel/fs: Use the ATTR file for FS inputs
Francisco Jerez
2018-05-29
4
-22
/
+30
*
intel/fs: Rename a local variable so it doesn't shadow component()
Francisco Jerez
2018-05-29
1
-4
/
+4
*
intel/eu: Remove brw_codegen::compressed_stack.
Francisco Jerez
2018-05-29
1
-1
/
+0
*
intel/fs: Use groups for SIMD16 LINTERP on gen11+
Jason Ekstrand
2018-05-29
1
-4
/
+5
[next]