summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-09radv: Don't flush the CB before doing a fast clear eliminate.Bas Nieuwenhuizen1-2/+0
2017-03-09radv: Don't emit cache flushes on subpass switch.Bas Nieuwenhuizen3-6/+0
2017-03-09radv: Only flush for the needed stages, and before the flushes.Bas Nieuwenhuizen1-6/+1
2017-03-09radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.Bas Nieuwenhuizen1-9/+19
2017-03-09radv: Flush more caches after writes.Bas Nieuwenhuizen1-3/+9
2017-03-09radv: Don't flush for fixed-function reading.Bas Nieuwenhuizen1-1/+0
2017-03-09radv: Invalidate the correct caches for CB/DB dst barriers.Bas Nieuwenhuizen1-5/+11
2017-03-09radv: Determine cache flushes per object.Bas Nieuwenhuizen1-17/+19
2017-03-09mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset2-20/+0
2017-03-09radv/ac: fixup texture coord to have right number of channels.Dave Airlie2-4/+4
2017-03-09st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2-4/+2
2017-03-08docs: ARB_shader_atomic_counter_ops is enabled on i965/gen7+.Matt Turner1-1/+1
2017-03-08vc4: Fix math with a condition flag set.Eric Anholt2-3/+18
2017-03-08vc4: Fix register pressure cost estimates when a src appears twice.Eric Anholt1-3/+13
2017-03-08vc4: Report to shader-db how many threads a fragment shader has.Eric Anholt1-0/+7
2017-03-08Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt4-93/+75
2017-03-08radeonsi: fix elimination of literal VS outputsMarek Olšák1-4/+7
2017-03-08loader: Move non-error message to debug levelFabio Estevam1-1/+1
2017-03-08android: r600: fix libmesa_amd_common dependencyMauro Rossi1-0/+1
2017-03-08gallium/targets: rework the empty targets removalEmil Velikov3-6/+3
2017-03-08util/indices: minor clean-upsBrian Paul2-5/+2
2017-03-08radeonsi: s/uint/enum pipe_shader_type/Brian Paul2-2/+4
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul17-17/+19
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul20-20/+27
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul3-3/+5
2017-03-08virgl: s/unsigned/enum pipe_shader_type/Brian Paul1-3/+3
2017-03-08swr: s/unsigned/enum pipe_shader_type/Brian Paul4-6/+7
2017-03-08softpipe: s/unsigned/enum pipe_shader_type/Brian Paul4-4/+6
2017-03-08llvmpipe: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2017-03-08freedreno: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2017-03-08etnaviv: s/unsigned/enum pipe_shader_type/Brian Paul1-2/+2
2017-03-08draw: s/unsigned/enum pipe_shader_type/Brian Paul4-14/+15
2017-03-08cso: s/unsigned/enum pipe_shader_type/Brian Paul2-10/+12
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul23-29/+62
2017-03-08anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli1-1/+1
2017-03-07Revert "configure.ac: Use PKG_CHECK_VAR for wayland-scanner."Matt Turner1-1/+6
2017-03-07Revert "configure.ac: Use PKG_CHECK_VAR for libclc."Matt Turner1-2/+4
2017-03-07i965: Remove use of deprecated drm_intel_aub routinesChris Wilson8-116/+19
2017-03-07spirv: Silence unused variable warnings in release modeJason Ekstrand1-0/+1
2017-03-07anv: Make the framebuffer-renderpass format assert non-fatalJason Ekstrand1-1/+1
2017-03-07anv: Drop the anv_validate block helperJason Ekstrand2-13/+3
2017-03-07anv: Get rid of the stub() macrosJason Ekstrand3-17/+5
2017-03-07anv: Remove a pointless finishmeJason Ekstrand1-4/+0
2017-03-07anv: Convert the HiZ finishme's to perf_warnJason Ekstrand1-4/+4
2017-03-07anv: Add a performance warning helperJason Ekstrand2-0/+27
2017-03-08st/mesa: don't propagate uniforms when restoring from cacheTimothy Arceri5-9/+17
2017-03-08radv: remove duplicate initialization of alphaToOne featureDamien Grassart1-1/+0
2017-03-08radv: disable mip point pre clamping.Dave Airlie1-1/+1
2017-03-07radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund1-3/+5
2017-03-07radv: fix the size of the dynamic_buffers arrayFredrik Höglund1-1/+1