summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Add modifiers support to wsi_create_native_imageJason Ekstrand2018-02-215-19/+177
* vulkan/wsi: Add drm_modifier member to wsi_imageDaniel Stone2018-02-214-1/+6
* vulkan/wsi: Add multiple planes to wsi_imageDaniel Stone2018-02-214-20/+31
* nir: remove old assertTimothy Arceri2018-02-221-1/+0
* radeonsi/nir: collect more accurate output_usagemaskTimothy Arceri2018-02-221-13/+43
* radeonsi/nir: disable GLSL IR loop unrollingTimothy Arceri2018-02-221-0/+2
* radeonsi/nir: fix tess varying loads for doublesTimothy Arceri2018-02-221-2/+2
* ac/radeonsi: pass type to load_tess_varyings()Timothy Arceri2018-02-224-2/+17
* x11/dri3: Store raw present completion modeDaniel Stone2018-02-212-10/+4
* x11/dri3: Don't open-code ARRAY_SIZEDaniel Stone2018-02-212-3/+4
* anv: Don't assert that stencil HiZ clears are single-sliceJason Ekstrand2018-02-211-3/+6
* anv: Only copy clear dwords if we're rendering to the first sliceJason Ekstrand2018-02-211-1/+4
* radeonsi: don't flush when si_eliminate_fast_color_clear is no-opMarek Olšák2018-02-211-1/+5
* radeonsi: make texture_discard_cmask/eliminate functions non-staticMarek Olšák2018-02-212-11/+13
* radeonsi: enable uvd encode for HEVC mainJames Zhu2018-02-211-1/+3
* radeonsi:create uvd hevc enc entryJames Zhu2018-02-211-3/+12
* radeon/uvd:add uvd hevc enc functionsJames Zhu2018-02-213-0/+383
* radeon/uvd:add uvd hevc enc hw ib implementationJames Zhu2018-02-213-0/+1134
* radeon/uvd:add uvd hevc enc hw interface headerJames Zhu2018-02-213-0/+471
* winsys/amdgpu:add uvd hevc enc support in amdgpu csJames Zhu2018-02-211-0/+6
* amd/common:add uvd hevc enc support check in hw queryJames Zhu2018-02-212-1/+12
* nvir/nvc0: fix legalizing of ld unlock c0[0x10000]Karol Herbst2018-02-211-1/+1
* ac/nir: add glsl_is_array_image() helperSamuel Pitoiset2018-02-211-23/+18
* ac/nir: set the DA field when performing atomics on 3D imagesSamuel Pitoiset2018-02-211-1/+2
* i965: Fix compiler warning about write being undefined.Eric Anholt2018-02-201-1/+1
* glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.Eric Anholt2018-02-201-1/+1
* loader: Fix compiler warnings about truncating the PCI ID path.Eric Anholt2018-02-201-8/+7
* glsl: Silence warnings in the uniform initializer test about 16-bit typesEric Anholt2018-02-201-0/+9
* i965: Enable disk shader cache by defaultJordan Justen2018-02-201-3/+0
* radv: don't send num_tcs_input_cp to sgprs.Dave Airlie2018-02-211-4/+1
* radv/tess: don't need to look in constant for vertices_per_patchDave Airlie2018-02-212-2/+5
* ac/radv: cleanup some tcs output values accessDave Airlie2018-02-211-2/+8
* ac/radv: remove total_vertices variableDave Airlie2018-02-211-4/+3
* ac/radv: don't mark tess inner as used if we don't use it.Dave Airlie2018-02-211-8/+11
* ac/nir: to integer the args to bcsel.Dave Airlie2018-02-201-1/+2
* anv/blorp: Use layout_to_aux_usage when a layout is providedJason Ekstrand2018-02-201-25/+46
* anv/cmd_buffer: Delete some assert-only variablesJason Ekstrand2018-02-201-4/+1
* anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usageJason Ekstrand2018-02-201-18/+35
* anv/cmd_buffer: Simplify transition_depth_bufferJason Ekstrand2018-02-201-12/+0
* anv/cmd_buffer: Do subpass image transitions in begin/end_subpassJason Ekstrand2018-02-201-132/+88
* anv/cmd_buffer: Mark depth/stencil surfaces written in begin_subpassJason Ekstrand2018-02-201-21/+29
* anv/cmd_buffer: Sync clear values in begin_subpassJason Ekstrand2018-02-201-100/+48
* anv/pass: Store usage in each subpass attachmentJason Ekstrand2018-02-203-14/+39
* anv/cmd_buffer: Add a concept of pending load aspectsJason Ekstrand2018-02-202-6/+17
* anv/cmd_buffer: Iterate all subpass attachments when clearingJason Ekstrand2018-02-201-45/+33
* anv/cmd_buffer: Decide whether or not to HiZ clear up-frontJason Ekstrand2018-02-201-35/+72
* anv/cmd_buffer: Move the rest of clear_subpass into begin_subpassJason Ekstrand2018-02-203-140/+185
* intel/blorp: Add a blorp_hiz_clear_depth_stencil helperJason Ekstrand2018-02-202-0/+64
* anv/cmd_buffer: Move the color portion of clear_subpass into begin_subpassJason Ekstrand2018-02-203-92/+94
* anv/cmd_buffer: Pass a subpass id into begin_subpassJason Ekstrand2018-02-201-7/+5