summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-21anv: Don't assert that stencil HiZ clears are single-sliceJason Ekstrand1-3/+6
2018-02-21anv: Only copy clear dwords if we're rendering to the first sliceJason Ekstrand1-1/+4
2018-02-21radeonsi: don't flush when si_eliminate_fast_color_clear is no-opMarek Olšák1-1/+5
2018-02-21radeonsi: make texture_discard_cmask/eliminate functions non-staticMarek Olšák2-11/+13
2018-02-21radeonsi: enable uvd encode for HEVC mainJames Zhu1-1/+3
2018-02-21radeonsi:create uvd hevc enc entryJames Zhu1-3/+12
2018-02-21radeon/uvd:add uvd hevc enc functionsJames Zhu3-0/+383
2018-02-21radeon/uvd:add uvd hevc enc hw ib implementationJames Zhu3-0/+1134
2018-02-21radeon/uvd:add uvd hevc enc hw interface headerJames Zhu3-0/+471
2018-02-21winsys/amdgpu:add uvd hevc enc support in amdgpu csJames Zhu1-0/+6
2018-02-21amd/common:add uvd hevc enc support check in hw queryJames Zhu2-1/+12
2018-02-21nvir/nvc0: fix legalizing of ld unlock c0[0x10000]Karol Herbst1-1/+1
2018-02-21ac/nir: add glsl_is_array_image() helperSamuel Pitoiset1-23/+18
2018-02-21ac/nir: set the DA field when performing atomics on 3D imagesSamuel Pitoiset1-1/+2
2018-02-20i965: Fix compiler warning about write being undefined.Eric Anholt1-1/+1
2018-02-20glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.Eric Anholt1-1/+1
2018-02-20loader: Fix compiler warnings about truncating the PCI ID path.Eric Anholt1-8/+7
2018-02-20glsl: Silence warnings in the uniform initializer test about 16-bit typesEric Anholt1-0/+9
2018-02-20i965: Enable disk shader cache by defaultJordan Justen1-3/+0
2018-02-21radv: don't send num_tcs_input_cp to sgprs.Dave Airlie1-4/+1
2018-02-21radv/tess: don't need to look in constant for vertices_per_patchDave Airlie2-2/+5
2018-02-21ac/radv: cleanup some tcs output values accessDave Airlie1-2/+8
2018-02-21ac/radv: remove total_vertices variableDave Airlie1-4/+3
2018-02-21ac/radv: don't mark tess inner as used if we don't use it.Dave Airlie1-8/+11
2018-02-20ac/nir: to integer the args to bcsel.Dave Airlie1-1/+2
2018-02-20anv/blorp: Use layout_to_aux_usage when a layout is providedJason Ekstrand1-25/+46
2018-02-20anv/cmd_buffer: Delete some assert-only variablesJason Ekstrand1-4/+1
2018-02-20anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usageJason Ekstrand1-18/+35
2018-02-20anv/cmd_buffer: Simplify transition_depth_bufferJason Ekstrand1-12/+0
2018-02-20anv/cmd_buffer: Do subpass image transitions in begin/end_subpassJason Ekstrand1-132/+88
2018-02-20anv/cmd_buffer: Mark depth/stencil surfaces written in begin_subpassJason Ekstrand1-21/+29
2018-02-20anv/cmd_buffer: Sync clear values in begin_subpassJason Ekstrand1-100/+48
2018-02-20anv/pass: Store usage in each subpass attachmentJason Ekstrand3-14/+39
2018-02-20anv/cmd_buffer: Add a concept of pending load aspectsJason Ekstrand2-6/+17
2018-02-20anv/cmd_buffer: Iterate all subpass attachments when clearingJason Ekstrand1-45/+33
2018-02-20anv/cmd_buffer: Decide whether or not to HiZ clear up-frontJason Ekstrand1-35/+72
2018-02-20anv/cmd_buffer: Move the rest of clear_subpass into begin_subpassJason Ekstrand3-140/+185
2018-02-20intel/blorp: Add a blorp_hiz_clear_depth_stencil helperJason Ekstrand2-0/+64
2018-02-20anv/cmd_buffer: Move the color portion of clear_subpass into begin_subpassJason Ekstrand3-92/+94
2018-02-20anv/cmd_buffer: Pass a subpass id into begin_subpassJason Ekstrand1-7/+5
2018-02-20anv/cmd_buffer: Add begin/end_subpass helpersJason Ekstrand1-24/+31
2018-02-20anv/cmd_buffer: Apply subpass flushes before set_subpassJason Ekstrand1-4/+4
2018-02-20anv: Use framebuffer layers for implicit subpass transitionsJason Ekstrand1-1/+1
2018-02-20anv: Be more careful about fast-clear colorsJason Ekstrand1-27/+19
2018-02-20intel/isl: Add an isl_color_value_is_zero helperJason Ekstrand2-0/+23
2018-02-20anv/gpu_memcpy: CS Stall before a MI memcpy on gen7Jason Ekstrand2-0/+32
2018-02-20st/mesa: Factorize duplicate code for atomic buffer bindingGuillaume Charifi1-38/+29
2018-02-20st/mesa: Factorize duplicate code in st_update_framebuffer_state()Guillaume Charifi1-13/+5
2018-02-20freedreno/ir3: fix use_count refcnt'ing issueRob Clark1-0/+1
2018-02-20svga: replaced 'unsigned' with proper enum types in shader codeBrian Paul1-12/+21