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
*
genxml: Fix 3DSTATE_DEPTH_BUFFER length on gen5.
Rafael Antognolli
2017-05-03
1
-3
/
+3
*
anv: Use BRW_BARYCENTRIC_NONPERSPECTIVE_BITS from common header.
Rafael Antognolli
2017-05-03
1
-1
/
+2
*
i965: Move enums to brw_compiler.h.
Rafael Antognolli
2017-05-03
2
-21
/
+21
*
genxml: Update 3DSTATE_LINE_STIPPLE xml on gen6.
Rafael Antognolli
2017-05-03
1
-1
/
+1
*
genxml: Normalize xml for 3DSTATE_CC_STATE_POINTERS.
Rafael Antognolli
2017-05-03
4
-6
/
+6
*
genxml: Normalize xml for 3DSTATE_MULTISAMPLE.
Rafael Antognolli
2017-05-03
5
-11
/
+8
*
genxml: Rename "Function Enable" to "Enable".
Rafael Antognolli
2017-05-03
6
-16
/
+16
*
genxml: Clip guardbands are float, not int.
Rafael Antognolli
2017-05-03
1
-4
/
+4
*
genxml: 3DSTATE_VS rename Function Enable to Enable.
Rafael Antognolli
2017-05-03
7
-7
/
+7
*
genxml: Make "Reorder Mode" fields consistent.
Kenneth Graunke
2017-05-03
3
-6
/
+8
*
genxml: Add alias for MOCS.
Rafael Antognolli
2017-05-03
4
-0
/
+4
*
genxml: Add missing field values to 3DSTATE_SBE.
Rafael Antognolli
2017-05-03
1
-1
/
+6
*
genxml: Update xml for 3DSTATE_SF.
Rafael Antognolli
2017-05-03
2
-6
/
+16
*
genxml: Rename clip enable property.
Rafael Antognolli
2017-05-03
4
-4
/
+4
*
genxml: Fill out Gen4, Gen45 and Gen5 XML
Louis-Francis Ratté-Boulianne
2017-05-03
3
-1065
/
+2517
*
anv: Implement VK_KHX_external_semaphore_fd
Jason Ekstrand
2017-05-03
5
-16
/
+199
*
anv: Pull the guts of cmd_buffer_execbuf into a helper
Jason Ekstrand
2017-05-03
1
-24
/
+35
*
anv: Implement VK_KHX_external_semaphore
Jason Ekstrand
2017-05-03
3
-0
/
+13
*
anv: Implement VK_KHX_external_semaphore_capabilities
Jason Ekstrand
2017-05-03
3
-0
/
+18
*
anv: Add a real semaphore struct
Jason Ekstrand
2017-05-03
2
-6
/
+54
*
anv: Trivially implement multiDrawIndirect
Jason Ekstrand
2017-05-03
2
-24
/
+34
*
anv: Enable VK_KHX_multiview and SPV_KHR_multiview
Jason Ekstrand
2017-05-03
2
-0
/
+5
*
anv/cmd_buffer: Emit instanced draws for multiple views
Jason Ekstrand
2017-05-03
3
-5
/
+135
*
anv/cmd_buffer: Pull indirect draw parameter loading into a helper
Jason Ekstrand
2017-05-03
1
-10
/
+24
*
anv/pipeline: Add shader lowering for multiview
Jason Ekstrand
2017-05-03
4
-0
/
+244
*
anv/pipeline: Add a subpass field to anv_pipeline
Jason Ekstrand
2017-05-03
2
-5
/
+8
*
anv/pipeline: Call nir_gather_info later
Jason Ekstrand
2017-05-03
1
-2
/
+2
*
anv: Move shader hashing to anv_pipeline
Jason Ekstrand
2017-05-03
3
-45
/
+46
*
anv/pass: Store the per-subpass view mask
Jason Ekstrand
2017-05-03
2
-0
/
+21
*
anv: Add the KHX_multiview boilerplate
Jason Ekstrand
2017-05-03
2
-0
/
+18
*
anv/nir: Delete the apply_dynamic_offsets prototype
Jason Ekstrand
2017-05-03
1
-3
/
+0
*
i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...
Samuel Iglesias Gonsálvez
2017-05-03
1
-8
/
+1
*
i965/vec4: fix register width for DF VGRF and UNIFORM
Samuel Iglesias Gonsálvez
2017-05-03
1
-5
/
+7
*
i965/vec4: fix vertical stride to avoid breaking region parameter rule
Samuel Iglesias Gonsálvez
2017-05-03
1
-18
/
+32
*
anv/tests: Create a dummy instance as well as device
Jason Ekstrand
2017-05-01
4
-4
/
+16
*
anv: Drop 'x11' prefix from non-X11 WSI funcs
Chad Versace
2017-04-28
1
-16
/
+16
*
anv: Alphabetize KHR extensions
Jason Ekstrand
2017-04-28
1
-18
/
+18
*
anv: Move queues, events, and semaphores to their own file
Jason Ekstrand
2017-04-27
3
-484
/
+516
*
anv: Implement VK_KHX_external_memory_fd
Jason Ekstrand
2017-04-27
3
-18
/
+113
*
anv: Use the BO cache for DeviceMemory allocations
Jason Ekstrand
2017-04-27
5
-26
/
+30
*
anv/allocator: Add a BO cache
Jason Ekstrand
2017-04-27
2
-0
/
+278
*
anv: Implement VK_KHX_external_memory
Jason Ekstrand
2017-04-27
2
-0
/
+5
*
anv: Implement VK_KHX_external_memory_capabilities
Chad Versace
2017-04-27
4
-14
/
+116
*
anv/physical_device: Rename uuid to pipeline_cache_uuid
Jason Ekstrand
2017-04-27
3
-5
/
+6
*
anv: Refactor device_get_cache_uuid into physical_device_init_uuids
Jason Ekstrand
2017-04-27
1
-13
/
+17
*
anv: Set EXEC_OBJECT_ASYNC when available
Jason Ekstrand
2017-04-27
4
-0
/
+10
*
anv/cmd_buffer: Use the device allocator for QueueSubmit
Jason Ekstrand
2017-04-27
1
-3
/
+3
*
anv: Don't place scratch buffers above the 32-bit boundary
Jason Ekstrand
2017-04-27
1
-0
/
+19
*
genxml: Fix gen_pack_header.py crash when field type is invalid.
Rafael Antognolli
2017-04-24
1
-2
/
+2
*
genxml: Make BLEND_STATE command support variable length array.
Rafael Antognolli
2017-04-24
7
-48
/
+74
[next]