summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-27freedreno/a6xx: Clear gmem buffers at flush timeKristian H. Kristensen4-178/+180
2018-11-27freedreno/a6xx: Move resolve blits to an IBKristian H. Kristensen3-8/+29
2018-11-27freedreno/a6xx: Move restore blits to IBKristian H. Kristensen3-19/+49
2018-11-27mesa/st: better colormask check for clear fallbackRob Clark1-2/+8
2018-11-27mesa/st: swap order of clear() and clear_with_quad()Rob Clark1-3/+3
2018-11-27freedreno: move ir3 to common locationRob Clark44-110/+145
2018-11-27freedreno/ir3: remove u_inlines usageRob Clark1-10/+10
2018-11-27freedreno/ir3: split up ir3_shaderRob Clark14-667/+766
2018-11-27freedreno/ir3: remove pipe_stream_output_info dependencyRob Clark8-17/+68
2018-11-27freedreno/ir3: some header file cleanupRob Clark11-26/+24
2018-11-27freedreno/ir3: use env_var_as_unsigned()Rob Clark2-14/+2
2018-11-27util: env_var_as_unsigned() helperRob Clark2-0/+22
2018-11-27freedreno/ir3: move disasm and optmsgs debug flagsRob Clark9-22/+25
2018-11-27freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUGRob Clark4-33/+34
2018-11-27freedreno: remove shader_stage_name()Rob Clark3-21/+3
2018-11-27freedreno: shader_t -> gl_shader_stageRob Clark22-143/+121
2018-11-27freedreno/ir3: standalone compiler updatesRob Clark1-6/+27
2018-11-27freedreno: move drm to common locationRob Clark29-44/+176
2018-11-27freedreno/drm: remove dependency on gallium driverRob Clark1-2/+11
2018-11-27util: promote u_memory to src/utilDylan Baker13-18/+12
2018-11-27gallium: Fix uninitialized variable warning in compute test.Eric Anholt1-1/+1
2018-11-27radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen1-4/+2
2018-11-27intel/compiler: fix indentation style in opt_algebraic()Iago Toral Quiroga1-10/+10
2018-11-26anv/icl: Set use full ways in L3CNTLREGAnuj Phogat2-0/+2
2018-11-26intel/icl: Set way_size_per_bank to 4Anuj Phogat1-1/+2
2018-11-26i965/icl: Set use full ways in L3CNTLREGAnuj Phogat2-0/+2
2018-11-26i965/icl: Fix L3 configurationsAnuj Phogat1-6/+6
2018-11-26build: stop defining unused VERSIONEric Engestrom2-3/+1
2018-11-26vulkan/utils: s/VERSION/PACKAGE_VERSION/Eric Engestrom1-3/+3
2018-11-26anv: correctly use vulkan 1.0 by defaultEric Engestrom1-1/+1
2018-11-26mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund1-0/+1
2018-11-26mesa/main: fix incorrect depth-errorErik Faye-Lund1-7/+50
2018-11-26mesa/main: check cube-completeness in common codeErik Faye-Lund1-15/+16
2018-11-26mesa/main: factor out common error-checkingErik Faye-Lund1-12/+34
2018-11-26mesa/main: factor out tex-image error-checkingErik Faye-Lund1-46/+64
2018-11-26mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund1-36/+13
2018-11-26mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund4-6/+15
2018-11-26glsl: free or reuse memory allocated for TF varyingGert Wollny1-1/+8
2018-11-26radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen1-1/+1
2018-11-26mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2-4/+1
2018-11-26mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich3-62/+68
2018-11-26mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich1-2/+1
2018-11-26mesa/st: Factor out array and buffer setup from st_atom_array.c.Mathias Fröhlich2-22/+74
2018-11-26mesa/st: Only unmap the uploader that was actually used.Mathias Fröhlich1-1/+2
2018-11-26mesa/st: Only care about the uploader if it was used.Mathias Fröhlich1-3/+3
2018-11-24nv50/ir: remove dnz flag when converting MAD to ADD due to optimizationsIlia Mirkin1-0/+3
2018-11-23winsys/amdgpu: fix a device handle leak in amdgpu_winsys_createMarek Olšák1-0/+6
2018-11-23winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handleMarek Olšák1-0/+6
2018-11-23radv: ignore subpass self-dependencies for CreateRenderPass() tooSamuel Pitoiset1-0/+10
2018-11-23radv: remove useless sync before CmdClear{Color,DepthStencil}Image()Samuel Pitoiset1-6/+2