OSDN Git Service

i965: more fixes for Google Play crashing
[android-x86/external-mesa.git] / src / intel /
2017-10-05 Chih-Wei HuangMerge remote-tracking branch 'mesa/17.1' into nougat-x86
2017-09-20 Józef Kuciaanv: Fix descriptors copying
2017-09-06 Jason Ekstrandanv/formats: Nicely handle unknown VkFormat enums
2017-08-25 Topi Pohjolainenintel/blorp: Adjust intra-tile x when faking rgb with...
2017-08-22 Chih-Wei HuangMerge remote-tracking branch 'mesa/17.1' into nougat-x86
2017-08-19 Jason Ekstrandanv/formats: Allow sampling on depth-only formats on...
2017-08-19 Dave Airlieintel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED...
2017-08-11 Chih-Wei HuangMerge remote-tracking branch 'mesa/17.1' into nougat-x86
2017-08-02 Juan A. Suarez Romeroanv/pipeline: do not use BITFIELD64_BIT()
2017-08-02 Iago Toral Quirogaanv: only expose up to 28 vertex attributes
2017-08-02 Iago Toral Quirogaanv/cmd_buffer: fix off by one error in assertion
2017-08-02 Chad Versaceanv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
2017-08-02 Jason Ekstrandanv/image: Add INPUT_ATTACHMENT to the list of required...
2017-08-02 Jason Ekstrandanv: Stop leaking the no_aux sampler surface state
2017-08-02 Jason Ekstrandanv/cmd_buffer: Properly handle render passes with...
2017-08-02 Emil Velikovanv: advertise v6 of the wayland surface extension
2017-08-02 Juan A. Suarez Romeroanv/pipeline: use unsigned long long constant to check...
2017-07-18 Chih-Wei HuangMerge remote-tracking branch 'mesa/17.1' into nougat-x86
2017-07-12 Anuj Phogatintel/isl: Add the maximum surface size limit
2017-07-12 Anuj Phogatintel/isl: Use uint64_t to store total surface size
2017-07-12 Tomasz Figaintel: common: Fix link failure with standalone Android...
2017-06-28 Anuj Phogati965: Fix broxton 2x6 l3 config
2017-06-28 Anuj Phogati965: Add and initialize l3_banks field for gen7+
2017-06-28 Jonas Kullaanv: Fix L3 cache programming on Bay Trail
2017-06-06 Chih-Wei HuangMerge remote-tracking branch 'mesa/17.1' into nougat-x86
2017-06-03 Jason Ekstrandanv: Require vertex buffers to come from a 32-bit heap
2017-06-02 Jason Ekstrandanv: Advertise both 32-bit and 48-bit heaps when we...
2017-06-02 Jason Ekstrandanv: Refactor memory type setup
2017-06-02 Jason Ekstrandanv: Make supports_48bit_addresses a heap property
2017-06-02 Jason Ekstrandanv: Stop setting BO flags in bo_init_new
2017-06-02 Jason Ekstrandanv: Add valid_bufer_usage to the memory type metadata
2017-06-02 Jason Ekstrandanv: Determine the type of mapping based on type metadata
2017-06-02 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-06-01 Emil Velikovanv: automake: list shared libraries after the static...
2017-06-01 Jason Ekstrandanv: Set image memory types based on the type count
2017-06-01 Jason Ekstrandanv: Set up memory types and heaps during physical...
2017-05-31 Jason Ekstrandanv: Predicate 48bit support on gen >= 8
2017-05-31 Jason Ekstrandanv/image: Get rid of the memset(aux, 0, sizeof(aux...
2017-05-31 Jason Ekstrandanv: Handle transitioning depth from UNDEFINED to other...
2017-05-31 Jason Ekstrandanv: Handle color layout transitions from the UNINITIAL...
2017-05-31 Emil Velikovconfigure: check once for DRI3 dependencies
2017-05-19 Nanley Cheryanv/formats: Update the three-channel BC1 mappings
2017-05-18 Chih-Wei HuangAndroid: correct libz dependency
2017-05-18 Grazvydas Ignotasanv: don't leak DRM devices
2017-05-18 Grazvydas Ignotasanv: fix possible stack corruption
2017-05-18 Samuel Iglesias... i965/vec4: load dvec3/4 uniforms first in the push...
2017-05-18 Samuel Iglesias... i965/vec4: fix swizzle and writemask when loading an...
2017-05-18 Samuel Iglesias... i965/vec4/gs: restore the uniform values which was...
2017-05-18 Pohjolainen, Topiintel/isl/gen7: Use stencil vertical alignment of 8...
2017-05-08 Samuel Iglesias... anv: anv_gem_mmap() returns MAP_FAILED as mapping error
2017-05-05 Samuel Iglesias... i965/vec4: don't modify regioning parameters to the...
2017-05-05 Samuel Iglesias... i965/vec4: fix register width for DF VGRF and UNIFORM
2017-05-05 Samuel Iglesias... i965/vec4: fix vertical stride to avoid breaking region...
2017-04-30 Jason Ekstrandanv/cmd_buffer: Use the device allocator for QueueSubmit
2017-04-30 Jason Ekstrandanv: Don't place scratch buffers above the 32-bit boundary
2017-04-30 Francisco Jerezintel/fs: Take into account amount of data read in...
2017-04-30 Francisco Jerezintel/fs: Use regs_written() in spilling cost heuristic...
2017-04-30 Kenneth Graunkei965/vec4: Avoid reswizzling MACH instructions in opt_r...
2017-04-24 Nanley Cheryanv/cmd_buffer: Disable CCS on BDW input attachments
2017-04-24 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...
2017-04-14 Jason Ekstrandanv/blorp: Flush the texture cache in UpdateBuffer
2017-04-14 Jason Ekstrandanv: Limit VkDeviceMemory objects to 2GB
2017-04-14 Jason Ekstrandintel/blorp: Add a blorp_emit_dynamic macro
2017-04-12 Matt Turneranv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_K...
2017-04-11 Francisco Jerezi965/fs: Take into account lower frequency of condition...
2017-04-11 Juan A. Suarez Romeroanv: remove needless VALGRIND_MAKE_MEM_DEFINED
2017-04-10 Jason Ekstrandintel/blorp: Use ISL for emitting depth/stencil/hiz
2017-04-10 Jason Ekstrandintel/blorp: Emit 3DSTATE_STENCIL_BUFFER before HIER_DEPTH
next