summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27i965: Stop disabling aux during texture preparationJason Ekstrand3-12/+8
2018-02-27i965/draw: Set NEW_AUX_STATE when draw aux changesJason Ekstrand1-1/+4
2018-02-27i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand4-35/+27
2018-02-27i965: Don't try to disable render aux buffers for computeTopi Pohjolainen1-2/+4
2018-02-27i965/draw: Do resolves properly for textures used by TXFJason Ekstrand1-0/+41
2018-02-26i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke3-5/+5
2018-02-19ac/nir: Fix conflict resolution typo in handle_vs_input_declJames Legg1-1/+1
2018-02-09r600: don't do stack workarounds for hemlockRoland Scheidegger1-0/+1
2018-02-09glx/apple: locate dispatch table functions to wrap by nameJon Turney3-7/+22
2018-02-09glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2-0/+2
2018-02-09link mesautil with pthreadsIgor Gnatenko1-0/+2
2018-02-09i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke1-2/+2
2018-02-09i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez1-5/+27
2018-02-09winsys/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer1-0/+3
2018-02-09radv: remove predication on cache flushesMatthew Nicholls4-18/+13
2018-02-09virgl: also remove dimension on indirect.Dave Airlie1-1/+0
2018-02-09radv/gfx9: fix block compression texture views. (v2)Dave Airlie1-4/+49
2018-02-09anv_icd.py: improve reproducible buildsMaxin B. John1-1/+1
2018-02-09radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie1-1/+2
2018-02-09i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand1-0/+15
2018-02-09radv: Stop advertising VK_KHX_multiviewEmil Velikov1-1/+1
2018-02-09anv: Stop advertising VK_KHX_multiviewJason Ekstrand1-1/+1
2018-02-09renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach1-1/+2
2018-02-09anv/cmd_buffer: Re-emit the pipeline at every subpassJason Ekstrand1-0/+11
2018-02-09r600/sb: insert the else clause when we might depart from a loopDave Airlie1-0/+17
2018-02-09mesa: Fix function pointers initialization in status trackerEleni Maria Stea1-2/+2
2018-02-09anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand1-3/+3
2018-02-09intel/fs: Use the original destination region for int MUL loweringJason Ekstrand1-6/+13
2018-02-09radv: move spi_baryc_cntl to pipelineDave Airlie3-5/+5
2018-02-09i965/surface_state: Drop brw_aux_surface_disabledJason Ekstrand1-20/+0
2018-02-09i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand5-8/+17
2018-02-09i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand4-16/+8
2018-02-09radeonsi: don't ignore pitch for imported texturesMarek Olšák1-10/+11
2018-02-09radeon/uvd: add and manage render picture listBoyuan Zhang1-4/+25
2018-02-09radeon/vcn: add and manage render picture listBoyuan Zhang1-4/+24
2018-02-09st/va: clear pointers for mpeg2 quantiser matricesIndrajit Das1-0/+5
2018-02-09radeon/vcn: update quantiser matrices only when requestedIndrajit Das1-6/+11
2018-02-09radeon/uvd: update quantiser matrices only when requestedIndrajit Das1-6/+11
2018-02-09st/omx_bellagio: Update default intra matrix per MPEG2 specIndrajit Das1-5/+5
2018-01-25radv: don't use hw resolves for r16g16 norm formats.Dave Airlie1-1/+4
2018-01-25radv: don't use hw resolve for integer image formatsDave Airlie1-0/+4
2018-01-25radv: add fs_key meta format support to resolve passes.Dave Airlie2-30/+61
2018-01-25radv: create pipeline layout objects for all meta operationsSamuel Pitoiset4-2/+80
2018-01-25radeon: remove left over dead codeEric Engestrom1-6/+0
2018-01-25ac/nir: Fix vector extraction if source vector has >4 elements.Bas Nieuwenhuizen1-18/+32
2018-01-25ac/nir: Use correct 32-bit component writemask for 64-bit SSBO stores.Bas Nieuwenhuizen1-9/+13
2018-01-25ac: fix visit_ssa_undef() for doublesTimothy Arceri1-2/+3
2018-01-25ac/nir: account for view index in the user sgpr allocation.Dave Airlie1-8/+35
2018-01-25ac: fix buffer overflow bug in 64bit SSBO loadsTimothy Arceri1-1/+4
2018-01-25glx: fix non-dri buildSamuel Thibault1-0/+4