aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-193-3/+4
* intel: Future-proof ring names for aubinator_error_decodeChris Wilson2018-01-181-24/+98
* i965: Bind null render targets for shadow sampling + color.Kenneth Graunke2018-01-181-1/+32
* anv/query: implement multiview interactionsIago Toral Quiroga2018-01-181-0/+54
* vc5: add missing files to the tarballEmil Velikov2018-01-181-0/+5
* broadcom: add missing headers to the tarballEmil Velikov2018-01-181-2/+5
* i965/screen: Allow drirc to set 'allow_rgb10_configs' again.Mario Kleiner2018-01-181-1/+6
* anv: return VK_ERROR_OUT_OF_DEVICE_MEMORY when surface size is out of HW limitsSamuel Iglesias Gonsálvez2018-01-181-4/+2
* ac: tidy up array indexing logicTimothy Arceri2018-01-181-5/+1
* mesa/st: translate SO info in glsl_to_nir() caseRob Clark2018-01-181-4/+43
* r600/sb: add lds related peepholes.Dave Airlie2018-01-181-1/+8
* r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2018-01-182-3/+24
* r600/sb: schedule LDS ops in appropriate places.Dave Airlie2018-01-182-0/+7
* r600/sb: hit the scheduler with a big hammer to avoid lds splits.Dave Airlie2018-01-181-0/+3
* r600/sb: adding lds oq tracking to the schedulerDave Airlie2018-01-182-3/+15
* r600/sb: add gcm support to avoid clause between lds read/queue readDave Airlie2018-01-182-2/+17
* r600/sb: handle lds special dest registers.Dave Airlie2018-01-182-2/+2
* r600/sb: handle LDS operations in folding.Dave Airlie2018-01-181-0/+11
* r600/sb: add finalising for lds output queue special values.Dave Airlie2018-01-181-0/+12
* r600/sb: add initial support for parsing lds operations.Dave Airlie2018-01-181-2/+50
* r600/sb: disable if conversion for hsDave Airlie2018-01-181-1/+1
* r600/sb: lds ops have no dst register.Dave Airlie2018-01-181-1/+1
* r600/sb: introduce special register values for lds support.Dave Airlie2018-01-183-1/+33
* r600/sb: update last_cf if alu is the last clauseDave Airlie2018-01-181-0/+1
* r600/sb: start adding GDS supportDave Airlie2018-01-1813-13/+123
* r600/sb: add tess/compute initial state registers.Dave Airlie2018-01-181-1/+4
* r600/sb: fix a bug emitting ar load from a constant.Dave Airlie2018-01-181-0/+3
* r600/shader: only emit add instruction if param has a value.Dave Airlie2018-01-181-6/+8
* r600: emit 0 gds_op for tf write.Dave Airlie2018-01-181-2/+3
* r600: add support for ARB_shader_clock.Dave Airlie2018-01-184-6/+30
* radv/ws: get rid of useless return valueDave Airlie2018-01-181-3/+2
* radv: Initialize DCC on transition from preinitialized.Bas Nieuwenhuizen2018-01-181-1/+3
* ac: fix buffer overflow bug in 64bit SSBO loadsTimothy Arceri2018-01-181-1/+4
* ac: fix nir_intrinsic_get_buffer_size for radeonsiTimothy Arceri2018-01-181-2/+2
* i965: Pass brw_growing_bo to grow_buffer().Kenneth Graunke2018-01-171-11/+9
* i965: Make a helper for recreating growing buffers.Kenneth Graunke2018-01-171-13/+17
* i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.Kenneth Graunke2018-01-172-21/+20
* intel/fs: Optimize and simplify the copy propagation dataflow logic.Francisco Jerez2018-01-171-24/+11
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-1718-26/+0
* st/mesa: assume that user constant buffers are always supportedMarek Olšák2018-01-174-34/+6
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-174-156/+4
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-1719-27/+3
* st/mesa: expose ARB_sync unconditionallyMarek Olšák2018-01-171-5/+2
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-1720-27/+3
* glsl: remove unneeded extern "C" {} bracketing around Mesa includesBrian Paul2018-01-171-4/+2
* mesa: move gl_external_samplers() to program.[ch]Brian Paul2018-01-173-17/+22
* st/mesa: include util/bitscan.h in st_glsl_to_tgsi_temprename.cppBrian Paul2018-01-171-5/+6
* glsl: include util/bitscan.h in serialize.cppBrian Paul2018-01-171-0/+1
* util: include string.h in u_dynarray.hBrian Paul2018-01-171-0/+1
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-1716-16/+0