radeonsi: make si_compile_llvm static
[mesa.git] / src / intel /
2017-05-04 Emil Velikovanv: fix anv_gem_mmap comment to not mention NULL
2017-05-04 Samuel Iglesias... anv: vkBindImageMemory() should return VK_ERROR_OUT_OF_...
2017-05-04 Samuel Iglesias... anv: anv_gem_mmap() returns MAP_FAILED as mapping error
2017-05-04 Rafael Antognolligenxml: Fix 3DSTATE_DEPTH_BUFFER length on gen5.
2017-05-03 Rafael Antognollianv: Use BRW_BARYCENTRIC_NONPERSPECTIVE_BITS from commo...
2017-05-03 Rafael Antognollii965: Move enums to brw_compiler.h.
2017-05-03 Rafael Antognolligenxml: Update 3DSTATE_LINE_STIPPLE xml on gen6.
2017-05-03 Rafael Antognolligenxml: Normalize xml for 3DSTATE_CC_STATE_POINTERS.
2017-05-03 Rafael Antognolligenxml: Normalize xml for 3DSTATE_MULTISAMPLE.
2017-05-03 Rafael Antognolligenxml: Rename "Function Enable" to "Enable".
2017-05-03 Rafael Antognolligenxml: Clip guardbands are float, not int.
2017-05-03 Rafael Antognolligenxml: 3DSTATE_VS rename Function Enable to Enable.
2017-05-03 Kenneth Graunkegenxml: Make "Reorder Mode" fields consistent.
2017-05-03 Rafael Antognolligenxml: Add alias for MOCS.
2017-05-03 Rafael Antognolligenxml: Add missing field values to 3DSTATE_SBE.
2017-05-03 Rafael Antognolligenxml: Update xml for 3DSTATE_SF.
2017-05-03 Rafael Antognolligenxml: Rename clip enable property.
2017-05-03 Louis-Francis Ratt... genxml: Fill out Gen4, Gen45 and Gen5 XML
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_fd
2017-05-03 Jason Ekstrandanv: Pull the guts of cmd_buffer_execbuf into a helper
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_capabilities
2017-05-03 Jason Ekstrandanv: Add a real semaphore struct
2017-05-03 Jason Ekstrandanv: Trivially implement multiDrawIndirect
2017-05-03 Jason Ekstrandanv: Enable VK_KHX_multiview and SPV_KHR_multiview
2017-05-03 Jason Ekstrandanv/cmd_buffer: Emit instanced draws for multiple views
2017-05-03 Jason Ekstrandanv/cmd_buffer: Pull indirect draw parameter loading...
2017-05-03 Jason Ekstrandanv/pipeline: Add shader lowering for multiview
2017-05-03 Jason Ekstrandanv/pipeline: Add a subpass field to anv_pipeline
2017-05-03 Jason Ekstrandanv/pipeline: Call nir_gather_info later
2017-05-03 Jason Ekstrandanv: Move shader hashing to anv_pipeline
2017-05-03 Jason Ekstrandanv/pass: Store the per-subpass view mask
2017-05-03 Jason Ekstrandanv: Add the KHX_multiview boilerplate
2017-05-03 Jason Ekstrandanv/nir: Delete the apply_dynamic_offsets prototype
2017-05-03 Samuel Iglesias... i965/vec4: don't modify regioning parameters to the...
2017-05-03 Samuel Iglesias... i965/vec4: fix register width for DF VGRF and UNIFORM
2017-05-03 Samuel Iglesias... i965/vec4: fix vertical stride to avoid breaking region...
2017-05-02 Jason Ekstrandanv/tests: Create a dummy instance as well as device
2017-04-28 Chad Versaceanv: Drop 'x11' prefix from non-X11 WSI funcs
2017-04-28 Jason Ekstrandanv: Alphabetize KHR extensions
2017-04-28 Jason Ekstrandanv: Move queues, events, and semaphores to their own...
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory_fd
2017-04-28 Jason Ekstrandanv: Use the BO cache for DeviceMemory allocations
2017-04-28 Jason Ekstrandanv/allocator: Add a BO cache
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory
2017-04-28 Chad Versaceanv: Implement VK_KHX_external_memory_capabilities
2017-04-28 Jason Ekstrandanv/physical_device: Rename uuid to pipeline_cache_uuid
2017-04-28 Jason Ekstrandanv: Refactor device_get_cache_uuid into physical_devic...
2017-04-28 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-04-28 Jason Ekstrandanv/cmd_buffer: Use the device allocator for QueueSubmit
2017-04-27 Jason Ekstrandanv: Don't place scratch buffers above the 32-bit boundary
2017-04-24 Rafael Antognolligenxml: Fix gen_pack_header.py crash when field type...
2017-04-24 Rafael Antognolligenxml: Make BLEND_STATE command support variable lengt...
2017-04-24 Rafael Antognolligenxml: Fix python crash when no dwords are found.
2017-04-24 Rafael Antognolligenxml: Remove unused parameter.
2017-04-24 Rafael Antognolliintel/aubinator: Correctly read variable length structs.
2017-04-24 Nanley Cheryisl/format: Update the R16G16B16X16_FLOAT entry
2017-04-24 Nanley Cheryanv/pass: Delete anv_pass::subpass_attachments
2017-04-24 Francisco Jerezintel/fs: Take into account amount of data read in...
2017-04-24 Francisco Jerezintel/fs: Use regs_written() in spilling cost heuristic...
2017-04-24 Kenneth Graunkei965/vec4: Use reads_accumulator_implicitly(), not...
2017-04-24 Timothy Arcerinir/i965: add before ffma algebraic opts
2017-04-22 Kenneth Graunkei965/vec4: Avoid reswizzling MACH instructions in opt_r...
2017-04-20 Jason Ekstrandanv/query: Use genxml for MI_MATH
2017-04-20 Jason Ekstrandgenxml: Add better support for MI_MATH
2017-04-20 Jason Ekstrandgenxml/pack: Allow hex values in the XML
2017-04-17 Nanley Cheryanv/cmd_buffer: Disable CCS on BDW input attachments
2017-04-17 Lionel Landwerlinanv: blorp: flush memory after copy
2017-04-17 Kenneth Graunkeintel/decoder: Fix is_header_field starting condition.
2017-04-15 Jason Ekstrandanv: Add the pci_id into the shader cache UUID
2017-04-14 Matt Turneri965: Use correct VertStride on align16 instructions.
2017-04-14 Samuel Iglesias... i965/vec4/dce: improve track of partial flag register...
2017-04-14 Samuel Iglesias... i965/vec4: don't do horizontal stride on some register...
2017-04-14 Matt Turneri965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH...
2017-04-14 Samuel Iglesias... i965/vec4: use vec4_builder to emit instructions in...
2017-04-14 Juan A. Suarez Romeroi965/vec4: consider subregister offset in live variables
2017-04-14 Francisco Jerezi965/vec4: fix assert to detect SIMD lowered DF instruc...
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-04-14 Samuel Iglesias... i965/vec4: split d2x conversion and data gathering...
2017-04-14 Juan A. Suarez Romeroi965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYT
2017-04-14 Juan A. Suarez Romeroi965/vec4: keep original type when dealing with null...
2017-04-14 Samuel Iglesias... i965/vec4: split DF instructions and later double its...
2017-04-14 Samuel Iglesias... i965/fs: lower all non-force_writemask_all DF instructi...
2017-04-14 Francisco Jerezi965/fs: Get 64-bit indirect moves working on IVB.
2017-04-14 Matt Turneri965: Use source region <1,2,0> when converting to DF.
2017-04-14 Juan A. Suarez Romeroi965/fs: fix lower SIMD width for IVB/BYT's MOV_INDIRECT
2017-04-14 Juan A. Suarez Romeroi965/fs: fix dst stride in IVB/BYT type conversions
2017-04-14 Samuel Iglesias... i965/fs: rename lower_d2x to lower_conversions
2017-04-14 Samuel Iglesias... Revert "i965/fs: Don't emit SEL instructions for type...
2017-04-14 Samuel Iglesias... i965/fs: generalize the legalization d2x pass
2017-04-14 Matt Turneri965: Use <0,2,1> region for scalar DF sources on IVB...
2017-04-14 Samuel Iglesias... i965/fs: clamp exec_size when an instruction has a...
2017-04-14 Juan A. Suarez Romeroi965/fs: double regioning parameters and execsize for...
2017-04-14 Juan A. Suarez Romeroi965/fs: add helper to retrieve instruction execution...
2017-04-14 Matt Turneri965: Handle IVB DF differences in the validator.
2017-04-14 Iago Toral Quirogai965/disasm: also print nibctrl in IVB for execsize=8
2017-04-14 Jason Ekstrandanv/blorp: Properly handle VK_ATTACHMENT_UNUSED
2017-04-14 Jason Ekstrandanv/cmd_buffer: Use the null surface state for ATTACHME...
2017-04-14 Jason Ekstrandanv/cmd_buffer: Always set up a null surface state
2017-04-14 Jason Ekstrandanv/cmd_buffer: Flush the VF cache at the top of all...
next