aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: remove pipe_stream_output_info dependencyRob Clark2018-11-278-17/+68
* freedreno/ir3: some header file cleanupRob Clark2018-11-2711-26/+24
* freedreno/ir3: use env_var_as_unsigned()Rob Clark2018-11-272-14/+2
* util: env_var_as_unsigned() helperRob Clark2018-11-272-0/+22
* freedreno/ir3: move disasm and optmsgs debug flagsRob Clark2018-11-279-22/+25
* freedreno: FD_SHADER_DEBUG -> IR3_SHADER_DEBUGRob Clark2018-11-274-33/+34
* freedreno: remove shader_stage_name()Rob Clark2018-11-273-21/+3
* freedreno: shader_t -> gl_shader_stageRob Clark2018-11-2722-143/+121
* freedreno/ir3: standalone compiler updatesRob Clark2018-11-271-6/+27
* freedreno: move drm to common locationRob Clark2018-11-2728-44/+174
* freedreno/drm: remove dependency on gallium driverRob Clark2018-11-271-2/+11
* util: promote u_memory to src/utilDylan Baker2018-11-2713-18/+12
* gallium: Fix uninitialized variable warning in compute test.Eric Anholt2018-11-271-1/+1
* radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen2018-11-271-4/+2
* intel/compiler: fix indentation style in opt_algebraic()Iago Toral Quiroga2018-11-271-10/+10
* anv/icl: Set use full ways in L3CNTLREGAnuj Phogat2018-11-262-0/+2
* intel/icl: Set way_size_per_bank to 4Anuj Phogat2018-11-261-1/+2
* i965/icl: Set use full ways in L3CNTLREGAnuj Phogat2018-11-262-0/+2
* i965/icl: Fix L3 configurationsAnuj Phogat2018-11-261-6/+6
* vulkan/utils: s/VERSION/PACKAGE_VERSION/Eric Engestrom2018-11-261-3/+3
* anv: correctly use vulkan 1.0 by defaultEric Engestrom2018-11-261-1/+1
* mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund2018-11-261-0/+1
* mesa/main: fix incorrect depth-errorErik Faye-Lund2018-11-261-7/+50
* mesa/main: check cube-completeness in common codeErik Faye-Lund2018-11-261-15/+16
* mesa/main: factor out common error-checkingErik Faye-Lund2018-11-261-12/+34
* mesa/main: factor out tex-image error-checkingErik Faye-Lund2018-11-261-46/+64
* mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund2018-11-261-36/+13
* mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund2018-11-264-6/+15
* glsl: free or reuse memory allocated for TF varyingGert Wollny2018-11-261-1/+8
* radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen2018-11-261-1/+1
* mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2018-11-262-4/+1
* mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich2018-11-263-62/+68
* mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich2018-11-261-2/+1
* mesa/st: Factor out array and buffer setup from st_atom_array.c.Mathias Fröhlich2018-11-262-22/+74
* mesa/st: Only unmap the uploader that was actually used.Mathias Fröhlich2018-11-261-1/+2
* mesa/st: Only care about the uploader if it was used.Mathias Fröhlich2018-11-261-3/+3
* nv50/ir: remove dnz flag when converting MAD to ADD due to optimizationsIlia Mirkin2018-11-241-0/+3
* winsys/amdgpu: fix a device handle leak in amdgpu_winsys_createMarek Olšák2018-11-231-0/+6
* winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handleMarek Olšák2018-11-231-0/+6
* radv: ignore subpass self-dependencies for CreateRenderPass() tooSamuel Pitoiset2018-11-231-0/+10
* radv: remove useless sync before CmdClear{Color,DepthStencil}Image()Samuel Pitoiset2018-11-231-6/+2
* mesa/main: remove overly strict query-validationErik Faye-Lund2018-11-231-14/+0
* mesa/main: fix validation of GL_TIMESTAMPErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of ARB_query_buffer_objectErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback overflow queriesErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback queriesErik Faye-Lund2018-11-231-2/+3
* mesa/main: fix validation of GL_TIME_ELAPSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVEErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2