summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-12i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga1-4/+7
2017-09-12nir/spirv: handle if's with same label in both branchesJuan A. Suarez Romero1-2/+10
2017-09-11mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry1-0/+1
2017-09-11radv: work out a base ia_multi_vgt_param.Dave Airlie3-10/+13
2017-09-11radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie3-60/+76
2017-09-11radv: move calculating primgroup_size to pipeline.Dave Airlie3-9/+11
2017-09-11radv: only calculate num_prims when required.Dave Airlie1-4/+10
2017-09-11radv: use upload_data to upload push descriptors.Dave Airlie1-6/+3
2017-09-11radv: realign vgt flush on hawaii workaround with radeonsi.Dave Airlie1-6/+12
2017-09-11radv: return an error code when resetting a command bufferSamuel Pitoiset1-8/+14
2017-09-11radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset1-8/+2
2017-09-11radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset1-4/+4
2017-09-12radv: add debug flags to zero vram allocations.Dave Airlie5-0/+7
2017-09-11radeonsi: optimize TCS epilog when invocation 0 writes tess factorsMarek Olšák5-30/+89
2017-09-11tgsi/scan: add a new pass that analyzes tess factor writes (v2)Marek Olšák2-0/+235
2017-09-11Android: fix undeclared identifier 'gfx9d_reg_table'Chih-Wei Huang1-1/+1
2017-09-11winsys/amdgpu: use the new raw CS APIMarek Olšák2-77/+93
2017-09-11radeonsi: implement pipe_context::fence_server_syncMarek Olšák3-0/+68
2017-09-11winsys/amdgpu: factor out some fence dependency code into separate functionsMarek Olšák1-21/+34
2017-09-11winsys/amdgpu: rename fence_dependency functionsMarek Olšák1-12/+12
2017-09-11gallium/radeon: add a proper fail path for calloc in r600_flush_from_stMarek Olšák1-3/+6
2017-09-11winsys/amdgpu: don't allow interprocess resource sharing for IBsMarek Olšák1-1/+2
2017-09-11radeonsi/gfx9: fix interprocess resource sharing on RavenMarek Olšák1-1/+3
2017-09-11st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle1-1/+1
2017-09-11nir/spirv: fix chain access with different index bit sizesSamuel Iglesias Gonsálvez1-3/+8
2017-09-11r600: handle the non-TXF_LZ support path.Dave Airlie1-1/+1
2017-09-11gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák1-2/+2
2017-09-11gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák1-17/+45
2017-09-11gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák4-92/+107
2017-09-11gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák6-36/+47
2017-09-11gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák6-71/+72
2017-09-11gallium/radeon: use rectangles for 1D and 2D texture blitsMarek Olšák1-7/+13
2017-09-10i965/tex: add missing includeEric Engestrom1-0/+1
2017-09-09radv: Actually check for vm faults.Bas Nieuwenhuizen3-3/+9
2017-09-09llvmpipe, draw: improve shader cache debuggingRoland Scheidegger3-31/+59
2017-09-09llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICSRoland Scheidegger1-1/+1
2017-09-09gallivm: fix gather implementation a bitRoland Scheidegger1-10/+48
2017-09-08mesa: whitespace, formatting fixes in teximage.cBrian Paul1-55/+55
2017-09-08mesa: provide more info in some texture image error messagesBrian Paul1-9/+11
2017-09-08svga: abort shader translation upon indirect indexing of temporariesCharmaine Lee1-0/+6
2017-09-08radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2-1/+9
2017-09-08radv: add shader_variant_create() helper functionSamuel Pitoiset1-58/+56
2017-09-08radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset3-22/+19
2017-09-08radv: move shaders related code to radv_shader.cSamuel Pitoiset11-523/+642
2017-09-08radv: fix error code when initializing the push descriptorsSamuel Pitoiset1-1/+1
2017-09-08radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset1-4/+8
2017-09-08radv: add radv_vertex_elements_info data structureSamuel Pitoiset3-18/+26
2017-09-08gallium/tests: use ARRAY_SIZE macroEric Engestrom3-3/+9
2017-09-08r300: use ARRAY_SIZE macroEric Engestrom1-1/+3
2017-09-08glx: use ARRAY_SIZE macroEric Engestrom1-1/+2