summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-07intel/isl: Add bounds-checking assertions for the format_info tableJason Ekstrand1-8/+16
2018-06-07intel/isl: Add bounds-checking assertions in isl_format_get_layoutJason Ekstrand2-12/+22
2018-06-07anv: Set fence/semaphore types to NONE in impl_cleanupJason Ekstrand1-13/+16
2018-06-07nir: Add global invocation id intrinsic.Plamena Manolova2-0/+5
2018-06-06i965: Require softpin support for Cannonlake and later.Kenneth Graunke1-0/+10
2018-06-06i965: Allocate VMA in userspace for full-PPGTT systems.Kenneth Graunke1-1/+1
2018-06-06intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.Kenneth Graunke3-5/+51
2018-06-07nir: add opt_if_loop_terminator()Timothy Arceri1-0/+68
2018-06-07nir: move ends_in_break() helper to nir_loop_analyze.hTimothy Arceri2-13/+13
2018-06-07radv: fix Coverity no effect control flow issueTimothy Arceri1-1/+1
2018-06-06intel/blorp: Don't vertex fetch directly from clear valuesJason Ekstrand1-44/+41
2018-06-07dri: add missing 16bits formats mappingLionel Landwerlin1-0/+16
2018-06-06nir: Look into uniform structs for samplers when counting num_textures.Eric Anholt1-12/+44
2018-06-06v3d: Work around GFXH-1461/GFXH-1689 by using CLEAR_TILE_BUFFERS.Eric Anholt1-10/+17
2018-06-06v3d: Enable the new NIR bitfield operation lowering paths.Eric Anholt1-2/+19
2018-06-06nir: Add lowering for nir_op_bit_count.Eric Anholt2-0/+38
2018-06-06nir: Add lowering for nir_op_bitfield_reverse.Eric Anholt2-1/+48
2018-06-06nir: Add an ALU lowering pass for mul_high.Eric Anholt5-0/+171
2018-06-06nir: Add lowering for find_lsb.Eric Anholt2-0/+6
2018-06-06nir: Add lowering for ifind_msb to ufind_msb.Eric Anholt2-0/+6
2018-06-06nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.Eric Anholt2-0/+19
2018-06-06nir: Add lowering for bitfieldInsert without using bfi.Eric Anholt2-0/+19
2018-06-06egl: remove wayland-egl now that we're using libwayland-eglEric Engestrom7-516/+0
2018-06-06egl: rewire the build systems to use libwayland-eglEric Engestrom5-19/+8
2018-06-05glsl: Take 'double' as reserved after GLSL ES 1.0zhaowei yuan1-1/+1
2018-06-05r300g/swtcl: make pipe_context uploaders use malloc'd memory as beforeMarek Olšák1-3/+6
2018-06-05intel/eu: Use a struct copy instead of a memcpyJason Ekstrand1-1/+1
2018-06-05radv: Use correct color format for fast clearsPhilip Rebohle1-2/+2
2018-06-05v3d: Be more explicit about include directory from our generated code.Eric Anholt3-2/+5
2018-06-05radv: Do not hardcode fast clear formats.Bas Nieuwenhuizen1-180/+73
2018-06-05intel/tools: add intel_sanitize_gpu to EXTRA_DISTScott D Phillips1-0/+2
2018-06-05util/tests/vma: Fix warning c++11-narrowingScott D Phillips1-1/+1
2018-06-05util: tests: vma test depends on C++11 supportScott D Phillips1-2/+5
2018-06-05glx: Fix number of property values to read in glXImportContextEXTMichel Dänzer1-1/+1
2018-06-05anv: intel: add softpin flag on imported BOsLionel Landwerlin1-0/+2
2018-06-05autotools: add missing android file to packageEric Engestrom1-0/+1
2018-06-05mesa: Make sure that imm draws are flushed before other draws execute.Mathias Fröhlich4-65/+56
2018-06-05virgl: use bits in caps set v2gurchetansingh@chromium.org2-0/+6
2018-06-05virgl: add shader offset alignment to to v2 caps structgurchetansingh@chromium.org3-1/+4
2018-06-04i965: Prepare batchbuffer module for softpin support.Kenneth Graunke2-3/+39
2018-06-04i965: Add virtual memory allocator infrastructure to brw_bufmgr.Kenneth Graunke2-1/+286
2018-06-04i965: Disable internal CCS for shadows of multi-sampled windowsJason Ekstrand1-1/+10
2018-06-04i965/miptree: Rename a parameter to create_for_dri_imageJason Ekstrand2-4/+4
2018-06-04intel/eu: Switch to a logical state stackJason Ekstrand3-126/+72
2018-06-04intel/eu: Set flag [sub]register number differently for 3srcJason Ekstrand1-3/+10
2018-06-04intel/eu: Copy fields manually in brw_next_insnJason Ekstrand1-1/+94
2018-06-04intel/eu: Add some brw_get_default_ helpersJason Ekstrand4-55/+79
2018-06-04trace: Fix parsing of recent traces.Jose Fonseca1-5/+26
2018-06-04trace: Fix trace_context_transfer_unmap methods.Jose Fonseca1-18/+42
2018-06-04amd/common: use the dimension-aware image intrinsics on LLVM 7+Nicolai Hähnle1-24/+165