summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: Don't build intel shared components by defaultDylan Baker2017-11-134-6/+3
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-1313-34/+25
* r600/shader: handle bitfield extract semantics properly.Dave Airlie2017-11-141-4/+53
* r600: handle bitfieldInsert corner case.Dave Airlie2017-11-141-1/+39
* r600: add gs tri strip adjacency fix.Dave Airlie2017-11-144-5/+62
* r600: fix isoline tess factor component swapping.Dave Airlie2017-11-141-0/+7
* r600/shader: reserve first register of vertex shader.Dave Airlie2017-11-141-2/+4
* r600: don't emit atomic save if we have no atomic counters.Dave Airlie2017-11-141-0/+3
* glx/dri3: Fix passing renderType into glXCreateContextAdam Jackson2017-11-131-1/+2
* glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson2017-11-131-4/+2
* glx: Lower GLX opcode lookup into SendMakeCurrentRequestAdam Jackson2017-11-131-9/+7
* aubinator: Don't skip the first field in each subgroupJason Ekstrand2017-11-131-2/+3
* intel/genxml: Delete empty groupsJason Ekstrand2017-11-134-8/+0
* anv: Don't crash on invalid heap sizes when the PCI ID is overridenJason Ekstrand2017-11-131-0/+12
* nir/spirv: tg4 requires a samplerAlex Smith2017-11-132-2/+1
* spirv: Use correct type for sampled imagesAlex Smith2017-11-133-6/+6
* spirv: add DO NOT EDIT warning on generated spirv_info.cAlejandro Piñeiro2017-11-131-1/+4
* loader/dri3: Improve dri3 thread-safetyThomas Hellstrom2017-11-132-18/+69
* etnaviv: automake,meson: include common_3d.xml.h in the sources listsJuan A. Suarez Romero2017-11-132-0/+2
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-135-0/+15
* radv: add unlikely() around radv_save_descriptors()Samuel Pitoiset2017-11-131-1/+1
* radv: optimize calling radv_cmd_buffer_trace_emit()Samuel Pitoiset2017-11-133-8/+12
* radv: optimize calling radv_save_pipeline()Samuel Pitoiset2017-11-131-5/+5
* radv: use vk_zalloc instead of vk_alloc+memsetSamuel Pitoiset2017-11-134-21/+13
* radv: remove unnecessary memset() in radv_AllocateCommandBuffers()Samuel Pitoiset2017-11-131-3/+0
* radv: remove useless initializations in radv_create_cmd_buffer()Samuel Pitoiset2017-11-131-2/+0
* radv: remove useless memset() in radv_CreateFence()Samuel Pitoiset2017-11-131-1/+0
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-138-27/+27
* radv: make radv_emit_framebuffer_state() staticSamuel Pitoiset2017-11-132-3/+2
* radv: do not emit the framebuffer when restoring a passSamuel Pitoiset2017-11-131-1/+1
* radv: prefetch VBO descriptors at the right placeSamuel Pitoiset2017-11-132-0/+21
* radv: add radv_emit_prefetch_TC_L2_async() helperSamuel Pitoiset2017-11-131-2/+9
* radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch()Samuel Pitoiset2017-11-131-6/+6
* glsl/linker: use without_array() to retrieve typeIago Toral Quiroga2017-11-131-3/+4
* radv: emit esgs ring size in one place.Dave Airlie2017-11-132-7/+8
* radv: move calculating vs out info regs into pipeline.Dave Airlie2017-11-133-25/+34
* freedreno/a5xx: fix SSBO emit for non-zero offsetRob Clark2017-11-121-1/+1
* freedreno/a5xx: remove obsolete commentRob Clark2017-11-121-4/+0
* freedreno/ir3: don't create split/fo if only writing .xRob Clark2017-11-121-0/+6
* freedreno/a5xx: indirect gridsRob Clark2017-11-123-20/+86
* freedreno/a5xx: add global size compute capRob Clark2017-11-121-0/+5
* freedreno/ir3: turn on std430 packingRob Clark2017-11-121-1/+6
* freedreno/a5xx: image supportRob Clark2017-11-128-31/+306
* freedreno/ir3: moar better schedulerRob Clark2017-11-125-58/+227
* freedreno/ir3: move macrosRob Clark2017-11-121-15/+15
* freedreno/ir3: image supportRob Clark2017-11-125-0/+337
* freedreno/ir3: shared variable supportRob Clark2017-11-123-2/+177
* freedreno/ir3: some SSBO cleanups/fixesRob Clark2017-11-122-15/+39
* freedreno/ir3: split out INSTR4F instructionsRob Clark2017-11-122-29/+64
* freedreno/ir3: cat6 encoding fixesRob Clark2017-11-124-32/+151