summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600: Delay emission of texture gradients and lookup offsetsGert Wollny2018-07-201-44/+48
* util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen2018-07-203-6/+5
* nir: Do not use continue block after removing it.Bas Nieuwenhuizen2018-07-201-6/+25
* radv: simplify a condition in radv_src_access_flush()Samuel Pitoiset2018-07-201-4/+6
* radv: save current state just before resolving with FSSamuel Pitoiset2018-07-201-5/+5
* radv: don't check if a subpass has resolve attachments twiceSamuel Pitoiset2018-07-202-24/+0
* radv: make use of radv_subpass_barrier() when resolving subpassesSamuel Pitoiset2018-07-204-15/+20
* nv50/ir: move LateAlgebraicOpt back to right after ConstantFoldingRhys Perry2018-07-191-1/+1
* nv50/ir: handle SHLADD in IndirectPropagationRhys Perry2018-07-191-0/+12
* gm107/ir: use CS2R for SV_CLOCKRhys Perry2018-07-193-2/+25
* intel: tools: dump: remove mentions of intel_aubdumpLionel Landwerlin2018-07-191-15/+15
* intel: tools: aubwrite: fix invalid frees on finishLionel Landwerlin2018-07-191-4/+9
* ac/nir: add a workaround for bitfield_extract when count is 0Samuel Pitoiset2018-07-191-3/+17
* intel/isl/gen4: Make depth/stencil buffers Y-TiledNanley Chery2018-07-191-1/+8
* i965/misc: Use depth/stencil surf's tiling on gen4-5Nanley Chery2018-07-191-1/+3
* glsl: don't let an 'if' then-branch kill copy propagation (elements) for else...Caio Marcelo de Oliveira Filho2018-07-191-19/+21
* glsl: change opt_copy_propagation_elements data structuresCaio Marcelo de Oliveira Filho2018-07-191-117/+125
* glsl: separate copy propagation stateCaio Marcelo de Oliveira Filho2018-07-191-126/+142
* intel: tools: dump: trace memory writesLionel Landwerlin2018-07-191-13/+32
* intel: tools: dump: remove command execution featureLionel Landwerlin2018-07-192-119/+29
* radv: Fix incorrect assumption about ternary operator precedenceDanylo Piliaiev2018-07-191-2/+2
* mesa: fix make check for AMD_performance_monitorMarek Olšák2018-07-191-0/+13
* mesa: remove dead code from api_loopbackMarek Olšák2018-07-191-17/+0
* mesa: expose ARB_indirect_parameters in the compatibility profileMarek Olšák2018-07-193-12/+9
* vbo: fix ARB_multi_draw_indirect for the compatibility profileMarek Olšák2018-07-191-2/+2
* mesa: expose ARB_shader_viewport_layer_array in the compatibility profileMarek Olšák2018-07-191-1/+1
* mesa: expose ARB_ES3_1_compatibility in the compatibility profileMarek Olšák2018-07-191-1/+1
* winsys/amdgpu: remove RADEON_SURF_FMASK leftoverMarek Olšák2018-07-191-7/+4
* ac: run LLVM optimization passes only on the final function after inliningMarek Olšák2018-07-193-0/+14
* radv: Enable binning and dfsm by default on Raven.Bas Nieuwenhuizen2018-07-191-2/+4
* radv: Always set disable zpass increment bit when possible.Bas Nieuwenhuizen2018-07-191-3/+1
* radv: Select correct entries for binning.Bas Nieuwenhuizen2018-07-191-2/+2
* radv: Fix number of samples used for binning.Bas Nieuwenhuizen2018-07-191-1/+1
* radv: Disable disabled color buffers in rbplus opts.Bas Nieuwenhuizen2018-07-191-1/+8
* r600: silence the signed overflow warning like radeonsiMarek Olšák2018-07-181-1/+1
* radv: fix wmaybe-uninitialized in radv_meta_fast_clear.cAndres Rodriguez2018-07-181-1/+1
* radeonsi: emit_guardband packets optimizationSonny Jiang2018-07-184-8/+50
* radeonsi: Save CLEAR_STATE initial values for optimizationSonny Jiang2018-07-181-2/+26
* radeonsi: Refuse to accept code with unhandled relocationsJan Vesely2018-07-181-0/+6
* Allow AMD_perfmon on GLES contextsEric Anholt2018-07-182-12/+12
* egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt2018-07-186-37/+4
* v3d: Fix tiling modifier support to use the new UIF define.Eric Anholt2018-07-181-3/+16
* drm-uapi: Update drm_fourcc.h for new format modifiers.Eric Anholt2018-07-181-0/+80
* st/mesa: notify u_vbuf/driver that draw index bounds are unknown for indirectMarek Olšák2018-07-181-0/+1
* radeonsi: Use signed char for color_interp_vgpr_indexTimothy Pearson2018-07-181-1/+1
* intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand2018-07-184-51/+93
* intel/blorp: Add a blorp_filter enum for use in blorp_blitJason Ekstrand2018-07-183-109/+123
* intel/tools: add missing include for stdarg.hCaio Marcelo de Oliveira Filho2018-07-181-0/+1
* intel/tools: Rename error2aub to intel_error2aubJason Ekstrand2018-07-181-1/+1
* i965: Sweep NIR after linking phase to free held memoryDanylo Piliaiev2018-07-181-0/+2