summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radv: add radv_pipeline_generate_hw_gs() helperSamuel Pitoiset2019-07-091-9/+20
* radv: fix setting VGT_REUSE_OFF for TES on GFX10Samuel Pitoiset2019-07-091-2/+7
* radv: fix computing the number of ES VGPRS for TES on GFX10Samuel Pitoiset2019-07-091-1/+2
* radv: set max workgroup size to 128 for TES as NGG on GFX10Samuel Pitoiset2019-07-091-1/+1
* radv: fix allocating USER SGPRs on GFX10Samuel Pitoiset2019-07-091-7/+8
* v3d: Early return with handle 0 when getting a bo on the simulatorAlejandro PiƱeiro2019-07-091-0/+3
* vulkan/overlay: use a single macro to lookup objectsLionel Landwerlin2019-07-091-37/+54
* vulkan/overlay: add queue present timing measurementLionel Landwerlin2019-07-092-1/+15
* radv/gfx10: Enable tess.Bas Nieuwenhuizen2019-07-091-1/+1
* radv/gfx10: Add pipeline state support for tess.Bas Nieuwenhuizen2019-07-092-10/+45
* radv/gfx10: Only set HW edge flags with gs & tess disabled.Bas Nieuwenhuizen2019-07-091-1/+2
* radv/gfx10: Add tess eval ngg shader support.Bas Nieuwenhuizen2019-07-091-8/+17
* radv: Use correct gs_out with tessellation.Bas Nieuwenhuizen2019-07-091-0/+3
* radv/gfx10: Use correct count of max_offchip_buffers.Bas Nieuwenhuizen2019-07-091-1/+4
* radv/gfx10: Load global pointers in correct userdata registers for hs/gs.Bas Nieuwenhuizen2019-07-091-2/+2
* radeonsi: update function name in commentTimothy Arceri2019-07-091-1/+1
* r600: remove query/apply_opaque_metadata callbacksTimothy Arceri2019-07-092-17/+0
* vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin2019-07-081-0/+4
* vulkan: bump headers & registry to 1.1.114Lionel Landwerlin2019-07-092-6/+102
* radv: only use specialised 3D meta paths on GFX9.Dave Airlie2019-07-092-16/+16
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-081-0/+11
* anv: Set maxComputeSharedMemorySize to 64kCaio Marcelo de Oliveira Filho2019-07-081-1/+1
* intel/vec4: Delete vec4_visitor::emit_lrpIan Romanick2019-07-083-32/+5
* nir: Allow nir_ssa_alu_instr_src_components to operate on non-SSA destinationsIan Romanick2019-07-081-6/+3
* nir: Handle swizzle in nir_alu_srcs_negative_equalIan Romanick2019-07-083-4/+110
* nir: nir_const_value_negative_equal compares one value at a timeIan Romanick2019-07-083-92/+24
* nir: Port some const_value_negative_equal tests to alu_src_negative_equalIan Romanick2019-07-081-0/+82
* nir: Pass fully qualified type to nir_const_value_negative_equalIan Romanick2019-07-083-217/+169
* nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2019-07-082-1/+218
* intel/vec4: Reswizzle VF immediates tooIan Romanick2019-07-081-1/+23
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-084-1/+334
* anv: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+18
* iris: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+11
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* intel: add disable_ccs_repack to gen_device_infoDongwon Kim2019-07-082-0/+4
* intel/genxml: correct bit fields in CACHE_MODE_0 reg for gen11Dongwon Kim2019-07-081-16/+14
* nir: print ptr_stride for deref_castsCaio Marcelo de Oliveira Filho2019-07-081-0/+4
* anv: Advertise VK_EXT_shader_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-084-0/+9
* spirv: Implement SPV_EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-082-0/+27
* spirv: Update the headers from latest Khronos masterCaio Marcelo de Oliveira Filho2019-07-082-164/+258
* intel/fs: Implement "demote to helper invocation"Caio Marcelo de Oliveira Filho2019-07-081-1/+23
* nir: Add demote and is_helper_invocation intrinsicsCaio Marcelo de Oliveira Filho2019-07-082-0/+11
* radv: do not emit VGT_FLUSH on GFX10Samuel Pitoiset2019-07-081-2/+5
* ac/nir: Remove now-unused interp_deref handlingConnor Abbott2019-07-081-149/+0
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-084-69/+143
* radeonsi/nir: Delete unreachable codeConnor Abbott2019-07-081-11/+0
* compiler: Add color system valueConnor Abbott2019-07-084-0/+18
* radv: Use NIR barycentric intrinsicsConnor Abbott2019-07-083-191/+156
* ac/nir: Implement barycentric intrinsicsConnor Abbott2019-07-081-0/+198
* intel/nir: Extract add_const_offset_to_baseConnor Abbott2019-07-083-74/+100